Skip to content

Commit 46cd950

Browse files
committed
[skip-ci] Update artifacts
1 parent d4c3153 commit 46cd950

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bundle/manifests/slack-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ metadata:
2424
capabilities: Basic Install
2525
operators.operatorframework.io/builder: operator-sdk-v1.7.1+git
2626
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
27-
name: slack-operator.v0.0.28
27+
name: slack-operator.v0.0.29
2828
namespace: placeholder
2929
spec:
3030
apiservicedefinitions: {}
@@ -122,7 +122,7 @@ spec:
122122
fieldPath: metadata.annotations['olm.targetNamespaces']
123123
- name: CONFIG_SECRET_NAME
124124
value: slack-secret
125-
image: stakater/slack-operator:v0.0.28
125+
image: stakater/slack-operator:v0.0.29
126126
livenessProbe:
127127
httpGet:
128128
path: /healthz
@@ -228,7 +228,7 @@ spec:
228228
provider:
229229
name: stakater
230230
url: https://stakater.com
231-
version: 0.0.28
231+
version: 0.0.29
232232
webhookdefinitions:
233233
- admissionReviewVersions:
234234
- v1

charts/slack-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ sources:
88
- https://github.com/stakater/slack-operator
99

1010
# Helm chart Version
11-
version: 0.0.28
11+
version: 0.0.29
1212

1313
# Application version to be deployed
14-
appVersion: 0.0.28
14+
appVersion: 0.0.29
1515

1616
keywords:
1717
- stakater

charts/slack-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicaCount: 1
22

33
image:
44
repository: stakater/slack-operator
5-
tag: v0.0.28
5+
tag: v0.0.29
66
pullPolicy: IfNotPresent
77
imagePullSecrets: []
88

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: stakater/slack-operator
8-
newTag: v0.0.28
8+
newTag: v0.0.29

0 commit comments

Comments
 (0)