Skip to content

Commit

Permalink
bump rancher/klipper-helm to v0.9.4-build20250113
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <alexandre.lamarre@suse.com>
  • Loading branch information
alexandreLamarre committed Feb 3, 2025
1 parent 9a2db6f commit c65c63e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-federator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ helmProjectOperator:
job:
image:
repository: rancher/klipper-helm
tag: v0.9.3-build20241008
tag: v0.9.4-build20250113

helmLocker:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion examples/helm-project-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ helmController:
job:
image:
repository: rancher/klipper-helm
tag: v0.7.0-build20220315
tag: v0.9.4-build20250113

helmLocker:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit c65c63e

Please sign in to comment.