diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 74c6b49a..c413cf1b 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/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.1.0 +version: 0.2.0 # 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/nextcloud/README.md b/charts/nextcloud/README.md index 7793037b..a02689aa 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # dc-template -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) DeepCypher AoA template cluster decleration @@ -39,7 +39,7 @@ DeepCypher AoA template cluster decleration | mariadb.auth.username | string | `"archer"` | | | mariadb.image.registry | string | `"docker.io"` | | | mariadb.image.repository | string | `"bitnamilegacy/mariadb"` | | -| mariadb.image.tag | string | `"11.3.2-debian-12-r9"` | | +| mariadb.image.tag | string | `"11.4.5-debian-12-r9"` | | | mariadb.primary.persistence.accessModes[0] | string | `"ReadWriteOnce"` | | | mariadb.primary.persistence.enabled | bool | `true` | | | mariadb.primary.persistence.size | string | `"100G"` | | diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index 45ffd613..ae09e63a 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -111,7 +111,7 @@ mariadb: image: registry: docker.io repository: bitnamilegacy/mariadb - tag: 11.3.2-debian-12-r9 + tag: 11.4.5-debian-12-r9 auth: database: nextcloud username: archer