diff --git a/charts/app-config-frontend/Chart.yaml b/charts/app-config-frontend/Chart.yaml index 89164c0..34f35a4 100644 --- a/charts/app-config-frontend/Chart.yaml +++ b/charts/app-config-frontend/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: 2.0.1 +version: 2.0.2 # 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/app-config-frontend/README.md b/charts/app-config-frontend/README.md index 7a4be58..ceaca41 100644 --- a/charts/app-config-frontend/README.md +++ b/charts/app-config-frontend/README.md @@ -3,7 +3,7 @@ # app-config-frontend [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/app-config-frontend)](https://artifacthub.io/packages/helm/radar-base/app-config-frontend) -![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) +![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.1](https://img.shields.io/badge/AppVersion-0.5.1-informational?style=flat-square) A Helm chart for the frontend application of RADAR-base application config (app-config). @@ -33,7 +33,7 @@ A Helm chart for the frontend application of RADAR-base application config (app- |-----|------|---------|-------------| | replicaCount | int | `2` | Number of Appconfig frontend replicas to deploy | | image.repository | string | `"radarbase/radar-app-config-frontend"` | Appconfig frontend image repository | -| image.tag | string | `"0.5.0"` | Appconfig frontend image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. | +| image.tag | string | `nil` | Appconfig frontend image tag (immutable tags are recommended) Overrides the image tag whose default is the chart appVersion. | | image.pullPolicy | string | `"IfNotPresent"` | Appconfig frontend image pull policy | | imagePullSecrets | list | `[]` | Docker registry secret names as an array | | nameOverride | string | `""` | String to partially override app-config-frontend.fullname template with a string (will prepend the release name) | diff --git a/charts/app-config-frontend/values.yaml b/charts/app-config-frontend/values.yaml index 4ffef5c..6e0bf7b 100644 --- a/charts/app-config-frontend/values.yaml +++ b/charts/app-config-frontend/values.yaml @@ -10,7 +10,7 @@ image: repository: radarbase/radar-app-config-frontend # -- Appconfig frontend image tag (immutable tags are recommended) # Overrides the image tag whose default is the chart appVersion. - tag: 0.5.0 + tag: # -- Appconfig frontend image pull policy pullPolicy: IfNotPresent