File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ metadata:
24
24
capabilities : Basic Install
25
25
operators.operatorframework.io/builder : operator-sdk-v1.7.1+git
26
26
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
27
- name : slack-operator.v0.0.28
27
+ name : slack-operator.v0.0.29
28
28
namespace : placeholder
29
29
spec :
30
30
apiservicedefinitions : {}
@@ -122,7 +122,7 @@ spec:
122
122
fieldPath : metadata.annotations['olm.targetNamespaces']
123
123
- name : CONFIG_SECRET_NAME
124
124
value : slack-secret
125
- image : stakater/slack-operator:v0.0.28
125
+ image : stakater/slack-operator:v0.0.29
126
126
livenessProbe :
127
127
httpGet :
128
128
path : /healthz
@@ -228,7 +228,7 @@ spec:
228
228
provider :
229
229
name : stakater
230
230
url : https://stakater.com
231
- version : 0.0.28
231
+ version : 0.0.29
232
232
webhookdefinitions :
233
233
- admissionReviewVersions :
234
234
- v1
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ sources:
8
8
- https://github.com/stakater/slack-operator
9
9
10
10
# Helm chart Version
11
- version : 0.0.28
11
+ version : 0.0.29
12
12
13
13
# Application version to be deployed
14
- appVersion : 0.0.28
14
+ appVersion : 0.0.29
15
15
16
16
keywords :
17
17
- stakater
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicaCount: 1
2
2
3
3
image :
4
4
repository : stakater/slack-operator
5
- tag : v0.0.28
5
+ tag : v0.0.29
6
6
pullPolicy : IfNotPresent
7
7
imagePullSecrets : []
8
8
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : stakater/slack-operator
8
- newTag : v0.0.28
8
+ newTag : v0.0.29
You can’t perform that action at this time.
0 commit comments