Skip to content

Commit 5d27cd1

Browse files
Update install manifest
1 parent 1c0d24e commit 5d27cd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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: ghcr.io/eiffel-community/etos-controller
8-
newTag: 99f9c33e
8+
newTag: 1c0d24e4

manifests/controller/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3044,7 +3044,7 @@ spec:
30443044
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
30453045
command:
30463046
- /manager
3047-
image: ghcr.io/eiffel-community/etos-controller:99f9c33e
3047+
image: ghcr.io/eiffel-community/etos-controller:1c0d24e4
30483048
livenessProbe:
30493049
httpGet:
30503050
path: /healthz

manifests/controller/namespaced.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
133133
command:
134134
- /manager
135-
image: ghcr.io/eiffel-community/etos-controller:99f9c33e
135+
image: ghcr.io/eiffel-community/etos-controller:1c0d24e4
136136
livenessProbe:
137137
httpGet:
138138
path: /healthz

0 commit comments

Comments
 (0)