Skip to content

Commit c383403

Browse files
committed
update
1 parent 34de9ec commit c383403

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
quay.io/helmpack/chart-testing:v3.13.0 sh -c 'helm dependency update \
3333
&& cd ../.. \
3434
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
35-
&& helm repo add apisix https://charts.apiseven.com \
3635
&& helm repo add apisix-apache https://apache.github.io/apisix-helm-chart \
3736
&& ct lint \
3837
--validate-maintainers=false \
@@ -67,7 +66,6 @@ jobs:
6766
quay.io/helmpack/chart-testing:v3.13.0 sh -c 'helm dependency update \
6867
&& cd ../.. \
6968
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
70-
&& helm repo add apisix https://charts.apiseven.com \
7169
&& helm repo add apisix-apache https://apache.github.io/apisix-helm-chart \
7270
&& ct install \
7371
--charts charts/apisix'

charts/apisix/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
repository: https://charts.bitnami.com/bitnami
44
version: 12.0.18
55
- name: apisix-ingress-controller
6-
repository: https://charts.apiseven.com
6+
repository: https://apache.github.io/apisix-helm-chart
77
version: 1.0.5
8-
digest: sha256:645325383aa153ba7b41ef4f63ba38f5169173b2791aaeb32b0754ecbb922884
9-
generated: "2025-09-01T16:08:09.544116895+08:00"
8+
digest: sha256:55ca99d580bfd975ccdc3c422062ee0c0948af7ec715c6e2c6931757ccc234df
9+
generated: "2025-09-28T03:19:50.756414729Z"

charts/apisix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
condition: etcd.enabled
4848
- name: apisix-ingress-controller
4949
version: 1.0.5
50-
repository: https://charts.apiseven.com
50+
repository: https://apache.github.io/apisix-helm-chart
5151
condition: ingress-controller.enabled
5252
alias: ingress-controller
5353

0 commit comments

Comments
 (0)