From 1f3c59fbcf98b103e357e85716d4d8f196a8fb9b Mon Sep 17 00:00:00 2001 From: Ashing Zheng Date: Tue, 9 Sep 2025 10:09:00 +0800 Subject: [PATCH 1/2] chore: upgrade ingress controller image to 2.0.5 Signed-off-by: Ashing Zheng --- charts/ingress-controller/README.md | 4 ++-- charts/ingress-controller/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/ingress-controller/README.md b/charts/ingress-controller/README.md index d8e8a1b..535ec8f 100644 --- a/charts/ingress-controller/README.md +++ b/charts/ingress-controller/README.md @@ -20,7 +20,7 @@ Ingress Controller for API7 |-----|------|---------|-------------| | adc.image.pullPolicy | string | `"IfNotPresent"` | | | adc.image.repository | string | `"ghcr.io/api7/adc"` | | -| adc.image.tag | string | `"dev"` | | +| adc.image.tag | string | `"0.21.0"` | | | adc.resources | object | `{}` | | | adc.securityContext | object | `{}` | | | autoscaling.enabled | bool | `false` | | @@ -44,7 +44,7 @@ Ingress Controller for API7 | deployment.annotations | object | `{}` | | | deployment.image.pullPolicy | string | `"IfNotPresent"` | | | deployment.image.repository | string | `"api7/api7-ingress-controller"` | | -| deployment.image.tag | string | `"2.0.4"` | | +| deployment.image.tag | string | `"2.0.5"` | | | deployment.nodeSelector | object | `{}` | | | deployment.podAnnotations | object | `{}` | | | deployment.podSecurityContext | object | `{}` | | diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index 6a06b49..84ff6dd 100644 --- a/charts/ingress-controller/values.yaml +++ b/charts/ingress-controller/values.yaml @@ -31,14 +31,14 @@ deployment: image: repository: api7/api7-ingress-controller pullPolicy: IfNotPresent - tag: "2.0.4" + tag: "2.0.5" # -- Set pod resource requests & limits resources: {} adc: image: repository: ghcr.io/api7/adc - tag: dev + tag: "0.21.0" pullPolicy: IfNotPresent resources: {} securityContext: {} From f6e0511539a9cc072cd0d50256f6b8871bbea9a9 Mon Sep 17 00:00:00 2001 From: Ashing Zheng Date: Tue, 9 Sep 2025 10:16:30 +0800 Subject: [PATCH 2/2] fix: r Signed-off-by: Ashing Zheng --- charts/ingress-controller/Chart.yaml | 4 ++-- charts/ingress-controller/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index cb519d6..4974e9b 100644 --- a/charts/ingress-controller/Chart.yaml +++ b/charts/ingress-controller/Chart.yaml @@ -6,8 +6,8 @@ keywords: - api7 - crd type: application -version: 0.1.9 -appVersion: 2.0.4 +version: 0.1.10 +appVersion: 2.0.5 maintainers: - name: API7 email: support@api7.ai diff --git a/charts/ingress-controller/README.md b/charts/ingress-controller/README.md index 535ec8f..6d8bafd 100644 --- a/charts/ingress-controller/README.md +++ b/charts/ingress-controller/README.md @@ -1,6 +1,6 @@ # api7-ingress-controller -![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.4](https://img.shields.io/badge/AppVersion-2.0.4-informational?style=flat-square) +![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.5](https://img.shields.io/badge/AppVersion-2.0.5-informational?style=flat-square) Ingress Controller for API7