Skip to content

Commit

Permalink
chore: upgrade api7 to v3.2.9.3 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Nic <[email protected]>
  • Loading branch information
nic-6443 authored Apr 4, 2024
1 parent 0ef3192 commit 72c3e6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/api7/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.2
version: 0.12.3

# 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
Expand Down
6 changes: 3 additions & 3 deletions charts/api7/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# api7ee3

![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 0.12.3](https://img.shields.io/badge/Version-0.12.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -20,7 +20,7 @@ A Helm chart for Kubernetes
| busybox.image.tag | float | `1.28` | |
| dashboard.image.pullPolicy | string | `"IfNotPresent"` | |
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
| dashboard.image.tag | string | `"v3.2.9.2"` | |
| dashboard.image.tag | string | `"v3.2.9.3"` | |
| dashboard.keyCertSecret | string | `""` | |
| dashboard.replicaCount | int | `1` | |
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
Expand Down Expand Up @@ -49,7 +49,7 @@ A Helm chart for Kubernetes
| dashboard_service.type | string | `"ClusterIP"` | |
| dp_manager.image.pullPolicy | string | `"IfNotPresent"` | |
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
| dp_manager.image.tag | string | `"v3.2.9.2"` | |
| dp_manager.image.tag | string | `"v3.2.9.3"` | |
| dp_manager.replicaCount | int | `1` | |
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
| dp_manager_configuration.log.level | string | `"warn"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/api7/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ dashboard:
repository: api7/api7-ee-3-integrated
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.2.9.2"
tag: "v3.2.9.3"

dp_manager:
replicaCount: 1
image:
repository: api7/api7-ee-dp-manager
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.2.9.2"
tag: "v3.2.9.3"

imagePullSecret: ""
nameOverride: ""
Expand Down

0 comments on commit 72c3e6e

Please sign in to comment.