Skip to content

Commit e84b2b7

Browse files
authored
Merge pull request #30 from holaplex/mpw/svix-chart-update
svix chart update
2 parents 1d8079c + 0349035 commit e84b2b7

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.github/workflows/linters/ct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ chart-repos:
77
- holaplex=https://holaplex.github.io/helm-charts
88
- apisix=https://charts.apiseven.com
99
- ory=https://k8s.ory.sh/helm/charts
10+
- bitnami=https://charts.bitnami.com/bitnami
1011
helm-extra-args: --timeout 600s
1112
validate-maintainers: false
1213
excluded-charts:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
helm repo add holaplex https://holaplex.github.io/helm-charts
3636
helm repo add apisix https://charts.apiseven.com
3737
helm repo add ory https://k8s.ory.sh/helm/charts
38+
helm repo add bitnami https://charts.bitnami.com/bitnami
3839
3940
- name: Run chart-releaser
4041
uses: helm/[email protected]

charts/hub-webhooks/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.0
21+
version: 0.1.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
@@ -28,5 +28,5 @@ appVersion: "0.1.0"
2828
dependencies:
2929
- name: svix
3030
condition: svix.enabled
31-
version: 0.0.1
31+
version: 0.1.0
3232
repository: https://charts.holaplex.com

charts/svix-server/Chart.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.0.1
21+
version: 0.1.0
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.0.1"
27+
appVersion: "0.1.0"
28+
dependencies:
29+
- name: redis
30+
version: 17.8.2
31+
repository: https://charts.bitnami.com/bitnami
32+
condition: redis.enabled

charts/svix-server/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ tolerations: []
6565

6666
affinity: {}
6767

68+
redis:
69+
enabled: false
70+
6871
secrets:
6972
enabled: true
7073
entries:

0 commit comments

Comments
 (0)