Skip to content

Commit

Permalink
Workaround for bitnami releasing mimir with old memcached (#1438)
Browse files Browse the repository at this point in the history
Bitnami has removed packages older than 6 months from their helm
repo , breaking the build. We're in the middle of a release, enable
workaround to unblock us. Eventually we want to get rid of the bitnami
chart for memcached anyway, see issue 1315

See:
bitnami/charts#10530
bitnami/charts#10539
#1315

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
  • Loading branch information
krajorama authored Jun 2, 2022
1 parent 893675f commit acfc24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-helm-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/eb5f9a9513d987b519f0ecd732e7031241c50328/bitnami
helm repo add hashicorp https://helm.releases.hashicorp.com
helm repo add minio https://helm.min.io
Expand Down

0 comments on commit acfc24f

Please sign in to comment.