diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 496e169..35d0907 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.17.4 +version: 0.17.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.4.1" +appVersion: "3.5.0" dependencies: - name: prometheus diff --git a/charts/api7/README.md b/charts/api7/README.md index dbdb30b..47dad4e 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.17.4](https://img.shields.io/badge/Version-0.17.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.1](https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square) +![Version: 0.17.5](https://img.shields.io/badge/Version-0.17.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.0](https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -23,7 +23,7 @@ A Helm chart for Kubernetes | dashboard.extraVolumes | list | `[]` | | | dashboard.image.pullPolicy | string | `"Always"` | | | dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | | -| dashboard.image.tag | string | `"v3.4.1"` | | +| dashboard.image.tag | string | `"v3.5.0"` | | | dashboard.keyCertSecret | string | `""` | | | dashboard.replicaCount | int | `1` | | | dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | | @@ -86,7 +86,7 @@ A Helm chart for Kubernetes | developer_portal.extraVolumes | list | `[]` | | | developer_portal.image.pullPolicy | string | `"Always"` | | | developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | | -| developer_portal.image.tag | string | `"v3.4.1"` | | +| developer_portal.image.tag | string | `"v3.5.0"` | | | developer_portal.keyCertSecret | string | `""` | | | developer_portal.replicaCount | int | `1` | | | developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | | @@ -118,7 +118,7 @@ A Helm chart for Kubernetes | dp_manager.extraVolumes | list | `[]` | | | dp_manager.image.pullPolicy | string | `"Always"` | | | dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | | -| dp_manager.image.tag | string | `"v3.4.1"` | | +| dp_manager.image.tag | string | `"v3.5.0"` | | | dp_manager.replicaCount | int | `1` | | | dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | | | dp_manager_configuration.database.max_idle_conns | int | `2` | | diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index 7ee5c5f..041402c 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -10,7 +10,7 @@ dashboard: repository: api7/api7-ee-3-integrated pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.4.1" + tag: "v3.5.0" # Resources of the deployment. # It has a higher priority than the common resources configuration: # when this field is configured, it is used first in the deployment, @@ -33,7 +33,7 @@ dp_manager: repository: api7/api7-ee-dp-manager pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.4.1" + tag: "v3.5.0" # Resources of the deployment. # It has a higher priority than the common resources configuration: # when this field is configured, it is used first in the deployment, @@ -58,7 +58,7 @@ developer_portal: repository: api7/api7-ee-developer-portal pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.4.1" + tag: "v3.5.0" extraEnvVars: [] extraVolumes: [] diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index 33aabae..21affd5 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,12 +14,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.5 +version: 0.2.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "3.4.1" +appVersion: "3.5.0" dependencies: - name: etcd diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 3cfefee..4d5f76a 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -97,7 +97,7 @@ The command removes all the Kubernetes components associated with the chart and | 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 | | apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy | | apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository | -| apisix.image.tag | string | `"3.4.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. | +| apisix.image.tag | string | `"3.5.0"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. | | apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` | | apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | | | apisix.nodeSelector | object | `{}` | Node labels for API7 Gateway pod assignment | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 128cf11..fbccd46 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -103,7 +103,7 @@ apisix: pullPolicy: Always # -- API7 Gateway image tag # Overrides the image tag whose default is the chart appVersion. - tag: 3.4.1 + tag: 3.5.0 # -- Use a `DaemonSet` or `Deployment` kind: Deployment