Skip to content

Commit

Permalink
Merge branch 'release/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tecnobutrul committed Aug 31, 2023
2 parents 53149bc + 0a57dd9 commit f1820e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="./.assets/helm_passbolt.png" alt="passbolt sails kubernetes" width="500"/>
</h3>

![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.
Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1820e4

Please sign in to comment.