Skip to content

Commit

Permalink
Update consul-helm-test image and CI to go 1.18 (#1498)
Browse files Browse the repository at this point in the history
* using the current circleci go image for 1.18

* updating consul-helm-test image to v0.12.0
  • Loading branch information
jmurret authored Sep 20, 2022
1 parent 913f6e4 commit a9eaaf4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ jobs:
unit-test-helm-templates:
docker:
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
##########################
cleanup-gcp-resources:
docker:
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0
steps:
- run:
name: cleanup leftover resources
Expand All @@ -614,7 +614,7 @@ jobs:

cleanup-azure-resources:
docker:
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0
steps:
- run:
name: cleanup leftover resources
Expand All @@ -632,7 +632,7 @@ jobs:

cleanup-eks-resources:
docker:
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0
steps:
- checkout
- run:
Expand All @@ -659,7 +659,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- run:
Expand Down Expand Up @@ -727,7 +727,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- run:
Expand Down Expand Up @@ -795,7 +795,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down Expand Up @@ -852,7 +852,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down Expand Up @@ -908,7 +908,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down Expand Up @@ -971,7 +971,7 @@ jobs:
- TEST_RESULTS: /tmp/test-results
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down Expand Up @@ -1034,7 +1034,7 @@ jobs:
parallelism: 1
docker:
# This image is built from test/docker/Test.dockerfile
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
- image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- unit-helm-gen
runs-on: ubuntu-latest
container:
image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.11.0
image: docker.mirror.hashicorp.services/hashicorpdev/consul-helm-test:0.12.0
options: --user 1001
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/test/docker/Test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# a script to configure kubectl, potentially install Helm, and run the tests
# manually. This image only has the dependencies pre-installed.

FROM circleci/golang:1.18
FROM cimg/go:1.18

# change the user to root so we can install stuff
USER root
Expand Down

0 comments on commit a9eaaf4

Please sign in to comment.