Skip to content

Commit e4c3577

Browse files
chore(deps): update helm release flux2 to v2.13.0
1 parent 80a494f commit e4c3577

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:18b6fc902065ac6a51c260f5fa93e297c68ac6566b8788ab8af3ce820e2b1d61
21-
generated: "2024-06-10T19:53:49.56067096Z"
19+
version: 2.13.0
20+
digest: sha256:1e7e591ff2b14e988697b2088fb3662f29408a140306ab31bf3ab8119716e6cf
21+
generated: "2024-06-11T22:42:19.993475649Z"

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)