Skip to content

Commit

Permalink
Relocate stable and incubator official helm cart repos (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Nov 8, 2020
1 parent 7d19557 commit 46e3c61
Show file tree
Hide file tree
Showing 45 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion deprecated/aws-alb-ingress-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Incubator repo of official helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"


releases:
Expand Down
2 changes: 1 addition & 1 deletion deprecated/chartmuseum-api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/chartmuseum.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/codefresh-backup.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Incubator repo of official helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com/"
url: "https://charts.helm.sh/incubator/"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/codefresh-extension.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Incubator repo of official helm charts
- name: "incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com/"
url: "https://charts.helm.sh/incubator/"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/codefresh-restore.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Incubator repo of official helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com/"
url: "https://charts.helm.sh/incubator/"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/efs-provisioner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/elasticsearch-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/external-storage.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:
#
Expand Down
2 changes: 1 addition & 1 deletion deprecated/grafana-dashboards.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

######
# You need to create a grafana-dashboards-definitions.yaml file with an array of
Expand Down
2 changes: 1 addition & 1 deletion deprecated/grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/heapster.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
4 changes: 2 additions & 2 deletions deprecated/istio-gatekeeper.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repositories:
# Repo of official, stable helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# keycloak-gatekeeper
# No official chart, this user's chart seems to be the best there is
- name: "gabibbo97"
url: "https://gabibbo97.github.io/charts/"
# Repo of new Kubernetes charts in development
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"
# Forecastle does not have a chart in a helm repo. Use plugin to pull the chart from GitHub repo
- name: "forecastle"
# Cannot use release tags, see https://github.com/aslafy-z/helm-git/issues/9
Expand Down
2 changes: 1 addition & 1 deletion deprecated/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:

# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
Expand Down
2 changes: 1 addition & 1 deletion deprecated/kibana-elastic-search.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Incubator repo of official helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com/"
url: "https://charts.helm.sh/incubator/"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/kibana.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/kube-lego.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"


releases:
Expand Down
2 changes: 1 addition & 1 deletion deprecated/kube2iam.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/kubecost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:
url: "https://kubecost.github.io/cost-analyzer/"
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:
#######################################################################################
Expand Down
2 changes: 1 addition & 1 deletion deprecated/lighthouse-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
2 changes: 1 addition & 1 deletion deprecated/metrics-server.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/nginx-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
2 changes: 1 addition & 1 deletion deprecated/oidc-role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:
#######################################################################################
Expand Down
2 changes: 1 addition & 1 deletion deprecated/phpmyadmin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/pritunl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
2 changes: 1 addition & 1 deletion deprecated/prometheus-cloudwatch-exporter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/prometheus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
repositories:
# Official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com/"
url: "https://charts.helm.sh/stable/"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/prometheus-pushgateway.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:
########################################################################
Expand Down
2 changes: 1 addition & 1 deletion deprecated/sentry-kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Repo of new Kubernetes charts in development
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:

Expand Down
2 changes: 1 addition & 1 deletion deprecated/sentry.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
2 changes: 1 addition & 1 deletion deprecated/storage-classes.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:
# Define some StorageClasses for use in PersistentVolumeClaims
Expand Down
2 changes: 1 addition & 1 deletion deprecated/traefik-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
2 changes: 1 addition & 1 deletion releases/cert-manager/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories:
url: "https://charts.jetstack.io"
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/cluster-autoscaler/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
4 changes: 2 additions & 2 deletions releases/datadog/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:
# Use Kubernetes "raw" chart to create aws-secret-operator secrets
Expand Down
2 changes: 1 addition & 1 deletion releases/efs-provisioner/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/idp-roles/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/keycloak-gatekeeper/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories:
url: "https://gabibbo97.github.io/charts/"
# Kubernetes incubator repo of helm charts
- name: "kubernetes-incubator"
url: "https://kubernetes-charts-incubator.storage.googleapis.com"
url: "https://charts.helm.sh/incubator"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/kubernetes-dashboard/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/metrics-server/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repositories:
# Stable repo of official helm charts, deprecated, but no official replacement yet.
# Possibly use https://charts.bitnami.com/bitnami but it is different chart
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"

releases:

Expand Down
2 changes: 1 addition & 1 deletion releases/nginx-ingress/helmfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories:
# Stable repo of official helm charts
- name: "stable"
url: "https://kubernetes-charts.storage.googleapis.com"
url: "https://charts.helm.sh/stable"
# Cloud Posse incubator repo of helm charts
- name: "cloudposse-incubator"
url: "https://charts.cloudposse.com/incubator/"
Expand Down
Loading

0 comments on commit 46e3c61

Please sign in to comment.