Skip to content

Commit 4d33f8b

Browse files
authored
chore: upgrade api7 to v3.8.14 (#208)
Signed-off-by: Ashing Zheng <[email protected]>
1 parent e8a9649 commit 4d33f8b

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

charts/api7/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.17.23
18+
version: 0.17.24
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.8.13"
24+
appVersion: "3.8.14"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7ee3
22

3-
![Version: 0.17.23](https://img.shields.io/badge/Version-0.17.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.13](https://img.shields.io/badge/AppVersion-3.8.13-informational?style=flat-square)
3+
![Version: 0.17.24](https://img.shields.io/badge/Version-0.17.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.14](https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -29,7 +29,7 @@ A Helm chart for Kubernetes
2929
| dashboard.extraVolumes | list | `[]` | |
3030
| dashboard.image.pullPolicy | string | `"Always"` | |
3131
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
32-
| dashboard.image.tag | string | `"v3.8.13"` | |
32+
| dashboard.image.tag | string | `"v3.8.14"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -103,7 +103,7 @@ A Helm chart for Kubernetes
103103
| developer_portal.extraVolumes | list | `[]` | |
104104
| developer_portal.image.pullPolicy | string | `"Always"` | |
105105
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
106-
| developer_portal.image.tag | string | `"v3.8.13"` | |
106+
| developer_portal.image.tag | string | `"v3.8.14"` | |
107107
| developer_portal.keyCertSecret | string | `""` | |
108108
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
109109
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -142,7 +142,7 @@ A Helm chart for Kubernetes
142142
| dp_manager.extraVolumes | list | `[]` | |
143143
| dp_manager.image.pullPolicy | string | `"Always"` | |
144144
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
145-
| dp_manager.image.tag | string | `"v3.8.13"` | |
145+
| dp_manager.image.tag | string | `"v3.8.14"` | |
146146
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
147147
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
148148
| dp_manager.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dashboard:
1818
repository: api7/api7-ee-3-integrated
1919
pullPolicy: Always
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "v3.8.13"
21+
tag: "v3.8.14"
2222
# Resources of the deployment.
2323
# It has a higher priority than the common resources configuration:
2424
# when this field is configured, it is used first in the deployment,
@@ -50,7 +50,7 @@ dp_manager:
5050
repository: api7/api7-ee-dp-manager
5151
pullPolicy: Always
5252
# Overrides the image tag whose default is the chart appVersion.
53-
tag: "v3.8.13"
53+
tag: "v3.8.14"
5454
# Resources of the deployment.
5555
# It has a higher priority than the common resources configuration:
5656
# when this field is configured, it is used first in the deployment,
@@ -84,7 +84,7 @@ developer_portal:
8484
repository: api7/api7-ee-developer-portal
8585
pullPolicy: Always
8686
# Overrides the image tag whose default is the chart appVersion.
87-
tag: "v3.8.13"
87+
tag: "v3.8.14"
8888

8989
extraEnvVars: []
9090
extraVolumes: []

charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 0.2.26
17+
version: 0.2.27
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: "3.8.13"
22+
appVersion: "3.8.14"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The command removes all the Kubernetes components associated with the chart and
102102
| apisix.httpRouter | string | `"radixtree_host_uri"` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
103103
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
104104
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
105-
| apisix.image.tag | string | `"3.8.13"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.14"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106106
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
107107
| apisix.lru | object | `{"secret":{"count":512,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
108108
| apisix.lru.secret.ttl | int | `300` | in seconds |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ apisix:
132132
pullPolicy: Always
133133
# -- API7 Gateway image tag
134134
# Overrides the image tag whose default is the chart appVersion.
135-
tag: 3.8.13
135+
tag: 3.8.14
136136

137137
# -- Use a `DaemonSet` or `Deployment`
138138
kind: Deployment

charts/ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.1.12
10-
appVersion: 2.0.6
9+
version: 0.1.13
10+
appVersion: 2.0.7
1111
maintainers:
1212
- name: API7
1313

charts/ingress-controller/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7-ingress-controller
22

3-
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.6](https://img.shields.io/badge/AppVersion-2.0.6-informational?style=flat-square)
3+
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.7](https://img.shields.io/badge/AppVersion-2.0.7-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -20,7 +20,7 @@ Ingress Controller for API7
2020
|-----|------|---------|-------------|
2121
| adc.image.pullPolicy | string | `"IfNotPresent"` | |
2222
| adc.image.repository | string | `"ghcr.io/api7/adc"` | |
23-
| adc.image.tag | string | `"0.21.0"` | |
23+
| adc.image.tag | string | `"0.21.1"` | |
2424
| adc.resources | object | `{}` | |
2525
| adc.securityContext | object | `{}` | |
2626
| autoscaling.enabled | bool | `false` | |
@@ -44,7 +44,7 @@ Ingress Controller for API7
4444
| deployment.annotations | object | `{}` | |
4545
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
4646
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
47-
| deployment.image.tag | string | `"2.0.6"` | |
47+
| deployment.image.tag | string | `"2.0.7"` | |
4848
| deployment.nodeSelector | object | `{}` | |
4949
| deployment.podAnnotations | object | `{}` | |
5050
| deployment.podSecurityContext | object | `{}` | |

charts/ingress-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ deployment:
3131
image:
3232
repository: api7/api7-ingress-controller
3333
pullPolicy: IfNotPresent
34-
tag: "2.0.6"
34+
tag: "2.0.7"
3535
# -- Set pod resource requests & limits
3636
resources: {}
3737

3838
adc:
3939
image:
4040
repository: ghcr.io/api7/adc
41-
tag: "0.21.0"
41+
tag: "0.21.1"
4242
pullPolicy: IfNotPresent
4343
resources: {}
4444
securityContext: {}

0 commit comments

Comments
 (0)