Skip to content

Commit 62a3494

Browse files
authored
Merge pull request #189 from djjudas21/scrap_bitnami
Add valkey repo
2 parents fb64ad1 + 233d91e commit 62a3494

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.ci/ct/ct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ chart-repos:
1313
- bitnami=https://charts.bitnami.com/bitnami
1414
- bjw-s=https://bjw-s-labs.github.io/helm-charts
1515
- djjudas21=https://djjudas21.github.io/charts
16+
- valkey=https://valkey.io/valkey-helm/

.github/linters/ct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ chart-dirs:
66
chart-repos:
77
- bitnami=https://charts.bitnami.com/bitnami
88
- bjw-s=http://bjw-s-labs.github.io/helm-charts/
9+
- valkey=https://valkey.io/valkey-helm/
910
helm-extra-args: --timeout 600s
1011
excluded-charts:
1112
- graphite-exporter

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
helm repo add bitnami https://charts.bitnami.com/bitnami
3131
helm repo add bjw-s http://bjw-s-labs.github.io/helm-charts/
32+
helm repo add valkey https://valkey.io/valkey-helm/
3233
- name: Run chart-releaser
3334
uses: helm/chart-releaser-action@v1.7.0
3435
with:

0 commit comments

Comments
 (0)