Skip to content

Commit 15a0672

Browse files
authored
chore: upgrade api7 to v3.8.8 (#191)
Signed-off-by: Nic <[email protected]>
1 parent 85c4e52 commit 15a0672

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
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.17
18+
version: 0.17.18
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.7"
24+
appVersion: "3.8.8"
2525

2626
dependencies:
2727
- name: prometheus

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.17](https://img.shields.io/badge/Version-0.17.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.7](https://img.shields.io/badge/AppVersion-3.8.7-informational?style=flat-square)
3+
![Version: 0.17.18](https://img.shields.io/badge/Version-0.17.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.8](https://img.shields.io/badge/AppVersion-3.8.8-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -23,7 +23,7 @@ A Helm chart for Kubernetes
2323
| dashboard.extraVolumes | list | `[]` | |
2424
| dashboard.image.pullPolicy | string | `"Always"` | |
2525
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
26-
| dashboard.image.tag | string | `"v3.8.7"` | |
26+
| dashboard.image.tag | string | `"v3.8.8"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.livenessProbe.failureThreshold | int | `30` | |
2929
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -93,7 +93,7 @@ A Helm chart for Kubernetes
9393
| developer_portal.extraVolumes | list | `[]` | |
9494
| developer_portal.image.pullPolicy | string | `"Always"` | |
9595
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
96-
| developer_portal.image.tag | string | `"v3.8.7"` | |
96+
| developer_portal.image.tag | string | `"v3.8.8"` | |
9797
| developer_portal.keyCertSecret | string | `""` | |
9898
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
9999
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -132,7 +132,7 @@ A Helm chart for Kubernetes
132132
| dp_manager.extraVolumes | list | `[]` | |
133133
| dp_manager.image.pullPolicy | string | `"Always"` | |
134134
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
135-
| dp_manager.image.tag | string | `"v3.8.7"` | |
135+
| dp_manager.image.tag | string | `"v3.8.8"` | |
136136
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
137137
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
138138
| 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.7"
21+
tag: "v3.8.8"
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.7"
53+
tag: "v3.8.8"
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.7"
87+
tag: "v3.8.8"
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.19
17+
version: 0.2.20
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.7"
22+
appVersion: "3.8.8"
2323

2424
dependencies:
2525
- name: etcd

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The command removes all the Kubernetes components associated with the chart and
101101
| 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 |
102102
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
103103
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
104-
| apisix.image.tag | string | `"3.8.7"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
104+
| apisix.image.tag | string | `"3.8.8"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105105
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
106106
| apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | |
107107
| apisix.nodeSelector | object | `{}` | Node labels for API7 Gateway pod assignment |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ apisix:
118118
pullPolicy: Always
119119
# -- API7 Gateway image tag
120120
# Overrides the image tag whose default is the chart appVersion.
121-
tag: 3.8.7
121+
tag: 3.8.8
122122

123123
# -- Use a `DaemonSet` or `Deployment`
124124
kind: Deployment

charts/ingress-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords:
66
- api7
77
- crd
88
type: application
9-
version: 0.1.5
10-
appVersion: 2.0.2
9+
version: 0.1.6
10+
appVersion: 2.0.3
1111
sources:
1212
- https://github.com/api7/api7-helm-chart

charts/ingress-controller/README.md

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

3-
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)
3+
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.3](https://img.shields.io/badge/AppVersion-2.0.3-informational?style=flat-square)
44

55
Ingress Controller for API7
66

@@ -33,7 +33,7 @@ Ingress Controller for API7
3333
| deployment.annotations | object | `{}` | |
3434
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
3535
| deployment.image.repository | string | `"api7/api7-ingress-controller"` | |
36-
| deployment.image.tag | string | `"2.0.2"` | |
36+
| deployment.image.tag | string | `"2.0.3"` | |
3737
| deployment.nodeSelector | object | `{}` | |
3838
| deployment.podAnnotations | object | `{}` | |
3939
| deployment.podSecurityContext | object | `{}` | |

charts/ingress-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deployment:
3131
image:
3232
repository: api7/api7-ingress-controller
3333
pullPolicy: IfNotPresent
34-
tag: "2.0.2"
34+
tag: "2.0.3"
3535

3636
config:
3737
logLevel: "info"

0 commit comments

Comments
 (0)