Skip to content

Commit

Permalink
Merge pull request #21 from CSCfi/fix-gha
Browse files Browse the repository at this point in the history
Update GitHub Actions. Change URI repo
  • Loading branch information
lvarin authored Feb 29, 2024
2 parents 9afaa88 + 95eede0 commit dac9e0a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
version: v3.12.1

- name: Add NATS Helm repo
run: |
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ &&
helm repo update
- name: Helm Dependency
run: |
for dir in $(ls -d charts/*); do
Expand Down
2 changes: 1 addition & 1 deletion charts/rocketchat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 6.4.4
appVersion: 6.4.4
dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.x.x
condition: mongodb.enabled
- name: nats
Expand Down

0 comments on commit dac9e0a

Please sign in to comment.