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: {}