Skip to content

Commit e98f818

Browse files
committed
fix: add misisng repo helm chart
1 parent bb7ed1f commit e98f818

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/develop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
docker pull ghcr.io/${REPO_LOWER}:${TAG}
101101
kind load docker-image ghcr.io/${REPO_LOWER}:${TAG} --name mapas-test
102102
103+
- name: Add helm repositories
104+
run: helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
105+
103106
- name: Build helm chart dependencies
104107
run: helm dependency build helm/mapas
105108

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
docker pull ghcr.io/${REPO_LOWER}:${IMAGE_TAG}
108108
kind load docker-image ghcr.io/${REPO_LOWER}:${IMAGE_TAG} --name mapas-test
109109
110+
- name: Add helm repositories
111+
run: helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
112+
110113
- name: Build helm chart dependencies
111114
run: helm dependency build helm/mapas
112115

src/plugins/MapasNetwork

0 commit comments

Comments
 (0)