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 1f910a0 commit 6d32cf5Copy full SHA for 6d32cf5
smoke-test/action.yml
@@ -70,7 +70,9 @@ runs:
70
- name: Update Chart Version
71
id: update-chart-version
72
shell: bash
73
+ if: ${{ inputs.installation-method == 'helm' }}
74
run: |
75
+ # update the chart version to match the Replicated app version
76
tarball=$(find ${YAML_DIR} -name "${CHART_NAME}*.tgz")
77
tar -xvf ${tarball%tgz} -C /tmp/repack
78
helm package --version "${{ env.APP_VERSION }}" /tmp/repack
0 commit comments