Skip to content

Commit

Permalink
upgrade instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Feb 17, 2024
1 parent fb20a09 commit 9d25807
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions charts/umami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 6 additions & 0 deletions charts/umami/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9d25807

Please sign in to comment.