build: adopt Skaffold v2.13.x

This commit is contained in:
Pires
2025-01-07 23:36:30 +00:00
committed by Pires
parent 4942ea59a7
commit 3611df8e83
2 changed files with 12 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ jobs:
MINIKUBE_VERSION: v1.33.0 MINIKUBE_VERSION: v1.33.0
MINIKUBE_WANTUPDATENOTIFICATION: false MINIKUBE_WANTUPDATENOTIFICATION: false
MINIKUBE_WANTREPORTERRORPROMPT: false MINIKUBE_WANTREPORTERRORPROMPT: false
SKAFFOLD_VERSION: v1.17.2 SKAFFOLD_VERSION: v2.13.2
GO111MODULE: "on" GO111MODULE: "on"
steps: steps:

View File

@@ -1,18 +1,17 @@
apiVersion: skaffold/v2beta10 apiVersion: skaffold/v4beta11
kind: Config kind: Config
build: build:
artifacts: artifacts:
- image: virtual-kubelet - image: virtual-kubelet
docker: docker:
# Use a Dockerfile specific for development only. dockerfile: hack/skaffold/virtual-kubelet/Dockerfile
dockerfile: hack/skaffold/virtual-kubelet/Dockerfile manifests:
deploy: rawYaml:
kubectl:
manifests:
- hack/skaffold/virtual-kubelet/base.yml - hack/skaffold/virtual-kubelet/base.yml
- hack/skaffold/virtual-kubelet/pod.yml - hack/skaffold/virtual-kubelet/pod.yml
deploy:
kubectl: {}
profiles: profiles:
- name: local - name: local
build: build:
# For the "local" profile, we must perform the build locally. local: {}
local: {}