Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update fluxcd/flux2 digest to ce50286 #36

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 .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
with:
version: v3.14.2
- uses: fluxcd/flux2/action@cfd369df47bac1f9d620234261996ed06b5a1c19
- uses: fluxcd/flux2/action@ce50286a92775112d5245d1ad3f9e33ae181a848
with:
version: 'latest'
- name: e2e testing
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
echo -e '\033[0;32mSchema up to date\033[0m βœ”'
fi
- name: Setup Flux CLI
uses: fluxcd/flux2/action@cfd369df47bac1f9d620234261996ed06b5a1c19
uses: fluxcd/flux2/action@ce50286a92775112d5245d1ad3f9e33ae181a848
with:
version: 'latest'
- name: Run chart-testing (install)
Expand Down
Loading