Skip to content

Commit

Permalink
[MOD] helm release version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Aug 13, 2024
1 parent 57769bb commit dc71cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Release a helm chart and optionally notify via a mattermost webhook

| name | required | type | default | description |
| ---------------------- | -------- | ------ | --------------- | ----------- |
| HELM_VERSION | yes | string | "v3.12.3" | Helm version to use |
| HELM_VERSION | yes | string | "3.12.3" | Helm version to use |
| HELM_DEPENDENCIES | no | string | | Helm dependencies |
| INDEX_DIR | yes | string | "." | Index directory |
| CHARTS_DIR | yes | string | "." | Charts directory |
Expand Down
2 changes: 1 addition & 1 deletion helm-release-notify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
HELM_VERSION:
description: 'Helm version to use'
required: true
default: 'v3.12.3'
default: '3.12.3'
HELM_DEPENDENCIES:
description: 'Helm dependencies'
required: false
Expand Down

0 comments on commit dc71cfa

Please sign in to comment.