Skip to content

Commit 4318aa7

Browse files
Bump fluxcd/helm-controller to latest release (#2778)
1 parent f0d43b1 commit 4318aa7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ projects:
101101
go_version: "1.20"
102102
- name: helm-controller
103103
versions:
104-
- tag: v0.37.0
104+
- tag: v0.37.1
105105
go_version: "1.20"
106106
- name: kustomize-controller
107107
versions:

projects/fluxcd/helm-controller/ATTRIBUTION.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ https://github.com/docker/go-units
2323
** github.com/fluxcd/cli-utils/pkg; version v0.36.0-flux.2 --
2424
https://github.com/fluxcd/cli-utils
2525

26-
** github.com/fluxcd/helm-controller; version v0.37.0 --
26+
** github.com/fluxcd/helm-controller; version v0.37.1 --
2727
https://github.com/fluxcd/helm-controller
2828

29-
** github.com/fluxcd/helm-controller/api/v2beta2; version v0.37.0 --
29+
** github.com/fluxcd/helm-controller/api/v2beta2; version v0.37.1 --
3030
https://github.com/fluxcd/helm-controller/api
3131

3232
** github.com/fluxcd/pkg/apis/acl; version v0.1.0 --
@@ -41,7 +41,7 @@ https://github.com/fluxcd/pkg/apis/kustomize
4141
** github.com/fluxcd/pkg/apis/meta; version v1.2.0 --
4242
https://github.com/fluxcd/pkg/apis/meta
4343

44-
** github.com/fluxcd/pkg/runtime; version v0.43.2 --
44+
** github.com/fluxcd/pkg/runtime; version v0.43.3 --
4545
https://github.com/fluxcd/pkg/runtime
4646

4747
** github.com/fluxcd/pkg/ssa; version v0.35.0 --
@@ -158,7 +158,7 @@ https://github.com/grpc/grpc-go
158158
** gopkg.in/yaml.v2; version v2.4.0 --
159159
https://gopkg.in/yaml.v2
160160

161-
** helm.sh/helm/v3; version v3.13.2 --
161+
** helm.sh/helm/v3; version v3.13.3 --
162162
https://github.com/helm/helm
163163

164164
** k8s.io/api; version v0.28.4 --
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
de4e255b47956bb238b76afeaa78d989708740375595710c9eeb54a199b829ac _output/bin/helm-controller/linux-amd64/helm-controller
2-
d02f522c121bc64393696a26b93e470e16387231e6f733d9238f928abf871c99 _output/bin/helm-controller/linux-arm64/helm-controller
1+
4cd493609eb3128bb10b2dcab5b0855769acb821639298be70b37f27a8ce3554 _output/bin/helm-controller/linux-amd64/helm-controller
2+
5beaaf500fdedf86d3077c682502336c28e8832ae1723f42996861c066887c23 _output/bin/helm-controller/linux-arm64/helm-controller
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.37.0
1+
v0.37.1

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-v0.37.0-blue)
2+
![Version](https://img.shields.io/badge/version-v0.37.1-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)