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 postgresql helm release to v16 #683

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions charts/gotify/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
digest: sha256:bb0734cffb15593ce1d5f43223e3059d1387b57bbe30451440f935dc18bfd046
generated: "2024-02-15T07:49:01.728713779Z"
version: 16.3.2
digest: sha256:12b5f4d70415c36df485e2c70ecf36fb1024f885c545d4960dbe3119b38177c6
generated: "2024-12-20T20:45:58.731587625Z"
6 changes: 3 additions & 3 deletions charts/gotify/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A simple server for sending and receiving messages in real-time per
home: https://charts.gabe565.com/charts/gotify/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg
type: application
version: 0.4.0
version: 0.5.0
# renovate datasource=docker depName=ghcr.io/gotify/server
appVersion: 2.6.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -15,15 +15,15 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
sources:
- https://github.com/gotify/server
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/gotify/server docker tag to v2.6.1
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gotify/server
Expand Down
6 changes: 3 additions & 3 deletions charts/gotify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/gotify/icon.svg" align="right" width="92" alt="gotify logo">

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ A simple server for sending and receiving messages in real-time per WebSocket. (
**Homepage:** <https://charts.gabe565.com/charts/gotify/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.4.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=gotify&version=0.5.0)**

## Source Code

Expand All @@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://charts.bitnami.com/bitnami> | postgresql | 14.0.5 |
| <https://charts.bitnami.com/bitnami> | postgresql | 16.3.2 |

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/headscale/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
digest: sha256:bb0734cffb15593ce1d5f43223e3059d1387b57bbe30451440f935dc18bfd046
generated: "2024-02-15T07:48:43.237822973Z"
version: 16.3.2
digest: sha256:12b5f4d70415c36df485e2c70ecf36fb1024f885c545d4960dbe3119b38177c6
generated: "2024-12-20T20:46:29.775110669Z"
21 changes: 3 additions & 18 deletions charts/headscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An open source, self-hosted implementation of the Tailscale control
home: https://charts.gabe565.com/charts/headscale/
icon: https://raw.githubusercontent.com/juanfont/headscale/56a7b1e/docs/logo/headscale3-dots.svg
type: application
version: 0.14.0
version: 0.15.0
# renovate datasource=docker depName=ghcr.io/juanfont/headscale
appVersion: v0.23.0
kubeVersion: ">=1.22.0-0"
Expand All @@ -18,30 +18,15 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
sources:
- https://github.com/juanfont/headscale
annotations:
artifacthub.io/changes: |-
- kind: changed
description: BREAKING - Update ghcr.io/juanfont/headscale docker tag to v0.23.0
links:
- name: Headscale v0.23.0 Release Notes
url: https://github.com/juanfont/headscale/releases/tag/v0.23.0
- kind: changed
description: env.HEADSCALE_DNS_CONFIG_BASE_DOMAIN changed to env.HEADSCALE_DNS_BASE_DOMAIN
- kind: changed
description: env.HEADSCALE_IP_PREFIXES has been split into env.HEADSCALE_PREFIXES_V4 and env.HEADSCALE_PREFIXES_V6
- kind: changed
description: env.HEADSCALE_DNS_CONFIG_NAMESERVERS changed to env.HEADSCALE_DNS_NAMESERVERS_GLOBAL
- kind: changed
description: env.HEADSCALE_DNS_CONFIG_MAGIC_DNS changed to env.HEADSCALE_DNS_MAGIC_DNS
- kind: changed
description: Generated database envs have been updated
- kind: changed
description: Moved default values to values.yaml so they show in generated documentation
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/juanfont/headscale
Expand Down
6 changes: 3 additions & 3 deletions charts/headscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/juanfont/headscale/56a7b1e/docs/logo/headscale3-dots.svg" align="right" width="92" alt="headscale logo">

![Version: 0.14.0](https://img.shields.io/badge/Version-0.14.0-informational?style=flat)
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ An open source, self-hosted implementation of the Tailscale control server.
**Homepage:** <https://charts.gabe565.com/charts/headscale/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=headscale&version=0.14.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=headscale&version=0.15.0)**

## Source Code

Expand All @@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://charts.bitnami.com/bitnami> | postgresql | 14.0.5 |
| <https://charts.bitnami.com/bitnami> | postgresql | 16.3.2 |

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/healthchecks/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
version: 16.3.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 20.1.1
digest: sha256:67b68089db4539c845acca5bb16b07231b0fc27dd0b5690f0d5b3986bc8c32f8
generated: "2024-12-02T01:30:07.057544099Z"
digest: sha256:08eb5c73b078b6804ee534692da96b88f38c557eaabf8ad3347889a3e44ffdf5
generated: "2024-12-20T20:47:02.883879185Z"
6 changes: 3 additions & 3 deletions charts/healthchecks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A cron monitoring tool written in Python & Django
home: https://charts.gabe565.com/charts/healthchecks/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg
type: application
version: 0.16.0
version: 0.17.0
# renovate datasource=docker depName=ghcr.io/linuxserver/healthchecks
appVersion: version-v3.8
kubeVersion: ">=1.22.0-0"
Expand All @@ -17,7 +17,7 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
Expand All @@ -29,7 +29,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update ghcr.io/linuxserver/healthchecks docker tag to version-v3.8
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/healthchecks/healthchecks
Expand Down
6 changes: 3 additions & 3 deletions charts/healthchecks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/healthchecks/icon.svg" align="right" width="92" alt="healthchecks logo">

![Version: 0.16.0](https://img.shields.io/badge/Version-0.16.0-informational?style=flat)
![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: version-v3.8](https://img.shields.io/badge/AppVersion-version--v3.8-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ A cron monitoring tool written in Python & Django
**Homepage:** <https://charts.gabe565.com/charts/healthchecks/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=healthchecks&version=0.16.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=healthchecks&version=0.17.0)**

## Source Code

Expand All @@ -27,7 +27,7 @@ Kubernetes: `>=1.22.0-0`
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://charts.bitnami.com/bitnami> | mariadb | 20.1.1 |
| <https://charts.bitnami.com/bitnami> | postgresql | 14.0.5 |
| <https://charts.bitnami.com/bitnami> | postgresql | 16.3.2 |

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/home-assistant/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
digest: sha256:bb0734cffb15593ce1d5f43223e3059d1387b57bbe30451440f935dc18bfd046
generated: "2024-02-15T07:47:58.800395125Z"
version: 16.3.2
digest: sha256:12b5f4d70415c36df485e2c70ecf36fb1024f885c545d4960dbe3119b38177c6
generated: "2024-12-20T20:47:34.06445578Z"
6 changes: 3 additions & 3 deletions charts/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Open source home automation that puts local control and privacy fir
home: https://charts.gabe565.com/charts/home-assistant/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/home-assistant/icon.svg
type: application
version: 0.17.0
version: 0.18.0
appVersion: latest
kubeVersion: ">=1.22.0-0"
keywords:
Expand All @@ -17,15 +17,15 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
sources:
- https://github.com/home-assistant/core
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Unpin image tag
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/home-assistant/core
Expand Down
6 changes: 3 additions & 3 deletions charts/home-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/home-assistant/icon.svg" align="right" width="92" alt="home-assistant logo">

![Version: 0.17.0](https://img.shields.io/badge/Version-0.17.0-informational?style=flat)
![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat)

Expand All @@ -11,7 +11,7 @@ Open source home automation that puts local control and privacy first.
**Homepage:** <https://charts.gabe565.com/charts/home-assistant/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=home-assistant&version=0.17.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=home-assistant&version=0.18.0)**

## Source Code

Expand All @@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://charts.bitnami.com/bitnami> | postgresql | 14.0.5 |
| <https://charts.bitnami.com/bitnami> | postgresql | 16.3.2 |

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/limo/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
digest: sha256:bb0734cffb15593ce1d5f43223e3059d1387b57bbe30451440f935dc18bfd046
generated: "2024-02-15T07:47:39.026089081Z"
version: 16.3.2
digest: sha256:12b5f4d70415c36df485e2c70ecf36fb1024f885c545d4960dbe3119b38177c6
generated: "2024-12-20T20:48:04.743633085Z"
6 changes: 3 additions & 3 deletions charts/limo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: limo
description: A file upload server.
home: https://charts.gabe565.com/charts/limo/
type: application
version: 0.8.0
version: 0.9.0
# renovate datasource=docker depName=ghcr.io/gabe565/limo
appVersion: latest
kubeVersion: ">=1.22.0-0"
Expand All @@ -12,15 +12,15 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
sources:
- https://github.com/gabe565/limo
annotations:
artifacthub.io/changes: |-
- kind: changed
description: BREAKING - Update postgresql helm release to v14
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/gabe565/limo
Expand Down
6 changes: 3 additions & 3 deletions charts/limo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Limo

![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat)
![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat)

Expand All @@ -9,7 +9,7 @@ A file upload server.
**Homepage:** <https://charts.gabe565.com/charts/limo/>

**This chart is not maintained by the upstream project and any issues with the chart should be raised
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=limo&version=0.8.0)**
[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=limo&version=0.9.0)**

## Source Code

Expand All @@ -24,7 +24,7 @@ Kubernetes: `>=1.22.0-0`
| Repository | Name | Version |
|------------|------|---------|
| <https://bjw-s.github.io/helm-charts> | common | 1.5.1 |
| <https://charts.bitnami.com/bitnami> | postgresql | 14.0.5 |
| <https://charts.bitnami.com/bitnami> | postgresql | 16.3.2 |

## Installing the Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/memos/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 1.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.5
version: 16.3.2
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 20.1.1
digest: sha256:67b68089db4539c845acca5bb16b07231b0fc27dd0b5690f0d5b3986bc8c32f8
generated: "2024-12-02T01:30:35.797587925Z"
digest: sha256:08eb5c73b078b6804ee534692da96b88f38c557eaabf8ad3347889a3e44ffdf5
generated: "2024-12-20T20:48:38.064943317Z"
6 changes: 3 additions & 3 deletions charts/memos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A lightweight, self-hosted memo hub. Open Source and Free forever.
home: https://charts.gabe565.com/charts/memos/
icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/memos/icon.png
type: application
version: 0.16.0
version: 0.17.0
# renovate datasource=docker depName=ghcr.io/usememos/memos
appVersion: 0.22.5
kubeVersion: ">=1.22.0-0"
Expand All @@ -17,7 +17,7 @@ dependencies:
repository: https://bjw-s.github.io/helm-charts
version: 1.5.1
- name: postgresql
version: 14.0.5
version: 16.3.2
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: mariadb
Expand All @@ -29,7 +29,7 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update mariadb helm release to v20
description: Update postgresql helm release to v16
artifacthub.io/links: |-
- name: App Source
url: https://github.com/usememos/memos
Expand Down
Loading
Loading