skaffold: bump to 0.33.0 and API v1beta12

Signed-off-by: Pires <pjpires@gmail.com>
This commit is contained in:
Pires
2019-07-03 13:59:15 +01:00
parent 905709c646
commit 5854904f0d
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ jobs:
MINIKUBE_VERSION: v0.30.0
MINIKUBE_WANTUPDATENOTIFICATION: false
MINIKUBE_WANTREPORTERRORPROMPT: false
SKAFFOLD_VERSION: v0.18.0
SKAFFOLD_VERSION: v0.33.0
GO111MODULE: "on"
steps:
- checkout
@@ -77,7 +77,7 @@ jobs:
- run:
name: Install Skaffold
command: |
curl -Lo skaffold https://github.com/GoogleContainerTools/skaffold/releases/download/${SKAFFOLD_VERSION}/skaffold-linux-amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/${SKAFFOLD_VERSION}/skaffold-linux-amd64
chmod +x skaffold
sudo mv skaffold /usr/local/bin/
- run:

View File

@@ -1,4 +1,4 @@
apiVersion: skaffold/v1alpha5
apiVersion: skaffold/v1beta12
kind: Config
build:
artifacts: