Skip to content

Commit 2d15297

Browse files
authored
Use ingress-nginx 4.15.0 (#1218)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent c87f74d commit 2d15297

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

charts/ace/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
version: v2026.3.30
2323
- name: ingress-nginx
2424
repository: oci://ghcr.io/appscode-charts
25-
version: 4.14.3
25+
version: 4.15.0
2626
- name: nats
2727
repository: oci://ghcr.io/appscode-charts
2828
version: 0.19.17
@@ -38,5 +38,5 @@ dependencies:
3838
- name: platform-opscenter
3939
repository: file://../platform-opscenter
4040
version: v2026.3.30
41-
digest: sha256:1fc0e0c9f11d7c04b99c53305e83e14b45b1b1f224d1c9892ae6699cfe842538
42-
generated: "2026-03-13T19:01:16.068692715Z"
41+
digest: sha256:243d413893c3503fc76d420a5d9b068b78e2f1e631145212f6f405789e3c21fa
42+
generated: "2026-03-18T11:23:40.132493+06:00"

charts/ace/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- name: ingress-nginx
4444
repository: oci://ghcr.io/appscode-charts
4545
condition: ingress-nginx.enabled
46-
version: 4.14.3
46+
version: 4.15.0
4747
- name: nats
4848
repository: oci://ghcr.io/appscode-charts
4949
condition: nats.enabled

hack/scripts/update-chart-dependencies.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616

1717
set -e
1818

19-
helm repo add appscode https://charts.appscode.com/stable/ || true
20-
helm repo add external-dns https://kubernetes-sigs.github.io/external-dns/ || true
21-
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx || true
22-
helm repo add nats https://nats-io.github.io/k8s/helm/charts/ || true
23-
helm repo add openfga https://openfga.github.io/helm-charts || true
24-
helm repo add stakater https://stakater.github.io/stakater-charts || true
25-
2619
helm dependency update charts/platform-grafana-dashboards
2720
helm dependency update charts/platform-opscenter
2821
helm dependency update charts/acaas

0 commit comments

Comments
 (0)