fix: align test-image versions
Signed-off-by: Carlos Juan Gómez Peñalver <carlosjuangp@gmail.com>
This commit is contained in:
parent
6211da2c66
commit
bb7e8692f8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ version: 2.1
|
|||
jobs:
|
||||
lint:
|
||||
docker:
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: ct lint --config .circleci/chart-testing.yaml --lint-conf .circleci/lintconf.yaml
|
||||
|
@ -11,7 +11,7 @@ jobs:
|
|||
publish:
|
||||
docker:
|
||||
# We just need an image with `helm` on it. Handily we know of one already.
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.1.0
|
||||
steps:
|
||||
# install the additional keys needed to push to Github. Alex Collins owns these keys.
|
||||
- add_ssh_keys
|
||||
|
|
Loading…
Reference in a new issue