Skip to content

Commit

Permalink
feat(github-release): update fluxcd/flux2 to v2.2.3
Browse files Browse the repository at this point in the history
| datasource  | package      | from        | to     |
| ----------- | ------------ | ----------- | ------ |
| github-tags | fluxcd/flux2 | v2.0.0-rc.5 | v2.2.3 |
| github-tags | fluxcd/flux2 | v0.41.2     | v2.2.3 |
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent d6f43b2 commit ddd9dbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helmrepository-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
yq
- name: Setup Flux
uses: fluxcd/flux2/action@dbda8fbdb8b58ed1ee69343025a6091eae0d1828 # v0.41.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3

- name: Write kubeconfig
id: kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-kubernetes-schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
kubectl
- name: Setup Flux
uses: fluxcd/flux2/action@dbda8fbdb8b58ed1ee69343025a6091eae0d1828 # v0.41.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3

- name: Setup Python
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/flux/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.0.0-rc.5
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
patches:
- patch: |
$patch: delete
Expand Down

0 comments on commit ddd9dbe

Please sign in to comment.