Compare commits

...

6 Commits

Author SHA1 Message Date
k8s-at-home[bot]
e09b86ac82 chore: Auto-update chart README [skip ci] 2022-07-01 08:20:56 +00:00
renovate[bot]
0bfd054a6a [webtrees] Update Helm chart mariadb to v11 (#1675)
* [webtrees] Update Helm chart mariadb to v11

* chore: Auto-update chart metadata

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 10:19:51 +02:00
renovate[bot]
84127b59d3 [kanboard] Update Helm chart postgresql to v11 (#1647)
* [kanboard] Update Helm chart postgresql to v11

* chore: Auto-update chart metadata

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 10:19:30 +02:00
renovate[bot]
9da60809f4 [icinga2] Update Helm chart mariadb to v11 (#1646)
* [icinga2] Update Helm chart mariadb to v11

* chore: Auto-update chart metadata

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 10:19:04 +02:00
k8s-at-home[bot]
3a97cd13e6 chore: Auto-update chart README [skip ci] 2022-07-01 07:17:32 +00:00
renovate[bot]
7ed07024e0 [ghost] Update Helm chart mariadb to v11 (#1643)
* [ghost] Update Helm chart mariadb to v11

* chore: Auto-update chart metadata

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-07-01 09:17:00 +02:00
6 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 4.37.0
description: Ghost is a blogging and publishing software
name: ghost
version: 1.4.2
version: 2.0.0
kubeVersion: ">=1.19.0-0"
keywords:
- ghost
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -1,6 +1,6 @@
# ghost
![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![AppVersion: 4.37.0](https://img.shields.io/badge/AppVersion-4.37.0-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 4.37.0](https://img.shields.io/badge/AppVersion-4.37.0-informational?style=flat-square)
Ghost is a blogging and publishing software
@@ -19,7 +19,7 @@ Kubernetes: `>=1.19.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@@ -100,7 +100,7 @@ N/A
## Changelog
### Version 1.4.2
### Version 2.0.0
#### Added
@@ -108,7 +108,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `mariadb` chart dependency to version 11.0.14
#### Fixed

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: latest
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
name: icinga2
version: 3.2.2
version: 4.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- icinga2
@@ -21,10 +21,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.2.20
description: Kanboard is a free and open source Kanban project management software.
name: kanboard
version: 4.7.2
version: 5.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- kanboard
@@ -20,10 +20,10 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.4.2
- name: postgresql
version: 10.16.2
version: 11.6.12
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `postgresql` chart dependency to version 11.6.12

View File

@@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 2.0.19
description: Open-source online collaborative genealogy application
name: webtrees
version: 1.3.2
version: 2.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- webtrees
@@ -21,10 +21,10 @@ dependencies:
version: 4.4.2
repository: https://library-charts.k8s-at-home.com
- name: mariadb
version: 10.5.1
version: 11.0.14
repository: https://charts.bitnami.com/bitnami
condition: mariadb.enabled
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.4.2
description: Upgraded `mariadb` chart dependency to version 11.0.14

View File

@@ -1,6 +1,6 @@
# webtrees
![Version: 1.3.2](https://img.shields.io/badge/Version-1.3.2-informational?style=flat-square) ![AppVersion: 2.0.19](https://img.shields.io/badge/AppVersion-2.0.19-informational?style=flat-square)
![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![AppVersion: 2.0.19](https://img.shields.io/badge/AppVersion-2.0.19-informational?style=flat-square)
Open-source online collaborative genealogy application
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | mariadb | 10.5.1 |
| https://charts.bitnami.com/bitnami | mariadb | 11.0.14 |
| https://library-charts.k8s-at-home.com | common | 4.4.2 |
## TL;DR
@@ -103,7 +103,7 @@ N/A
## Changelog
### Version 1.3.2
### Version 2.0.0
#### Added
@@ -111,7 +111,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded `mariadb` chart dependency to version 11.0.14
#### Fixed