Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

chore(deps): update dependency fluxcd/flux2 to v0.33.0 #494

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
2 changes: 1 addition & 1 deletion cluster/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v0.32.0
- github.com/fluxcd/flux2/manifests/install?ref=v0.33.0
2 changes: 1 addition & 1 deletion cluster/flux/flux-system/flux-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
ref:
# renovate: datasource=github-releases depName=fluxcd/flux2
tag: "v0.32.0"
tag: "v0.33.0"
url: https://github.com/fluxcd/flux2
ignore: |
# exclude all
Expand Down