Skip to content

Commit 707b739

Browse files
Update install manifest
1 parent 0bd686b commit 707b739

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: a55c90f6
8+
newTag: 0bd686b7

manifests/controller/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ spec:
32503250
- --health-probe-bind-address=:8081
32513251
command:
32523252
- /manager
3253-
image: ghcr.io/eiffel-community/etos-controller:a55c90f6
3253+
image: ghcr.io/eiffel-community/etos-controller:0bd686b7
32543254
livenessProbe:
32553255
httpGet:
32563256
path: /healthz

manifests/controller/namespaced.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spec:
127127
- --health-probe-bind-address=:8081
128128
command:
129129
- /manager
130-
image: ghcr.io/eiffel-community/etos-controller:a55c90f6
130+
image: ghcr.io/eiffel-community/etos-controller:0bd686b7
131131
livenessProbe:
132132
httpGet:
133133
path: /healthz

0 commit comments

Comments
 (0)