Skip to content

Commit 862df17

Browse files
committed
helm doesnt like hyphens
1 parent 93e4781 commit 862df17

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/hub-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ 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.6
21+
version: 0.1.7
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.1.6"
27+
appVersion: "0.1.7"
2828
sources:
2929
- https://github.com/holaplex/helm-charts
3030

charts/hub-gateway/templates/apisixroute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: hub-orgs
4848
enable: true
4949
config:
50-
host: {{ print "http://" $apisixPlugins.hub-orgs.serviceName "." $namespace ".svc:" $apisixPlugins.hub-orgs.servicePort "/v1" | quote }}
50+
host: {{ print "http://" $apisixPlugins.hubOrgs.serviceName "." $namespace ".svc:" $apisixPlugins.hubOrgs.servicePort "/v1" | quote }}
5151
{{- end }}
5252
{{- if .policy}}
5353
- name: opa-mod

charts/hub-gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apisixPlugins:
4949
servicePort: 80
5050
files:
5151
- plugins/kratos.lua
52-
hub-orgs:
52+
hubOrgs:
5353
serviceName: hub-orgs
5454
servicePort: 80
5555
files:

0 commit comments

Comments
 (0)