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 11, 2024
1 parent 80a494f commit e4c3577
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:18b6fc902065ac6a51c260f5fa93e297c68ac6566b8788ab8af3ce820e2b1d61
generated: "2024-06-10T19:53:49.56067096Z"
version: 2.13.0
digest: sha256:1e7e591ff2b14e988697b2088fb3662f29408a140306ab31bf3ab8119716e6cf
generated: "2024-06-11T22:42:19.993475649Z"
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 e4c3577

Please sign in to comment.