Skip to content

Commit

Permalink
chore(deps): update gcr.io/k8s-skaffold/skaffold docker tag to v2.13.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jul 29, 2024
1 parent 7c35a3a commit a7b4fa4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/accounts/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- name: gcr.io/cloud-builders/gsutil
id: download-skaffold-cache
args: ['cp', $_CACHE_URI, '/workspace/cache'] # always write skaffold cache to filename cache in workspace
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1
id: build-and-push-images
args:
- "skaffold"
Expand All @@ -28,7 +28,7 @@ steps:
- name: gcr.io/cloud-builders/gsutil
id: upload-skaffold-cache
args: ['cp', '/workspace/$_CACHE', $_CACHE_URI]
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0 # python set up should be baked into a custom builder image to speed up build times
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1 # python set up should be baked into a custom builder image to speed up build times
id: run-tests
script: |
#!/bin/bash
Expand Down
4 changes: 2 additions & 2 deletions src/frontend/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
steps:
- name: gcr.io/cloud-builders/gsutil
args: ['cp', $_CACHE_URI, '/workspace/cache'] # always write skaffold cache to filename cache in workspace
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1
args:
- "skaffold"
- "build"
Expand All @@ -25,7 +25,7 @@ steps:
- "--module=$_TEAM"
- name: gcr.io/cloud-builders/gsutil
args: ['cp', '/workspace/$_CACHE', $_CACHE_URI]
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0 # python set up should be baked into a custom builder image to speed up build times
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1 # python set up should be baked into a custom builder image to speed up build times
script: |
#!/bin/bash
apt-get update
Expand Down
4 changes: 2 additions & 2 deletions src/ledger/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- name: gcr.io/cloud-builders/gsutil
id: download-skaffold-cache
args: ['cp', $_CACHE_URI, '/workspace/cache'] # always write skaffold cache to filename cache in workspace
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1
id: build-and-push-images
args:
- "skaffold"
Expand All @@ -28,7 +28,7 @@ steps:
- name: gcr.io/cloud-builders/gsutil
id: upload-skaffold-cache
args: ['cp', '/workspace/$_CACHE', $_CACHE_URI]
- name: gcr.io/k8s-skaffold/skaffold:v2.13.0
- name: gcr.io/k8s-skaffold/skaffold:v2.13.1
id: run-tests
script: MAVEN_USER_HOME=$MAVEN_USER_HOME skaffold test --build-artifacts=/workspace/artifacts.json --module=$SERVICE --assume-yes
env:
Expand Down

0 comments on commit a7b4fa4

Please sign in to comment.