Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed May 31, 2022
1 parent 41e56aa commit a2a2ca6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions bundle/manifests/slack-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: slack-operator.v0.0.30
name: slack-operator.v0.0.31
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -98,17 +98,6 @@ spec:
control-plane: controller-manager
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
resources: {}
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
Expand All @@ -122,7 +111,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: CONFIG_SECRET_NAME
value: slack-secret
image: stakater/slack-operator:v0.0.30
image: stakater/slack-operator:v0.0.31
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -153,6 +142,17 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
resources: {}
securityContext:
runAsNonRoot: true
serviceAccountName: slack-operator-controller-manager
Expand Down Expand Up @@ -228,7 +228,7 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 0.0.30
version: 0.0.31
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions charts/slack-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/slack-operator

# Helm chart Version
version: 0.0.30
version: 0.0.31

# Application version to be deployed
appVersion: 0.0.30
appVersion: 0.0.31

keywords:
- stakater
Expand Down
2 changes: 1 addition & 1 deletion charts/slack-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: stakater/slack-operator
tag: v0.0.30
tag: v0.0.31
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/slack-operator
newTag: v0.0.30
newTag: v0.0.31

0 comments on commit a2a2ca6

Please sign in to comment.