Skip to content

Commit

Permalink
update the Skaffold schema version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Feb 5, 2025
1 parent 65caa27 commit d9cdc5d
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
apiVersion: skaffold/v1
apiVersion: skaffold/v3
kind: Config
metadata:
name: terrain
deploy:
kubectl:
manifests:
- k8s/terrain.yml
build:
artifacts:
- image: harbor.cyverse.org/de/terrain
tagPolicy:
gitCommit: {}
artifacts:
- image: harbor.cyverse.org/de/terrain
local: {}
platforms:
- "linux/amd64"
manifests:
rawYaml:
- k8s/terrain.yml
deploy:
kubectl: {}

0 comments on commit d9cdc5d

Please sign in to comment.