Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bin/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ fi

helm repo add "$PUBLIC_DIR" "$S3_URL"
helm repo add "$REPO_NAME" "$PUBLIC_URL"
# This repo is mirroring the old https://kubernetes-charts.storage.googleapis.com
helm repo add wire-googlestorage-mirror https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Other frequently used repos
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add minio https://helm.min.io

rm ./*.tgz &> /dev/null || true # clean any packaged files, if any
for chart in "${charts[@]}"; do
Expand Down
6 changes: 4 additions & 2 deletions charts/cassandra-ephemeral/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dependencies:
- name: cassandra
version: 0.13.3
repository: https://kubernetes-charts-incubator.storage.googleapis.com
version: 0.15.2
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
alias: cassandra-ephemeral
# Source: https://github.com/wireapp/charts/blob/master/incubator/cassandra
# TODO: For further upgrades, move to https://github.com/bitnami/charts/tree/master/bitnami/cassandra
2 changes: 1 addition & 1 deletion charts/cassandra-ephemeral/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See defaults in https://github.com/kubernetes/charts/blob/master/incubator/cassandra/values.yaml
# See defaults in https://github.com/wireapp/charts/blob/master/incubator/cassandra/values.yaml
cassandra-ephemeral:
persistence:
enabled: false
Expand Down
6 changes: 5 additions & 1 deletion charts/elasticsearch-curator/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
dependencies:
- name: elasticsearch-curator
version: 1.5.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/blob/master/stable/elasticsearch-curator/README.md
# TODO: This chart does not seem to longer be supported. For further upgrades, it's probably
# best to keep looking into https://github.com/helm/charts/blob/master/stable/elasticsearch-curator/README.md
# and https://github.com/elastic/curator
4 changes: 2 additions & 2 deletions charts/fake-aws-s3/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: minio
version: 2.5.15
repository: https://kubernetes-charts.storage.googleapis.com
version: 8.0.0
repository: https://helm.min.io
2 changes: 1 addition & 1 deletion charts/fake-aws-s3/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See defaults in https://github.com/helm/charts/tree/master/stable/minio
# See defaults in https://github.com/minio/charts/blob/master/minio/values.yaml
minio:
fullnameOverride: fake-aws-s3
accessKey: dummykey
Expand Down
4 changes: 3 additions & 1 deletion charts/fluent-bit/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: fluent-bit
version: 2.7.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/blob/master/stable/fluent-bit/README.md
# TODO: For further upgrades, move to https://github.com/fluent/helm-charts/tree/master/charts/fluent-bit
4 changes: 3 additions & 1 deletion charts/kibana/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: kibana
version: 2.2.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/blob/master/stable/kibana/README.md
# TODO: For further upgrades, move to https://github.com/elastic/helm-charts/tree/master/kibana
4 changes: 3 additions & 1 deletion charts/metallb/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: metallb
version: 0.8.0
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/blob/master/stable/metallb/README.md
# TODO: For further upgrades, move to https://github.com/bitnami/charts/tree/master/bitnami/metallb
4 changes: 3 additions & 1 deletion charts/nginx-ingress-controller/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
dependencies:
- name: nginx-ingress
version: 1.33.3
repository: https://kubernetes-charts.storage.googleapis.com
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/tree/master/stable/nginx-ingress
# TODO: For further upgrades, https://github.com/kubernetes/ingress-nginx/tree/master/charts/ingress-nginx
4 changes: 2 additions & 2 deletions charts/redis-ephemeral/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies:
- name: redis
version: 1.1.7
repository: https://kubernetes-charts.storage.googleapis.com
version: 1.1.12
repository: https://charts.bitnami.com/bitnami
alias: redis-ephemeral
4 changes: 3 additions & 1 deletion charts/wire-server-metrics/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
dependencies:
- name: prometheus-operator
version: 6.7.2
repository: "@stable"
repository: https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-googlestorage-mirror
# Source: https://github.com/wireapp/charts/tree/master/stable/prometheus-operator
# TODO: For further upgrades, move to https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack