diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index 1c63905..5f53a17 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.14.4 +version: 0.14.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 diff --git a/charts/api7/README.md b/charts/api7/README.md index a5d0395..455399d 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.14.4](https://img.shields.io/badge/Version-0.14.4-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.14.5](https://img.shields.io/badge/Version-0.14.5-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 @@ -66,7 +66,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.4"` | | +| developer_portal.image.tag | string | `"v0.0.5"` | | | developer_portal.ingress.annotations | object | `{}` | | | developer_portal.ingress.className | string | `""` | | | developer_portal.ingress.enabled | bool | `false` | | diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index 3da2522..32bcf9c 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -28,7 +28,7 @@ developer_portal: repository: api7/api7-developer-portal pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.0.4" + tag: "v0.0.5" extraEnvVars: [] port: 4321 ingress: