From ee32efd676420866d980f1b661991623585ad36d Mon Sep 17 00:00:00 2001 From: AlinsRan Date: Tue, 23 Jun 2026 18:04:02 +0800 Subject: [PATCH] chore: bump ADC image tag to 0.27.1 - Bump ADC image tag: 0.26.0 -> 0.27.1 - Bump ingress-controller chart version: 0.1.24 -> 0.1.25 --- charts/ingress-controller/Chart.yaml | 2 +- charts/ingress-controller/README.md | 2 +- charts/ingress-controller/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index 7022891..9963545 100644 --- a/charts/ingress-controller/Chart.yaml +++ b/charts/ingress-controller/Chart.yaml @@ -6,7 +6,7 @@ keywords: - api7 - crd type: application -version: 0.1.24 +version: 0.1.25 appVersion: 2.1.0 maintainers: - name: API7 diff --git a/charts/ingress-controller/README.md b/charts/ingress-controller/README.md index 252685d..390fe8d 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 | `"0.26.0"` | | +| adc.image.tag | string | `"0.27.1"` | | | adc.logLevel | string | `"info"` | | | adc.resources | object | `{}` | | | adc.securityContext | object | `{}` | | diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index 3c8e378..f23c4d7 100644 --- a/charts/ingress-controller/values.yaml +++ b/charts/ingress-controller/values.yaml @@ -41,7 +41,7 @@ deployment: adc: image: repository: ghcr.io/api7/adc - tag: "0.26.0" + tag: "0.27.1" pullPolicy: IfNotPresent logLevel: "info" resources: {}