Skip to content

Commit 13c672d

Browse files
authored
Merge pull request #5 from holaplex/mpw/gateway-chart-fix
revert apisix chart repo
2 parents 8f4b0c7 + f28e428 commit 13c672d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/linters/ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ chart-dirs:
55
- charts
66
chart-repos:
77
- holaplex=https://holaplex.github.io/helm-charts
8-
- apisix=https://apache.github.io/apisix-helm-chart
8+
- apisix=https://charts.apiseven.com
99
helm-extra-args: --timeout 600s
1010
validate-maintainers: false
1111
excluded-charts:

charts/hub-gateway/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: apisix
3-
repository: https://apache.github.io/apisix-helm-chart
3+
repository: https://charts.apiseven.com
44
version: 1.1.0
5-
digest: sha256:cf342a5e1c0f0543442c5b8e5805ba59cee5b91e23739df2884ac098eb752de8
6-
generated: "2023-01-30T10:11:46.499907-03:00"
5+
digest: sha256:0fe161042c77815e8e36847494825ed1232afdccc032635dbaaf347625cb3bfc
6+
generated: "2023-01-30T10:53:37.535884-03:00"

charts/hub-gateway/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ 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
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.0"
27+
appVersion: "0.1.1"
2828
sources:
2929
- https://github.com/holaplex/helm-charts
3030

3131
dependencies:
3232
- name: apisix
3333
version: 1.1.0
34-
repository: https://apache.github.io/apisix-helm-chart
34+
repository: https://charts.apiseven.com
3535
condition: apisix.enabled

0 commit comments

Comments
 (0)