Skip to content

Commit

Permalink
Bump GH actions to kube 1.28
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael da Fonseca <[email protected]>
  • Loading branch information
rsafonseca committed Dec 12, 2023
1 parent e9b352f commit ffc34c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: helm/[email protected]
with:
cluster_name: kind
node_image: kindest/node:v1.25.11
node_image: kindest/node:v1.28.0
- name: Setup Helm
uses: fluxcd/pkg//actions/helm@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: kindest/node:v1.25.11
node_image: kindest/node:v1.28.0

- name: Run chart-testing (install) for flux2
run: ct install --config ct.yaml --charts charts/flux2
Expand Down

0 comments on commit ffc34c2

Please sign in to comment.