Skip to content

Commit

Permalink
Merge pull request #95 from catenax-ng/lint-fix
Browse files Browse the repository at this point in the history
fix: Updating published repo name
  • Loading branch information
SebastianBezold authored Nov 24, 2023
2 parents 11013eb + 00432f2 commit e008225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:
upgrade_from:
description: 'Managed service orchestrator service chart version to upgrade from'
# version from 3.1 release
default: '1.4.2'
default: '1.5.1'

jobs:
lint-test:
Expand Down Expand Up @@ -96,6 +96,6 @@ jobs:
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
helm install orchestrator tractusx-dev/orchestrator --version ${{ github.event.inputs.upgrade_from || '1.5.1' }}
helm install orchestrator tractusx-dev/managed-service-orchestrator --version ${{ github.event.inputs.upgrade_from || '1.5.1' }}
helm upgrade orchestrator charts/orchestrator
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

0 comments on commit e008225

Please sign in to comment.