Skip to content

Commit

Permalink
chore: upgrade api7 to v3.2.16.0 (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: ashing <[email protected]>
  • Loading branch information
ronething authored Oct 1, 2024
1 parent 06552f7 commit 654eec5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/api7/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.13
version: 0.16.14

# 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.2.15"
appVersion: "3.2.16"

dependencies:
- name: prometheus
Expand Down
11 changes: 7 additions & 4 deletions charts/api7/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api7ee3

![Version: 0.16.13](https://img.shields.io/badge/Version-0.16.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.15](https://img.shields.io/badge/AppVersion-3.2.15-informational?style=flat-square)
![Version: 0.16.14](https://img.shields.io/badge/Version-0.16.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.16](https://img.shields.io/badge/AppVersion-3.2.16-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -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.2.15.2"` | |
| dashboard.image.tag | string | `"v3.2.16.0"` | |
| dashboard.keyCertSecret | string | `""` | |
| dashboard.replicaCount | int | `1` | |
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
Expand Down Expand Up @@ -118,7 +118,10 @@ A Helm chart for Kubernetes
| dashboard_configuration.plugins[85] | string | `"syslog"` | |
| dashboard_configuration.plugins[86] | string | `"ip-restriction"` | |
| dashboard_configuration.plugins[87] | string | `"mqtt-proxy"` | |
| dashboard_configuration.plugins[88] | string | `"ai-proxy"` | |
| dashboard_configuration.plugins[89] | string | `"ai-prompt-template"` | |
| dashboard_configuration.plugins[8] | string | `"batch-requests"` | |
| dashboard_configuration.plugins[90] | string | `"ai-prompt-decorator"` | |
| dashboard_configuration.plugins[9] | string | `"ua-restriction"` | |
| dashboard_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
| dashboard_configuration.prometheus.basic_auth.password | string | `""` | |
Expand Down Expand Up @@ -163,7 +166,7 @@ A Helm chart for Kubernetes
| developer_portal.extraEnvVars | list | `[]` | |
| developer_portal.image.pullPolicy | string | `"IfNotPresent"` | |
| developer_portal.image.repository | string | `"api7/api7-developer-portal"` | |
| developer_portal.image.tag | string | `"v0.0.10"` | |
| developer_portal.image.tag | string | `"v0.1.1"` | |
| developer_portal.keyCertSecret | string | `""` | |
| developer_portal.replicaCount | int | `1` | |
| developer_portal_configuration.enable | bool | `true` | |
Expand All @@ -185,7 +188,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.2.15.2"` | |
| dp_manager.image.tag | string | `"v3.2.16.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` | |
Expand Down
9 changes: 6 additions & 3 deletions charts/api7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.15.2"
tag: "v3.2.16.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,
Expand All @@ -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.2.15.2"
tag: "v3.2.16.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,
Expand All @@ -56,7 +56,7 @@ developer_portal:
repository: api7/api7-developer-portal
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.10"
tag: "v0.1.1"
# Specifies the name of Secret for developer portal TLS configuration, and files store under /app/certs directory
keyCertSecret: ""
extraEnvVars: []
Expand Down Expand Up @@ -379,6 +379,9 @@ dashboard_configuration:
- syslog
- ip-restriction
- mqtt-proxy
- ai-proxy
- ai-prompt-template
- ai-prompt-decorator

dp_manager_configuration:
server:
Expand Down

0 comments on commit 654eec5

Please sign in to comment.