diff --git a/Chart.yaml b/Chart.yaml index ee2eec3..ce3f59a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,12 +15,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.4.1 +version: 0.4.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 # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 4.1.2-1-ce +appVersion: 4.2.0-1-ce dependencies: - name: passbolt-library version: 0.2.7 diff --git a/README.md b/README.md index e0e2163..7c083fd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ passbolt sails kubernetes -![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.2-1-ce](https://img.shields.io/badge/AppVersion-4.1.2--1--ce-informational?style=flat-square) +![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.0-1-ce](https://img.shields.io/badge/AppVersion-4.2.0--1--ce-informational?style=flat-square) Passbolt is an open source, security first password manager with strong focus on collaboration. @@ -109,7 +109,7 @@ chart and deletes the release. | app.extraPodLabels | object | `{}` | | | app.image.pullPolicy | string | `"IfNotPresent"` | Configure pasbolt deployment image pullPolicy | | app.image.repository | string | `"passbolt/passbolt"` | Configure pasbolt deployment image repsitory | -| app.image.tag | string | `"4.0.2-2-ce"` | Overrides the image tag whose default is the chart appVersion. | +| app.image.tag | string | `"4.2.0-1-ce"` | Overrides the image tag whose default is the chart appVersion. | | app.initImage.client | string | `"mariadb"` | Configure pasbolt deployment init container image client for database | | app.initImage.pullPolicy | string | `"IfNotPresent"` | Configure pasbolt deployment image pullPolicy | | app.initImage.repository | string | `"mariadb"` | Configure pasbolt deployment image repsitory | diff --git a/values.yaml b/values.yaml index 37d0331..d3ffedb 100644 --- a/values.yaml +++ b/values.yaml @@ -102,7 +102,7 @@ app: # -- Configure pasbolt deployment image pullPolicy pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. - tag: 4.1.2-1-ce + tag: 4.2.0-1-ce cache: # Use CACHE_CAKE_DEFAULT_* variables to configure the connection to redis instance # on the passboltEnv configuration section