Skip to content

Commit 76ce0e9

Browse files
chore(deps): update helm release flux2 to v2.13.0
1 parent 728f24a commit 76ce0e9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/runtime/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ dependencies:
1616
version: 4.9.1
1717
- name: flux2
1818
repository: https://fluxcd-community.github.io/helm-charts
19-
version: 2.12.4
20-
digest: sha256:b715121c4e16945eaed36a0aac31129e3142fcc15f1175f83256cac41408190c
21-
generated: "2024-04-20T21:14:20.067691421Z"
19+
version: 2.13.0
20+
digest: sha256:2710acab54a4340bac730e9a1152ba51483de76d7fa0cfeb93b64deeb728458b
21+
generated: "2024-06-10T19:55:08.813156723Z"

charts/runtime/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependencies:
2727
condition: ingress-nginx-private.enabled
2828
- name: flux2
2929
repository: https://fluxcd-community.github.io/helm-charts
30-
version: 2.12.4
30+
version: 2.13.0
3131
condition: flux2.enabled

templates/setup/console.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resource "helm_release" "flux" {
4444
namespace = "flux"
4545
chart = "flux2"
4646
repository = "https://fluxcd-community.github.io/helm-charts"
47-
version = "2.12.4"
47+
version = "2.13.0"
4848
create_namespace = true
4949
timeout = 300
5050
wait = false

0 commit comments

Comments
 (0)