Skip to content

Commit

Permalink
Merge pull request #593 from chrisbsmith/renovate/flux
Browse files Browse the repository at this point in the history
feat(github-release): update flux group to v2.4.0 (minor)
  • Loading branch information
chrisbsmith authored Sep 30, 2024
2 parents 8651eba + 375894e commit 3f7ca58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/templates/kubernetes/flux/config/flux.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
tag: v2.3.0
tag: v2.4.0
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
- github.com/fluxcd/flux2/manifests/install?ref=v2.4.0
patches:
# Remove the default network policies
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
tag: v2.3.0
tag: v2.4.0
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down

0 comments on commit 3f7ca58

Please sign in to comment.