From 4c73ca580b1ce6efa0fac4cd2414afd195221fd4 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Tue, 14 Jan 2025 00:06:12 +0000 Subject: [PATCH] fixup! Add packaged charts --- charts/kube-images-sync-operator/Chart.yaml | 4 ++-- charts/kube-images-sync-operator/templates/deployment.yaml | 2 ++ charts/kube-images-sync-operator/values.yaml | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/kube-images-sync-operator/Chart.yaml b/charts/kube-images-sync-operator/Chart.yaml index f17d3dc..d586cdd 100644 --- a/charts/kube-images-sync-operator/Chart.yaml +++ b/charts/kube-images-sync-operator/Chart.yaml @@ -10,9 +10,9 @@ description: | type: application -version: 0.5.50 +version: 0.5.52 -appVersion: "0.5.50" +appVersion: "0.5.52" home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator diff --git a/charts/kube-images-sync-operator/templates/deployment.yaml b/charts/kube-images-sync-operator/templates/deployment.yaml index 633ee6e..9a54433 100644 --- a/charts/kube-images-sync-operator/templates/deployment.yaml +++ b/charts/kube-images-sync-operator/templates/deployment.yaml @@ -28,6 +28,8 @@ spec: valueFrom: fieldRef: fieldPath: spec.serviceAccountName + - name: WORKER_IMAGE + value: {{ quote .Values.sa.manager.env.workerImage }} - name: KUBERNETES_CLUSTER_DOMAIN value: {{ quote .Values.kubernetesClusterDomain }} image: {{ .Values.sa.manager.image.repository }}:{{ .Values.sa.manager.image.tag diff --git a/charts/kube-images-sync-operator/values.yaml b/charts/kube-images-sync-operator/values.yaml index c281390..934a1a5 100644 --- a/charts/kube-images-sync-operator/values.yaml +++ b/charts/kube-images-sync-operator/values.yaml @@ -10,9 +10,11 @@ sa: capabilities: drop: - ALL + env: + workerImage: ghcr.io/lukaszraczylo/kubernetes-images-sync-worker:0.5.52 image: repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator - tag: 0.5.50 + tag: 0.5.52 resources: limits: cpu: 500m