Skip to content

Commit

Permalink
helm doesnt like hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Feb 8, 2023
1 parent 93e4781 commit 862df17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/hub-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.6"
appVersion: "0.1.7"
sources:
- https://github.com/holaplex/helm-charts

Expand Down
2 changes: 1 addition & 1 deletion charts/hub-gateway/templates/apisixroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: hub-orgs
enable: true
config:
host: {{ print "http://" $apisixPlugins.hub-orgs.serviceName "." $namespace ".svc:" $apisixPlugins.hub-orgs.servicePort "/v1" | quote }}
host: {{ print "http://" $apisixPlugins.hubOrgs.serviceName "." $namespace ".svc:" $apisixPlugins.hubOrgs.servicePort "/v1" | quote }}
{{- end }}
{{- if .policy}}
- name: opa-mod
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ apisixPlugins:
servicePort: 80
files:
- plugins/kratos.lua
hub-orgs:
hubOrgs:
serviceName: hub-orgs
servicePort: 80
files:
Expand Down

0 comments on commit 862df17

Please sign in to comment.