Skip to content

Commit 93e4781

Browse files
committed
wops, update values :)
1 parent 9eb6c7f commit 93e4781

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.5
21+
version: 0.1.6
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.5"
27+
appVersion: "0.1.6"
2828
sources:
2929
- https://github.com/holaplex/helm-charts
3030

charts/hub-gateway/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ apisix:
122122
plugins:
123123
- kratos
124124
- opa-mod
125+
- hub-orgs
125126
- mocking
126127
- redirect
127128
- serverless-pre-function
@@ -138,6 +139,8 @@ apisix:
138139
mounts:
139140
- key: "kratos.lua"
140141
path: "/opts/custom_plugins/apisix/plugins/kratos.lua"
142+
- key: "hub-orgs.lua"
143+
path: "/opts/custom_plugins/apisix/plugins/hub-orgs.lua"
141144
- key: "opa-mod.lua"
142145
path: "/opts/custom_plugins/apisix/plugins/opa-mod.lua"
143146
- key: "opa-helper.lua"

0 commit comments

Comments
 (0)