Skip to content

Commit

Permalink
Merge branch 'master' into helm3
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodsmileduck authored Aug 4, 2020
2 parents 4f65e28 + 12940ea commit 48fce27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LABEL maintainer="Serebrennikov Stanislav <goodsmileduck@gmail.com>" \
org.label-schema.name="helm chart push" \
org.label-schema.vendor="Serebrennikov Stanislav" \
org.label-schema.schema-version="1.0"

ENV HELM_VERSION v3.2.4
ENV HELM_PLUGIN_PUSH_VERSION v0.8.1
ENV HELM_HOME=/root/.helm
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -41,6 +41,10 @@ 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 |

## Action versions

- v2: helm v2.16.1
- v3: helm3 v3.1.2

## License

Expand Down

0 comments on commit 48fce27

Please sign in to comment.