Skip to content

Commit 7944efc

Browse files
Merge pull request #808 from codacy/fix/binami-index-removal
fix: Binami index removal
2 parents f0a14cd + 8306652 commit 7944efc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: setup_helm_repos
22
setup_helm_repos:
3-
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
3+
helm repo add bitnami-pre-2022 https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami # Github tag before bitnami truncated the index. Old link didn't work anymore
44
helm repo add stable https://charts.helm.sh/stable
55
helm repo add codacy-stable https://charts.codacy.com/stable
66
helm repo add codacy-unstable https://charts.codacy.com/unstable

codacy/requirements.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ dependencies:
55
condition: global.minio.create
66
alias: minio
77

8+
# Github tag before bitnami truncated the index. Old link didn't work anymore
89
- name: rabbitmq
910
version: 7.5.7
10-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
11+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
1112
condition: global.rabbitmq.create
1213
alias: rabbitmq-ha
1314

15+
# Github tag before bitnami truncated the index. Old link didn't work anymore
1416
- name: postgresql
1517
version: 8.6.4
16-
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
18+
repository: https://raw.githubusercontent.com/bitnami/charts/defb094c658024e4aa8245622dab202874880cbc/bitnami
1719
alias: postgres
1820
condition: global.defaultdb.create, global.analysisdb.create, global.resultsdb.create,
1921
global.metricsdb.create, global.filestoredb.create, global.jobsdb.create

0 commit comments

Comments
 (0)