Skip to content

Commit 74cb8de

Browse files
Update install manifest
1 parent b411f55 commit 74cb8de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/manager/kustomization.yaml

+1-1
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: d3e50c18
8+
newTag: b411f556

manifests/controller/install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,7 @@ spec:
32473247
- --health-probe-bind-address=:8081
32483248
command:
32493249
- /manager
3250-
image: ghcr.io/eiffel-community/etos-controller:d3e50c18
3250+
image: ghcr.io/eiffel-community/etos-controller:b411f556
32513251
livenessProbe:
32523252
httpGet:
32533253
path: /healthz

manifests/controller/namespaced.yaml

+1-1
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:d3e50c18
130+
image: ghcr.io/eiffel-community/etos-controller:b411f556
131131
livenessProbe:
132132
httpGet:
133133
path: /healthz

0 commit comments

Comments
 (0)