File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff 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
1011helm-extra-args : --timeout 600s
1112validate-maintainers : false
1213excluded-charts :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
2828dependencies :
2929 - name : svix
3030 condition : svix.enabled
31- version : 0.0.1
31+ version : 0.1.0
3232 repository : https://charts.holaplex.com
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ tolerations: []
6565
6666affinity : {}
6767
68+ redis :
69+ enabled : false
70+
6871secrets :
6972 enabled : true
7073 entries :
You can’t perform that action at this time.
0 commit comments