File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
.github/workflows/linters Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ chart-dirs:
55 - charts
66chart-repos :
77 - holaplex=https://holaplex.github.io/helm-charts
8- - apisix=https://apache.github.io/apisix-helm-chart
8+ - apisix=https://charts.apiseven.com
99helm-extra-args : --timeout 600s
1010validate-maintainers : false
1111excluded-charts :
Original file line number Diff line number Diff line change 11dependencies:
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"
Original file line number Diff line number Diff 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 "
2828sources :
2929 - https://github.com/holaplex/helm-charts
3030
3131dependencies :
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
You can’t perform that action at this time.
0 commit comments