Skip to content

Commit

Permalink
ci(helm-test): use tractusx chart repository for first installation i…
Browse files Browse the repository at this point in the history
…n upgrade
  • Loading branch information
tom-rm-meyer-ISST committed Feb 27, 2024
1 parent c673eb9 commit f9caf2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
type: string
upgrade_from:
description: 'chart version to upgrade from'
# chart version from 3.1 release as default
# chart version from 1.0.0 (R24.03) release as default
default: '1.0.0'
required: false
type: string
Expand Down Expand Up @@ -117,8 +117,8 @@ jobs:
- name: Run helm upgrade
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add postgresql https://charts.bitnami.com/bitnami
helm install puris charts/puris --version ${{ github.event.inputs.upgrade_from || '1.0.0' }}
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/
helm install puris tractusx-dev/puris --version ${{ github.event.inputs.upgrade_from || '1.0.0' }}
helm dependency update charts/puris
helm upgrade [NAME] charts/puris
helm upgrade puris charts/puris
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

0 comments on commit f9caf2c

Please sign in to comment.