From d29b748c927f73ce49dc803cd14d662ce028a20b Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Fri, 20 Dec 2024 11:09:42 +0000 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! Ensure that jobs run with the controller service account if no service account is specified. --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3df3826..a838274 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -10,9 +10,9 @@ description: | type: application -version: 0.2.20 +version: 0.2.22 -appVersion: "0.2.20" +appVersion: "0.2.22" home: https://github.com/lukaszraczylo/kubernetes-images-sync-operator diff --git a/chart/values.yaml b/chart/values.yaml index 134de5f..0666733 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -12,7 +12,7 @@ sa: - ALL image: repository: ghcr.io/lukaszraczylo/kubernetes-images-sync-operator - tag: 0.2.20 + tag: 0.2.22 resources: limits: cpu: 500m