Skip to content

Commit

Permalink
Fix helm set typo (#10)
Browse files Browse the repository at this point in the history
* Fix helm set typo

* remove image: Dockerfile for release
  • Loading branch information
jgreat authored May 18, 2022
1 parent 15aa643 commit 11d4c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ inputs:
required: false
runs:
using: docker
# image: Dockerfile
image: docker://mobilecoin/gha-k8s-toolbox:v1.0
args:
- ${{ inputs.command }}
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ then
then
helm_upgrade_with_values repo "${set_options}"
else
helm_upgrade repo "${sets}"
helm_upgrade repo "${set_options}"
fi
;;

Expand Down

0 comments on commit 11d4c4b

Please sign in to comment.