Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release postgresql to v14 #1077

Merged
merged 3 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 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: 2.0.0
version: 3.0.0
appVersion: "postgresql-v2.9.0"
home: https://github.com/christianknell/helm-charts
icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png
Expand All @@ -15,7 +15,7 @@ sources:
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
version: 14.1.3
condition: postgresql.enabled
- name: mysql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -25,13 +25,7 @@ annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/changes: |
- kind: changed
description: bumped image version to v2.9.0
- kind: changed
description: environment variable HASH_SALT is now called APP_SECRET. Values have been moved to `umami.appSecret`
- kind: added
description: support for new environment variables of Umami v2
- kind: added
description: database migration job
description: bumped helm dependency to postgresql to 14.1.3
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
4 changes: 4 additions & 0 deletions charts/umami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ helm install my-release -f values.yaml christianknell/umami

## Upgrading the Chart

### To 3.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.

### To 2.0.0

This major updates the Docker Image to its newest major, 2.0.0. [Here](https://github.com/umami-software/umami/releases/tag/v2.0.0) you can find more information about the changes introduced in that version.
Expand Down
4 changes: 4 additions & 0 deletions charts/umami/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ helm install my-release -f values.yaml christianknell/umami

## Upgrading the Chart

### To 3.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.

### To 2.0.0

This major updates the Docker Image to its newest major, 2.0.0. [Here](https://github.com/umami-software/umami/releases/tag/v2.0.0) you can find more information about the changes introduced in that version.
Expand Down
Loading