Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore: move to new stable helm repository (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored Nov 10, 2020
1 parent cff0d67 commit 9e291f3
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 9e291f3

Please sign in to comment.