Skip to content

Commit

Permalink
charts: Move to helm stable repo snapshot (#394)
Browse files Browse the repository at this point in the history
* charts: Move to helm stable repo snapshot

The stable repo has been deprecated and snapshotted
https://helm.sh/docs/faq/#i-am-getting-a-warning-about-unable-to-get-an-update-from-the-stable-chart-repository

We should move away from these charts in the near future; but moving to
the snapshot suffices for now

* Also cassandra-ephemeral
  • Loading branch information
arianvp authored Dec 17, 2020
1 parent a84948d commit 7eba4b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/cassandra-ephemeral/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: cassandra
version: 0.13.3
repository: https://kubernetes-charts-incubator.storage.googleapis.com
repository: https://charts.helm.sh/incubator
alias: cassandra-ephemeral
2 changes: 1 addition & 1 deletion charts/elasticsearch-curator/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: elasticsearch-curator
version: 1.5.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
2 changes: 1 addition & 1 deletion charts/fluent-bit/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: fluent-bit
version: 2.7.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
2 changes: 1 addition & 1 deletion charts/kibana/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: kibana
version: 2.2.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
2 changes: 1 addition & 1 deletion charts/metallb/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: metallb
version: 0.8.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable
2 changes: 1 addition & 1 deletion charts/nginx-ingress-controller/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: nginx-ingress
version: 1.33.3
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://charts.helm.sh/stable

0 comments on commit 7eba4b2

Please sign in to comment.