Skip to content

Commit c941292

Browse files
Update install manifest
1 parent 4707ec4 commit c941292

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: aae1d309
8+
newTag: 4707ec45

manifests/controller/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3089,7 +3089,7 @@ spec:
30893089
- --webhook-cert-path=/tmp/k8s-webhook-server/serving-certs
30903090
command:
30913091
- /manager
3092-
image: ghcr.io/eiffel-community/etos-controller:aae1d309
3092+
image: ghcr.io/eiffel-community/etos-controller:4707ec45
30933093
livenessProbe:
30943094
httpGet:
30953095
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:aae1d309
135+
image: ghcr.io/eiffel-community/etos-controller:4707ec45
136136
livenessProbe:
137137
httpGet:
138138
path: /healthz

0 commit comments

Comments
 (0)