Skip to content

Commit

Permalink
ci(github-action): update flux (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
samipsolutions-bot[bot] authored May 24, 2024
1 parent ca30fba commit 1784536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
resource: ["helmrelease", "kustomization"]
steps:
- name: Setup Flux CLI
uses: fluxcd/flux2/action@v2.2.3
uses: fluxcd/flux2/action@v2.3.0
- name: Diff Resources
uses: allenporter/flux-local/action/diff@5.0.1
uses: allenporter/flux-local/action/diff@5.3.1
id: diff
with:
sources: home-kubernetes
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.2.3
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
patches:
# Remove the default network policies
- patch: |-
Expand Down

0 comments on commit 1784536

Please sign in to comment.