From c65c63eafb5129c909056d06cdb32bbacf5fb50d Mon Sep 17 00:00:00 2001 From: Alexandre Lamarre Date: Mon, 3 Feb 2025 09:22:37 -0500 Subject: [PATCH] bump rancher/klipper-helm to v0.9.4-build20250113 Signed-off-by: Alexandre Lamarre --- .github/workflows/integration.yaml | 4 ++-- charts/prometheus-federator/values.yaml | 2 +- examples/helm-project-operator/chart/values.yaml | 2 +- .../helm-project-operator/pkg/controllers/common/runtime.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 23cb8710..e3761789 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -60,8 +60,8 @@ jobs: run : cat kubeconfig.yaml - name : Build helm-project-operator run : BUILD_TARGET=helm-project-operator ./scripts/build - # - name : Validate build - # run : ./scripts/validate-ci + - name : Validate build + run : ./scripts/validate-ci - name : Package helm-project-operator run : | BUILD_TARGET=helm-project-operator ./scripts/package diff --git a/charts/prometheus-federator/values.yaml b/charts/prometheus-federator/values.yaml index e8946a95..341d84f5 100644 --- a/charts/prometheus-federator/values.yaml +++ b/charts/prometheus-federator/values.yaml @@ -148,7 +148,7 @@ helmProjectOperator: job: image: repository: rancher/klipper-helm - tag: v0.9.3-build20241008 + tag: v0.9.4-build20250113 helmLocker: enabled: true diff --git a/examples/helm-project-operator/chart/values.yaml b/examples/helm-project-operator/chart/values.yaml index e1c2a7e2..bbab96e6 100644 --- a/examples/helm-project-operator/chart/values.yaml +++ b/examples/helm-project-operator/chart/values.yaml @@ -152,7 +152,7 @@ helmController: job: image: repository: rancher/klipper-helm - tag: v0.7.0-build20220315 + tag: v0.9.4-build20250113 helmLocker: enabled: true diff --git a/internal/helm-project-operator/pkg/controllers/common/runtime.go b/internal/helm-project-operator/pkg/controllers/common/runtime.go index 8cb1df1f..72afa371 100644 --- a/internal/helm-project-operator/pkg/controllers/common/runtime.go +++ b/internal/helm-project-operator/pkg/controllers/common/runtime.go @@ -22,7 +22,7 @@ type RuntimeOptions struct { // so that multiple iterations of this operator in the same namespace do not try to manage the same HelmChart and HelmRelease objects ControllerName string `usage:"Unique name to identify this controller that is added to all HelmCharts tracked by this controller" default:"helm-project-operator" env:"CONTROLLER_NAME"` - // HelmJobImage is the job image to use to run the HelmChart job (default rancher/klipper-helm:v0.7.0-build20220315) + // HelmJobImage is the job image to use to run the HelmChart job (default rancher/klipper-helm:v0.9.4-build20250113) // Generally, this HelmJobImage can be left undefined, but may be necessary to be set if you are running with a non-default image HelmJobImage string `usage:"Job image to use to perform helm operations on HelmChart creation" env:"HELM_JOB_IMAGE"`