Skip to content

Commit

Permalink
feat(ci): update k8s version
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Bruzzese committed May 28, 2024
1 parent a243916 commit 4b5ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ steps:
- render
commands:
# we use --ignore-deprecations because we don't want the CI to fail when the API has not been removed yet.
- /pluto detect $${KUBERNETES_MANIFESTS} --ignore-deprecations --target-versions=k8s=v1.24.0
- /pluto detect $${KUBERNETES_MANIFESTS} --ignore-deprecations --target-versions=k8s=v1.25.0
environment:
KUBERNETES_MANIFESTS: rook-hostcluster.yml

Expand Down

0 comments on commit 4b5ae14

Please sign in to comment.