From b61898f77d38977ab091ec3aa5583757c018fc00 Mon Sep 17 00:00:00 2001 From: Nic Date: Wed, 6 Nov 2024 17:37:20 +0800 Subject: [PATCH] chore: upgrade api7 v3.2.16.5 (#151) Signed-off-by: Nic --- charts/api7/Chart.yaml | 2 +- charts/api7/README.md | 6 +++--- charts/api7/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index bdcb149..b63cd5f 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,7 +15,7 @@ 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.18 +version: 0.16.19 # 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 diff --git a/charts/api7/README.md b/charts/api7/README.md index 0d2438f..60e78c2 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.16.18](https://img.shields.io/badge/Version-0.16.18-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) +![Version: 0.16.19](https://img.shields.io/badge/Version-0.16.19-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 @@ -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.16.4"` | | +| dashboard.image.tag | string | `"v3.2.16.5"` | | | dashboard.keyCertSecret | string | `""` | | | dashboard.replicaCount | int | `1` | | | dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | | @@ -102,7 +102,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.16.4"` | | +| dp_manager.image.tag | string | `"v3.2.16.5"` | | | 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 98034ce..90d9a53 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.2.16.4" + tag: "v3.2.16.5" # 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.2.16.4" + tag: "v3.2.16.5" # 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,