Skip to content

Commit 6d32cf5

Browse files
committed
Updates chart only when installing with Helm
1 parent 1f910a0 commit 6d32cf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smoke-test/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ runs:
7070
- name: Update Chart Version
7171
id: update-chart-version
7272
shell: bash
73+
if: ${{ inputs.installation-method == 'helm' }}
7374
run: |
75+
# update the chart version to match the Replicated app version
7476
tarball=$(find ${YAML_DIR} -name "${CHART_NAME}*.tgz")
7577
tar -xvf ${tarball%tgz} -C /tmp/repack
7678
helm package --version "${{ env.APP_VERSION }}" /tmp/repack

0 commit comments

Comments
 (0)