Skip to content

Commit 4f98bb0

Browse files
Merge pull request #59 from CDiezRodriguez/bugfix/failed-helm-release-caused-by-unresolved-dependency
fix: add missing Bitnami repository to Helm dependencies
2 parents 612c411 + 86619f4 commit 4f98bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/helm-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- name: Update helm SSI-DIM-WALLET-STUB-DATABASE dependencies
5252
run: |
5353
cd charts/ssi-dim-wallet-stub
54+
helm repo add bitnami https://charts.bitnami.com/bitnami
5455
helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev
5556
helm dependency update
5657

0 commit comments

Comments
 (0)