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/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.17.37
version: 0.17.38

# 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.8.21"
appVersion: "3.9.0"

maintainers:
- name: API7
Expand Down
25 changes: 17 additions & 8 deletions charts/api7/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api7ee3

![Version: 0.17.37](https://img.shields.io/badge/Version-0.17.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.21](https://img.shields.io/badge/AppVersion-3.8.21-informational?style=flat-square)
![Version: 0.17.38](https://img.shields.io/badge/Version-0.17.38-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.0](https://img.shields.io/badge/AppVersion-3.9.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -29,7 +29,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.8.21"` | |
| dashboard.image.tag | string | `"v3.9.0"` | |
| dashboard.keyCertSecret | string | `""` | |
| dashboard.livenessProbe.failureThreshold | int | `30` | |
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
Expand All @@ -50,10 +50,12 @@ A Helm chart for Kubernetes
| dashboard_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
| dashboard_configuration.database.max_idle_time | string | `"30s"` | |
| dashboard_configuration.database.max_open_conns | int | `30` | |
| dashboard_configuration.database.timeout | string | `"5s"` | |
| dashboard_configuration.developer_proxy.cache_failure_count | int | `256` | |
| dashboard_configuration.developer_proxy.cache_failure_ttl | int | `15` | |
| dashboard_configuration.developer_proxy.cache_success_count | int | `256` | |
| dashboard_configuration.developer_proxy.cache_success_ttl | int | `15` | |
| dashboard_configuration.log.access_log | string | `"stdout"` | |
| dashboard_configuration.log.level | string | `"warn"` | Allowed values: `debug`, `info`, `warn`, `error` |
| dashboard_configuration.log.output | string | `"stderr"` | |
| dashboard_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
Expand All @@ -80,9 +82,9 @@ A Helm chart for Kubernetes
| dashboard_configuration.server.listen.disable | bool | `true` | |
| dashboard_configuration.server.listen.host | string | `"0.0.0.0"` | |
| dashboard_configuration.server.listen.port | int | `7080` | |
| dashboard_configuration.server.pprof.enable | bool | `false` | |
| dashboard_configuration.server.pprof.enable | bool | `true` | |
| dashboard_configuration.server.pprof.host | string | `"127.0.0.1"` | |
| dashboard_configuration.server.pprof.port | int | `7082` | |
| dashboard_configuration.server.pprof.port | int | `6060` | |
| dashboard_configuration.server.status.disable | bool | `false` | |
| dashboard_configuration.server.status.host | string | `"127.0.0.1"` | |
| dashboard_configuration.server.status.port | int | `7081` | |
Expand Down Expand Up @@ -110,7 +112,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.8.21"` | |
| developer_portal.image.tag | string | `"v3.9.0"` | |
| developer_portal.keyCertSecret | string | `""` | |
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
Expand All @@ -124,14 +126,19 @@ A Helm chart for Kubernetes
| developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
| developer_portal_configuration.database.max_idle_time | string | `"30s"` | |
| developer_portal_configuration.database.max_open_conns | int | `30` | |
| developer_portal_configuration.database.timeout | string | `"5s"` | |
| developer_portal_configuration.enable | bool | `true` | |
| developer_portal_configuration.log.access_log | string | `"stdout"` | |
| developer_portal_configuration.log.level | string | `"warn"` | Allowed values: `debug`, `info`, `warn`, `error` |
| developer_portal_configuration.log.output | string | `"stderr"` | |
| developer_portal_configuration.server.listen.host | string | `"0.0.0.0"` | |
| developer_portal_configuration.server.listen.port | int | `4321` | |
| developer_portal_configuration.server.listen.tls.cert_file | string | `""` | |
| developer_portal_configuration.server.listen.tls.enabled | bool | `true` | |
| developer_portal_configuration.server.listen.tls.key_file | string | `""` | |
| developer_portal_configuration.server.pprof.enable | bool | `true` | |
| developer_portal_configuration.server.pprof.host | string | `"127.0.0.1"` | |
| developer_portal_configuration.server.pprof.port | int | `6060` | |
| developer_portal_configuration.server.status.disable | bool | `false` | |
| developer_portal_configuration.server.status.host | string | `"127.0.0.1"` | |
| developer_portal_configuration.server.status.port | int | `4322` | |
Expand All @@ -150,7 +157,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.8.21"` | |
| dp_manager.image.tag | string | `"v3.9.0"` | |
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
Expand All @@ -166,6 +173,8 @@ A Helm chart for Kubernetes
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
| dp_manager_configuration.database.max_idle_time | string | `"30s"` | |
| dp_manager_configuration.database.max_open_conns | int | `30` | |
| dp_manager_configuration.database.timeout | string | `"5s"` | |
| dp_manager_configuration.log.access_log | string | `"stdout"` | |
| dp_manager_configuration.log.level | string | `"warn"` | Allowed values: `debug`, `info`, `warn`, `error` |
| dp_manager_configuration.log.output | string | `"stderr"` | |
| dp_manager_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
Expand All @@ -184,9 +193,9 @@ A Helm chart for Kubernetes
| dp_manager_configuration.rate_limit.time_window | int | `1` | |
| dp_manager_configuration.server.listen.host | string | `"0.0.0.0"` | |
| dp_manager_configuration.server.listen.port | int | `7900` | |
| dp_manager_configuration.server.pprof.enable | bool | `false` | |
| dp_manager_configuration.server.pprof.enable | bool | `true` | |
| dp_manager_configuration.server.pprof.host | string | `"127.0.0.1"` | |
| dp_manager_configuration.server.pprof.port | int | `7902` | |
| dp_manager_configuration.server.pprof.port | int | `6060` | |
| dp_manager_configuration.server.status.disable | bool | `false` | |
| dp_manager_configuration.server.status.host | string | `"127.0.0.1"` | |
| dp_manager_configuration.server.status.port | int | `7901` | |
Expand Down
24 changes: 17 additions & 7 deletions charts/api7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dashboard:
repository: api7/api7-ee-3-integrated
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.8.21"
tag: "v3.9.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 Down Expand Up @@ -54,7 +54,7 @@ dp_manager:
repository: api7/api7-ee-dp-manager
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.8.21"
tag: "v3.9.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 Down Expand Up @@ -92,7 +92,7 @@ developer_portal:
repository: api7/api7-ee-developer-portal
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.8.21"
tag: "v3.9.0"

extraEnvVars: []
extraVolumes: []
Expand Down Expand Up @@ -312,9 +312,9 @@ dashboard_configuration:
host: "127.0.0.1"
port: 7081
pprof:
enable: false
enable: true
host: "127.0.0.1"
port: 7082
port: 6060
session_options_config:
same_site: "lax" # means the value SameSiteNoneMode
secure: false
Expand All @@ -323,10 +323,12 @@ dashboard_configuration:
# -- Allowed values: `debug`, `info`, `warn`, `error`
level: warn
output: stderr
access_log: stdout
database:
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
max_open_conns: 30
max_idle_time: 30s
timeout: 5s
prometheus:
addr: "http://api7-prometheus-server:9090"
query_path_prefix: ""
Expand Down Expand Up @@ -409,17 +411,19 @@ dp_manager_configuration:
host: "127.0.0.1"
port: 7901
pprof:
enable: false
enable: true
host: "127.0.0.1"
port: 7902
port: 6060
log:
# -- Allowed values: `debug`, `info`, `warn`, `error`
level: warn
output: stderr
access_log: stdout
database:
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
max_open_conns: 30
max_idle_time: 30s
timeout: 5s
prometheus:
addr: "http://api7-prometheus-server:9090"
remote_write_path: "/api/v1/write"
Expand Down Expand Up @@ -457,11 +461,17 @@ developer_portal_configuration:
disable: false
host: "127.0.0.1"
port: 4322
pprof:
enable: true
host: "127.0.0.1"
port: 6060
log:
# -- Allowed values: `debug`, `info`, `warn`, `error`
level: warn
output: stderr
access_log: stdout
database:
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
max_open_conns: 30
max_idle_time: 30s
timeout: 5s
4 changes: 2 additions & 2 deletions charts/gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.41
version: 0.2.42

# 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.8.21"
appVersion: "3.9.0"

maintainers:
- name: API7
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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.8.21"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
| apisix.image.tag | string | `"3.9.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.lru | object | `{"secret":{"count":512,"neg_count":512,"neg_ttl":60,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ apisix:
pullPolicy: Always
# -- API7 Gateway image tag
# Overrides the image tag whose default is the chart appVersion.
tag: 3.8.21
tag: 3.9.0

# -- Use a `DaemonSet` or `Deployment`
kind: Deployment
Expand Down
Loading