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_WANTUPDATENOTIFICATION: false
MINIKUBE_WANTREPORTERRORPROMPT: false
SKAFFOLD_VERSION: v1.17.2
SKAFFOLD_VERSION: v2.13.2
GO111MODULE: "on"
steps:

View File

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