File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments