Skip to content

Commit 50f6aa2

Browse files
Bump fluxcd/helm-controller to latest release
1 parent e7cfbf9 commit 50f6aa2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ projects:
109109
go_version: "1.25"
110110
- name: helm-controller
111111
versions:
112-
- tag: v1.4.5
113-
go_version: "1.25"
112+
- tag: v1.5.0
113+
go_version: "1.26"
114114
- name: kustomize-controller
115115
versions:
116116
- tag: v1.7.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.4.5
1+
v1.5.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25
1+
1.26

projects/fluxcd/helm-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Helm Controller**
2-
![Version](https://img.shields.io/badge/version-v1.4.5-blue)
2+
![Version](https://img.shields.io/badge/version-v1.5.0-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiS045T05yUXhCRzNPeXZwczkwcjgrbm8wOWJmSXZ6dll3eHBlVTV3bERUSlhadlRyOGE1Q1AzeWpEQTlvN2RISG9MNnMrMGRmOG1FZ2N2d0Nxc0l0b2UwPSIsIml2UGFyYW1ldGVyU3BlYyI6IlpJMTJ1cUxhdzc4bWlqNFUiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
The [helm-controller](https://github.com/fluxcd/helm-controller) is a Kubernetes operator that allows users to declaratively manage Helm chart releases. The desired state of a Helm release is described through a Kubernetes Custom Resource named HelmRelease. Based on the creation, mutation or removal of a HelmRelease resource in the cluster, Helm actions are performed by the operator.

0 commit comments

Comments
 (0)