Skip to content

Commit

Permalink
Merge pull request #126 from hypnoglow/docker-2.17
Browse files Browse the repository at this point in the history
Remove support for Docker images with Helm v2.17
  • Loading branch information
hypnoglow authored Oct 26, 2020
2 parents 5312896 + 6a58094 commit c0af861
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ jobs:
if [ -n "$CIRCLE_TAG" ]; then
curl -sL https://git.io/goreleaser | bash
fi
# Note: it seems that version 2.16.9 is the last version supported on Docker Hub.
# https://hub.docker.com/r/alpine/helm/tags
# That's why we don't distribute plugin images with Helm 2.17+
docker-helm-2_16:
docker:
- image: circleci/buildpack-deps:stretch
Expand All @@ -274,18 +277,7 @@ jobs:
- setup_remote_docker:
version: 18.06.0-ce
- build_push_docker_image:
helm_version: 2.16.12
docker-helm-2_17:
docker:
- image: circleci/buildpack-deps:stretch
working_directory: ~/workspace/helm-s3
steps:
- attach_workspace:
at: ~/workspace
- setup_remote_docker:
version: 18.06.0-ce
- build_push_docker_image:
helm_version: 2.17.0
helm_version: 2.16.9
docker-helm-3_3:
docker:
- image: circleci/buildpack-deps:stretch
Expand Down Expand Up @@ -338,14 +330,6 @@ workflows:
filters:
branches:
only: master
- docker-helm-2_17:
requires:
- dep
- test-unit
- test-integration-helm-2_17
filters:
branches:
only: master
- docker-helm-3_3:
requires:
- dep
Expand Down Expand Up @@ -388,14 +372,6 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- docker-helm-2_17:
requires:
- dep
filters:
tags:
only: /.*/
branches:
ignore: /.*/
- docker-helm-3_3:
requires:
- dep
Expand All @@ -416,7 +392,6 @@ workflows:
requires:
- dep
- docker-helm-2_16
- docker-helm-2_17
- docker-helm-3_3
- docker-helm-3_4
filters:
Expand Down

0 comments on commit c0af861

Please sign in to comment.