Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ keywords:
- api7
- crd
type: application
version: 0.1.20
appVersion: 2.0.13
version: 0.1.21
appVersion: 2.0.14
maintainers:
- name: API7
email: support@api7.ai
Expand Down
6 changes: 3 additions & 3 deletions charts/ingress-controller/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api7-ingress-controller

![Version: 0.1.20](https://img.shields.io/badge/Version-0.1.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.13](https://img.shields.io/badge/AppVersion-2.0.13-informational?style=flat-square)
![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.14](https://img.shields.io/badge/AppVersion-2.0.14-informational?style=flat-square)

Ingress Controller for API7

Expand All @@ -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.22.1"` | |
| adc.image.tag | string | `"0.23.1"` | |
| adc.logLevel | string | `"info"` | |
| adc.resources | object | `{}` | |
| adc.securityContext | object | `{}` | |
Expand Down Expand Up @@ -48,7 +48,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.13"` | |
| deployment.image.tag | string | `"2.0.14"` | |
| deployment.nodeSelector | object | `{}` | |
| deployment.podAnnotations | object | `{}` | |
| deployment.podSecurityContext.fsGroup | int | `2000` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ deployment:
image:
repository: api7/api7-ingress-controller
pullPolicy: IfNotPresent
tag: "2.0.13"
tag: "2.0.14"
# -- Set pod resource requests & limits
resources: {}

adc:
image:
repository: ghcr.io/api7/adc
tag: "0.22.1"
tag: "0.23.1"
pullPolicy: IfNotPresent
logLevel: "info"
resources: {}
Expand Down
Loading