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

This commit is contained in:
2025-01-13 14:19:24 +00:00
parent 5649c2863c
commit 7c634ba011
3 changed files with 21 additions and 25 deletions
+11 -15
View File
@@ -1,22 +1,18 @@
kubernetesClusterDomain: cluster.local
images:
operator:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
tag: 0.5.47
worker:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-worker
tag: 0.5.47
sa:
manager:
args:
- --metrics-bind-address=:8443
- --leader-elect
- --health-probe-bind-address=:8081
- --metrics-bind-address=:8443
- --leader-elect
- --health-probe-bind-address=:8081
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
- ALL
image:
repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator
tag: 0.5.48
resources:
limits:
cpu: 500m
@@ -31,8 +27,8 @@ sa:
annotations: {}
saMetricsService:
ports:
- name: https
port: 8443
protocol: TCP
targetPort: 8443
- name: https
port: 8443
protocol: TCP
targetPort: 8443
type: ClusterIP