Skip to content

Commit

Permalink
fix(github-release): update fluxcd/flux2 to v2.2.1 (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2023
1 parent 5d13fa5 commit e9f0dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-commenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
resource: ["helmrelease", "kustomization"]
steps:
- name: Setup Flux
uses: fluxcd/flux2/action@53ad742e2d0f6f0df19ec11a25a0e3adce80c475 # v2.2.0
uses: fluxcd/flux2/action@9b3958825a314eb79495c6993ef397ddbf87f32f # v2.2.1

- name: Diff Resources
# uses: allenporter/flux-local/action/diff@19bfc6920e8964a479363bc230e6c329120ead02 # 3.2.0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: kustomize.config.k8s.io/v1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.0
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.1
patches:
- patch: |-
$patch: delete
Expand Down

0 comments on commit e9f0dfa

Please sign in to comment.