We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b72220 commit 516ac1aCopy full SHA for 516ac1a
helm-deploy/action.yml
@@ -72,11 +72,12 @@ runs:
72
- name: Deploy Helm chart
73
shell: bash
74
working-directory: ${{ inputs.working-directory }}
75
+ env:
76
+ HELM_DRIVER: configmaps
77
run: |
78
helm upgrade --wait --install ${{ inputs.release-name }} ./${{ inputs.helm-package }} \
79
--namespace ${{ inputs.namespace }} \
80
--history-max 10 \
- --storage-type configmaps \
81
--values ${{ inputs.values-file }} \
82
--atomic --timeout ${{ inputs.timeout }} \
83
--set image.tag=${{ inputs.image-tag }}
0 commit comments