File tree Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 8282 {{- if .Values.operator.metrics.enabled }}
8383 - name : kube-rbac-proxy
8484 image : gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
85+ imagePullPolicy : Always
8586 args :
8687 - --secure-listen-address=0.0.0.0:8443
8788 - --upstream=http://127.0.0.1:8080/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : ghcr.io/rajsinghtech/homer-operator
9- pullPolicy : IfNotPresent
9+ pullPolicy : Always
1010 # Overrides the image tag whose default is the chart appVersion.
1111 tag : " "
1212
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ spec:
1616 drop :
1717 - " ALL"
1818 image : gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
19+ imagePullPolicy : Always
1920 args :
2021 - " --secure-listen-address=0.0.0.0:8443"
2122 - " --upstream=http://127.0.0.1:8080/"
22- - " --logtostderr=true"
2323 - " --v=0"
2424 ports :
2525 - containerPort : 8443
Original file line number Diff line number Diff line change 7171 args :
7272 - --leader-elect
7373 image : controller:latest
74+ imagePullPolicy : Always
7475 name : manager
7576 securityContext :
7677 allowPrivilegeEscalation : false
Original file line number Diff line number Diff line change @@ -1261,9 +1261,9 @@ spec:
12611261 - args :
12621262 - --secure-listen-address=0.0.0.0:8443
12631263 - --upstream=http://127.0.0.1:8080/
1264- - --logtostderr=true
12651264 - --v=0
12661265 image : gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
1266+ imagePullPolicy : Always
12671267 name : kube-rbac-proxy
12681268 ports :
12691269 - containerPort : 8443
@@ -1288,6 +1288,7 @@ spec:
12881288 command :
12891289 - /manager
12901290 image : ghcr.io/rajsinghtech/homer-operator:main
1291+ imagePullPolicy : Always
12911292 livenessProbe :
12921293 httpGet :
12931294 path : /healthz
Original file line number Diff line number Diff line change @@ -1261,9 +1261,9 @@ spec:
12611261 - args :
12621262 - --secure-listen-address=0.0.0.0:8443
12631263 - --upstream=http://127.0.0.1:8080/
1264- - --logtostderr=true
12651264 - --v=0
12661265 image : gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
1266+ imagePullPolicy : Always
12671267 name : kube-rbac-proxy
12681268 ports :
12691269 - containerPort : 8443
@@ -1288,6 +1288,7 @@ spec:
12881288 command :
12891289 - /manager
12901290 image : ghcr.io/rajsinghtech/homer-operator:main
1291+ imagePullPolicy : Always
12911292 livenessProbe :
12921293 httpGet :
12931294 path : /healthz
You can’t perform that action at this time.
0 commit comments