fixup! fixup! fixup! fixup! fixup! Improve helm chart allowing for lock of the worker image

This commit is contained in:
2025-01-14 00:34:33 +00:00
parent fe4913f947
commit 03214c8a47
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ description: |
type: application type: application
version: 0.5.51 version: 0.5.52
appVersion: "0.5.51" appVersion: "0.5.52"
home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator
+2
View File
@@ -28,6 +28,8 @@ spec:
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.serviceAccountName fieldPath: spec.serviceAccountName
- name: WORKER_IMAGE
value: {{ quote .Values.sa.manager.env.workerImage }}
- name: KUBERNETES_CLUSTER_DOMAIN - name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }} value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.sa.manager.image.repository }}:{{ .Values.sa.manager.image.tag image: {{ .Values.sa.manager.image.repository }}:{{ .Values.sa.manager.image.tag
+3 -1
View File
@@ -10,9 +10,11 @@ sa:
capabilities: capabilities:
drop: drop:
- ALL - ALL
env:
workerImage: ghcr.io/lukaszraczylo/kubernetes-images-sync-worker:0.5.52
image: image:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
tag: 0.5.51 tag: 0.5.52
resources: resources:
limits: limits:
cpu: 500m cpu: 500m