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

@ -87,7 +87,7 @@ The command removes all the Kubernetes components associated with the chart **in
{{- define "custom.bjwsRef" -}}
{{- $ref := "" -}}
{{- range .Dependencies -}}
{{- if and (eq .Repository "https://bjw-s.github.io/helm-charts") (eq .Name "common") (semverCompare "^1.x" .Version) -}}
{{- if and (eq .Repository "https://bjw-s-labs.github.io/helm-charts") (eq .Name "common") (semverCompare "^1.x" .Version) -}}
{{- $ref = "a081de5" -}}
{{- end -}}
{{- end -}}