diff --git a/charts/hub-gateway/Chart.yaml b/charts/hub-gateway/Chart.yaml index 263947e..8c3502d 100644 --- a/charts/hub-gateway/Chart.yaml +++ b/charts/hub-gateway/Chart.yaml @@ -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 diff --git a/charts/hub-gateway/templates/apisixroute.yaml b/charts/hub-gateway/templates/apisixroute.yaml index 55cfdbf..a41c153 100644 --- a/charts/hub-gateway/templates/apisixroute.yaml +++ b/charts/hub-gateway/templates/apisixroute.yaml @@ -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 diff --git a/charts/hub-gateway/values.yaml b/charts/hub-gateway/values.yaml index c1be033..d88dc6a 100644 --- a/charts/hub-gateway/values.yaml +++ b/charts/hub-gateway/values.yaml @@ -49,7 +49,7 @@ apisixPlugins: servicePort: 80 files: - plugins/kratos.lua - hub-orgs: + hubOrgs: serviceName: hub-orgs servicePort: 80 files: