mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
(P4DEVOPS-7373) Use artifactory instead of bitnami repos
This commit is contained in:
parent
c2e04310aa
commit
113ffd968d
7 changed files with 29 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
docker run --rm -it -v $(pwd):/apps --entrypoint /bin/sh alpine/helm \
|
||||
-c 'helm repo add bitnami https://charts.bitnami.com/bitnami && cd /apps/helm-charts/vmpooler && helm dependency update'
|
||||
-c 'helm repo add artifactory https://artifactory.delivery.puppetlabs.net/artifactory/helm__local && cd /apps/helm-charts/vmpooler && helm dependency update'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue