Skip to content

Commit

Permalink
chore(deps): update helm release flux2 to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Jun 10, 2024
1 parent 728f24a commit 76ce0e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/runtime/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:
version: 4.9.1
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.12.4
digest: sha256:b715121c4e16945eaed36a0aac31129e3142fcc15f1175f83256cac41408190c
generated: "2024-04-20T21:14:20.067691421Z"
version: 2.13.0
digest: sha256:2710acab54a4340bac730e9a1152ba51483de76d7fa0cfeb93b64deeb728458b
generated: "2024-06-10T19:55:08.813156723Z"
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies:
condition: ingress-nginx-private.enabled
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.12.4
version: 2.13.0
condition: flux2.enabled
2 changes: 1 addition & 1 deletion templates/setup/console.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "helm_release" "flux" {
namespace = "flux"
chart = "flux2"
repository = "https://fluxcd-community.github.io/helm-charts"
version = "2.12.4"
version = "2.13.0"
create_namespace = true
timeout = 300
wait = false
Expand Down

0 comments on commit 76ce0e9

Please sign in to comment.