Skip to content

Commit

Permalink
Update helm-lint-and-install.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 14, 2023
1 parent c0fb7f8 commit c9b6a39
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/helm-lint-and-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,15 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
uses: helm/kind-action@v1.8.0

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --upgrade --skip-missing-values --debug \
--helm-extra-set-args '--set ci=true --set global.blobvault.persistentVolume.storageClassName="standard" --set imagePullSecrets[0].name=iterativeai --set dockerUsername=${{ secrets.ITERATIVE_DOCKER_REGISTRY_USER }} --set dockerPassword=${{ secrets.ITERATIVE_DOCKER_REGISTRY_PASSWORD }} --set dockerServer=docker.iterative.ai'
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
ITERATIVE_DOCKER_REGISTRY_USER: ${{ secrets.ITERATIVE_DOCKER_REGISTRY_USER }}
ITERATIVE_DOCKER_REGISTRY_PASSWORD: ${{ secrets.ITERATIVE_DOCKER_REGISTRY_PASSWORD }}
COMMAND: |
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --upgrade --skip-missing-values --debug \
--helm-extra-set-args '--set ci=true --set global.blobvault.persistentVolume.storageClassName="standard" --set imagePullSecrets[0].name=iterativeai --set dockerUsername=$ITERATIVE_DOCKER_REGISTRY_USER --set dockerPassword=$ITERATIVE_DOCKER_REGISTRY_PASSWORD --set dockerServer=docker.iterative.ai'
helm-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9b6a39

Please sign in to comment.