mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
fix(charts): Update outdated bjw-s chart link (#112)
This commit is contained in:
committed by
GitHub
parent
649ace2425
commit
b53f3896ac
2
.github/ct-install-config.yaml
vendored
2
.github/ct-install-config.yaml
vendored
@ -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
|
||||
|
||||
2
.github/ct-lint-config.yaml
vendored
2
.github/ct-lint-config.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user