Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release flux2 to v2.13.0 #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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