diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index 49c08b51..17d00bfe 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: umami description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. type: application -version: 1.21.1 +version: 2.0.0 appVersion: "postgresql-v1.40.0" home: https://github.com/christianknell/helm-charts icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png @@ -25,7 +25,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: bumped chart version of mysql to 9.19.1 + description: bumped chart version of postgresql to 14.1.1 artifacthub.io/screenshots: | - title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page. url: https://umami.is/images/feature-website-stats.png diff --git a/charts/umami/README.md b/charts/umami/README.md index d4c55d09..01434c4c 100644 --- a/charts/umami/README.md +++ b/charts/umami/README.md @@ -117,3 +117,9 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/umami ``` + +## Upgrading the Chart + +### To 2.0.0 + +This major updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version. diff --git a/charts/umami/README.md.gotmpl b/charts/umami/README.md.gotmpl index c91f35d2..cc3ce7fe 100644 --- a/charts/umami/README.md.gotmpl +++ b/charts/umami/README.md.gotmpl @@ -52,3 +52,9 @@ Alternatively, a YAML file that specifies the values for the parameters can be p ```console helm install my-release -f values.yaml christianknell/umami ``` + +## Upgrading the Chart + +### To 2.0.0 + +This major updates the PostgreSQL subchart to its newest major, 14.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1400) you can find more information about the changes introduced in that version.