fix(charts): Update outdated bjw-s chart link (#112)

This commit is contained in:
Romain Pluciennik
2025-05-09 11:43:31 +02:00
committed by GitHub
parent 649ace2425
commit b53f3896ac
16 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
debug: true
all: true
chart-repos:
- bjw-s=https://bjw-s.github.io/helm-charts
- bjw-s=https://bjw-s-labs.github.io/helm-charts
- bitnami=https://charts.bitnami.com/bitnami

View File

@ -2,5 +2,5 @@ debug: true
all: true
validate-maintainers: false
chart-repos:
- bjw-s=https://bjw-s.github.io/helm-charts
- bjw-s=https://bjw-s-labs.github.io/helm-charts
- bitnami=https://charts.bitnami.com/bitnami

View File

@ -45,7 +45,7 @@ jobs:
- name: Add Helm repos
run: |
helm repo add bjw-s https://bjw-s.github.io/helm-charts
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Install chart-releaser