From 42ffee78c41befc364903d8bc99ed5036cf466c9 Mon Sep 17 00:00:00 2001 From: Stanislav Serebrennikov Date: Mon, 13 Apr 2020 10:10:14 +0900 Subject: [PATCH 1/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4693234..2a14c91 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ The following settings must be passed as environment variables as shown in the e | `SOURCE_DIR` | The local directory you wish to upload. For example, `./charts`. Defaults to the root of your repository (`.`) if not provided. | `env` | No | | `FORCE` | Force chart upload (in case version exist in chartmuseum, upload will fail without `FORCE`). Defaults is `False` if not provided. | `env` | No | +## Acton versions +v2: helm v2.16.1 +v3: helm3 v3.1.2 ## License From 762f39c5fb2b2509b73a5b37550d3309a7c2a137 Mon Sep 17 00:00:00 2001 From: Stanislav Serebrennikov Date: Mon, 13 Apr 2020 10:11:30 +0900 Subject: [PATCH 2/5] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db4c0b4..612b2ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Serebrennikov Stanislav " \ org.label-schema.name="helm chart push" \ org.label-schema.vendor="Serebrennikov Stanislav" \ org.label-schema.schema-version="1.0" -ENV HELM_VERSION v2.6.1 +ENV HELM_VERSION v2.16.1 ENV HELM_PLUGIN_PUSH_VERSION v0.7.1 ENV HELM_HOME=/root/.helm @@ -20,4 +20,4 @@ RUN apk add --virtual .helm-build-deps git make \ && apk del --purge .helm-build-deps COPY entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] From fc08fca5b5ba04a298cf8a37c8b8a5d7a6a19866 Mon Sep 17 00:00:00 2001 From: Stanislav Serebrennikov Date: Mon, 13 Apr 2020 10:16:18 +0900 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a14c91..5118e3a 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ The following settings must be passed as environment variables as shown in the e | `FORCE` | Force chart upload (in case version exist in chartmuseum, upload will fail without `FORCE`). Defaults is `False` if not provided. | `env` | No | ## Acton versions -v2: helm v2.16.1 -v3: helm3 v3.1.2 + +- v2: helm v2.16.1 +- v3: helm3 v3.1.2 ## License From 83886ad10d02c061d99b71007126b64795b2fbff Mon Sep 17 00:00:00 2001 From: Stanislav Serebrennikov Date: Mon, 13 Apr 2020 10:16:34 +0900 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5118e3a..0e47d4d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The following settings must be passed as environment variables as shown in the e | `SOURCE_DIR` | The local directory you wish to upload. For example, `./charts`. Defaults to the root of your repository (`.`) if not provided. | `env` | No | | `FORCE` | Force chart upload (in case version exist in chartmuseum, upload will fail without `FORCE`). Defaults is `False` if not provided. | `env` | No | -## Acton versions +## Action versions - v2: helm v2.16.1 - v3: helm3 v3.1.2 From 12940ea37d9a5df6d9164f775559a833d6cd5cf1 Mon Sep 17 00:00:00 2001 From: Stanislav Serebrennikov Date: Mon, 13 Apr 2020 10:19:03 +0900 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e47d4d..f0c5be5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: goodsmileduck/helm-push-action@v0.1.1 + - uses: goodsmileduck/helm-push-action@v2 env: SOURCE_DIR: '.' CHART_FOLDER: 'ecs-exporter'