Skip to content
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/stable/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.25.4
description: Gitea self-hosted github-styled git repository manager
name: gitea
version: 2.5.0
version: 2.6.0
kubeVersion: ">=1.32.0"
keywords:
- gitea
Expand All @@ -20,7 +20,7 @@ dependencies:
repository: https://k8s-home-lab.github.io/helm-charts/
version: 4.5.3
- name: postgres
version: 0.16.0
version: 0.17.2
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: postgresql.enabled
- name: mariadb
Expand All @@ -34,4 +34,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Applied minor update of image codercom/code-server to 4.110.1
description: Applied minor update of image postgres to 0.17.2
6 changes: 3 additions & 3 deletions charts/stable/home-assistant/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2026.3.1
description: Home Assistant
name: home-assistant
version: 16.3.0
version: 16.4.0
kubeVersion: ">=1.32.0"
keywords:
- home-assistant
Expand All @@ -22,7 +22,7 @@ dependencies:
repository: https://k8s-home-lab.github.io/helm-charts/
version: 4.5.3
- name: postgres
version: 0.16.0
version: 0.17.2
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: postgresql.enabled
- name: mariadb
Expand All @@ -36,4 +36,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Applied minor update of image ghcr.io/home-operations/home-assistant to 2026.3.1
description: Applied minor update of image postgres to 0.17.2
12 changes: 3 additions & 9 deletions charts/stable/maddy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 0.8.2
description: Maddy Mail Server
name: maddy
version: 4.2.0
version: 4.3.0
kubeVersion: ">=1.32.0"
keywords:
- maddy
Expand All @@ -21,16 +21,10 @@ dependencies:
repository: https://k8s-home-lab.github.io/helm-charts/
version: 4.5.3
- name: postgres
version: 0.16.0
version: 0.17.2
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgrade common chart to 4.5.3
- kind: changed
description: Update minimum k8s version
- kind: changed
description: Fix home url
- kind: changed
description: Remove bitnami dependency
description: Applied minor update of image postgres to 0.17.2
6 changes: 3 additions & 3 deletions charts/stable/paperless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.20.10
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 11.0.0
version: 11.1.0
kubeVersion: ">=1.32.0"
keywords:
- paperless
Expand All @@ -19,7 +19,7 @@ dependencies:
repository: https://k8s-home-lab.github.io/helm-charts/
version: 4.5.3
- name: postgres
version: 0.16.0
version: 0.17.2
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: postgresql.enabled
- name: redis
Expand All @@ -29,4 +29,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Applied major update of image ghcr.io/paperless-ngx/paperless-ngx to 2.20.10
description: Applied minor update of image postgres to 0.17.2
6 changes: 3 additions & 3 deletions charts/stable/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.35.4
description: Vaultwarden is a Bitwarden compatable server in Rust
name: vaultwarden
version: 6.2.2
version: 6.3.0
kubeVersion: ">=1.32.0"
keywords:
- Vaultwarden
Expand All @@ -24,10 +24,10 @@ dependencies:
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: mariadb.enabled
- name: postgres
version: 0.16.0
version: 0.17.2
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Applied patch update of image vaultwarden/server to 1.35.4
description: Applied minor update of image postgres to 0.17.2
Loading