mirror of
https://github.com/plcnk/charts.git
synced 2026-04-06 09:40:52 +00:00
fix(charts): Update outdated bjw-s chart link (#112)
This commit is contained in:
committed by
GitHub
parent
649ace2425
commit
b53f3896ac
@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user