Skip to content

Commit

Permalink
Merge pull request #7 from jenkins-x/master
Browse files Browse the repository at this point in the history
chore: move to new stable helm repository (jenkins-x#174)
  • Loading branch information
hgautam authored Nov 23, 2020
2 parents 17e952e + 9e291f3 commit c66c919
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion env/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
helm init --client-only
helm repo add jenkins-x https://storage.googleapis.com/chartmuseum.jenkins-x.io
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo add stable https://charts.helm.sh/stable

build: clean init
jx step helm build --boot --provider-values-dir=../kubeProviders
Expand Down
2 changes: 1 addition & 1 deletion systems/jxing/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- alias: nginx-ingress
name: nginx-ingress
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
2 changes: 1 addition & 1 deletion systems/velero-backups/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
|App Metadata||
|---|---|
| **Version** | 1.1.0 |
| **Chart Repository** | https://kubernetes-charts.storage.googleapis.com |
| **Chart Repository** | https://charts.helm.sh/stable |
2 changes: 1 addition & 1 deletion systems/velero/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
|App Metadata||
|---|---|
| **Version** | 1.1.0 |
| **Chart Repository** | https://kubernetes-charts.storage.googleapis.com |
| **Chart Repository** | https://charts.helm.sh/stable |
2 changes: 1 addition & 1 deletion systems/velero/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
- condition: velero.enabled
alias: velero
name: velero
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable

0 comments on commit c66c919

Please sign in to comment.