Skip to content
Snippets Groups Projects
Unverified Commit 90ac0059 authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Update chart dependencies (#1049)

parent 89bad104
No related branches found
No related merge requests found
Showing
with 29 additions and 26 deletions
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.21
- name: mysql - name: mysql
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.1.0 version: 0.1.0
digest: sha256:634907a40df44af836beef02e8ff88477b013491a19c1ad7e4345318f44443ac digest: sha256:820d00ae86389eee17311d58c3d1822f557f843f2b25ce5ce883c780561220c3
generated: "2022-05-09T16:55:57.106906+02:00" generated: "2022-06-02T14:38:38.395118768+02:00"
...@@ -7,13 +7,13 @@ type: application ...@@ -7,13 +7,13 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.47.0 version: 0.47.1
appVersion: "5.1.1" appVersion: "5.1.1"
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 0.2.20 version: 0.2.21
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: mariadb.enabled condition: mariadb.enabled
- name: mysql - name: mysql
......
# Ghost # Ghost
![Version: 0.47.0](https://img.shields.io/badge/Version-0.47.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.1](https://img.shields.io/badge/AppVersion-5.1.1-informational?style=flat-square) ![Version: 0.47.1](https://img.shields.io/badge/Version-0.47.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.1](https://img.shields.io/badge/AppVersion-5.1.1-informational?style=flat-square)
## Changelog ## Changelog
...@@ -49,7 +49,7 @@ helm uninstall my-release ...@@ -49,7 +49,7 @@ helm uninstall my-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| @groundhog2k | mariadb | 0.2.20 | | @groundhog2k | mariadb | 0.2.21 |
## Common parameters ## Common parameters
......
...@@ -34,4 +34,5 @@ ...@@ -34,4 +34,5 @@
| 0.46.0 | 5.0.0 | Upgraded to Ghost 5.0.0 - Upgrade to Ghost 5.0.0 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path | | 0.46.0 | 5.0.0 | Upgraded to Ghost 5.0.0 - Upgrade to Ghost 5.0.0 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path |
| 0.46.1 | 5.0.2 | Upgraded to Ghost 5.0.2 - Upgrade to Ghost 5.0.2 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path | | 0.46.1 | 5.0.2 | Upgraded to Ghost 5.0.2 - Upgrade to Ghost 5.0.2 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path |
| 0.47.0 | 5.1.1 | Upgraded to Ghost 5.1.1 - Upgrade to Ghost 5.1.1 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path | | 0.47.0 | 5.1.1 | Upgraded to Ghost 5.1.1 - Upgrade to Ghost 5.1.1 with MariaDB as database backend works only when upgraded to Ghost 4.48.1 before - Using MySQL as database backend is highly recommended and will support the full upgrade path |
| 0.47.1 | 5.1.1 | Updated chart dependencies (mariadb 0.2.21) |
| | | | | | | |
File deleted
File added
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.21
- name: postgres - name: postgres
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.20
- name: redis - name: redis
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.5.0 version: 0.5.0
digest: sha256:0d8dcd212d99745acfe0946af1e8b62be598b180b4f55b91896796a9b8eddb18 digest: sha256:593f5a3674d4f86dd2df8c0031e7cc9f7d57c48e19f610e5517040101a3280e8
generated: "2022-05-21T10:19:19.1026884+02:00" generated: "2022-06-02T14:38:44.782211898+02:00"
...@@ -8,14 +8,14 @@ maintainers: ...@@ -8,14 +8,14 @@ maintainers:
- name: groundhog2k - name: groundhog2k
# This is the chart version # This is the chart version
version: 0.5.11 version: 0.5.12
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
appVersion: "1.16.8" appVersion: "1.16.8"
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 0.2.20 version: 0.2.21
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: mariadb.enabled condition: mariadb.enabled
- name: postgres - name: postgres
......
# Gitea # Gitea
![Version: 0.5.11](https://img.shields.io/badge/Version-0.5.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.8](https://img.shields.io/badge/AppVersion-1.16.8-informational?style=flat-square) ![Version: 0.5.12](https://img.shields.io/badge/Version-0.5.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.8](https://img.shields.io/badge/AppVersion-1.16.8-informational?style=flat-square)
## Changelog ## Changelog
...@@ -47,7 +47,7 @@ helm uninstall my-release ...@@ -47,7 +47,7 @@ helm uninstall my-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| @groundhog2k | mariadb | 0.2.20 | | @groundhog2k | mariadb | 0.2.21 |
| @groundhog2k | postgres | 0.2.20 | | @groundhog2k | postgres | 0.2.20 |
| @groundhog2k | redis | 0.5.0 | | @groundhog2k | redis | 0.5.0 |
......
...@@ -16,4 +16,5 @@ ...@@ -16,4 +16,5 @@
| 0.5.9 | 1.16.7 | Updated to Gitea 1.16.7 | | 0.5.9 | 1.16.7 | Updated to Gitea 1.16.7 |
| 0.5.10 | 1.16.8 | Updated to Gitea 1.16.8 | | 0.5.10 | 1.16.8 | Updated to Gitea 1.16.8 |
| 0.5.11 | 1.16.8 | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) | | 0.5.11 | 1.16.8 | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) |
| 0.5.12 | 1.16.8 | Updated chart dependencies (mariadb 0.2.21) |
| | | | | | | |
File deleted
File added
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.21
- name: postgres - name: postgres
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.20
- name: redis - name: redis
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.5.0 version: 0.5.0
digest: sha256:0d8dcd212d99745acfe0946af1e8b62be598b180b4f55b91896796a9b8eddb18 digest: sha256:593f5a3674d4f86dd2df8c0031e7cc9f7d57c48e19f610e5517040101a3280e8
generated: "2022-05-21T10:19:30.2557773+02:00" generated: "2022-06-02T14:38:52.050985572+02:00"
...@@ -8,14 +8,14 @@ maintainers: ...@@ -8,14 +8,14 @@ maintainers:
- name: groundhog2k - name: groundhog2k
# This is the chart version. # This is the chart version.
version: 0.11.2 version: 0.11.3
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
appVersion: "24.0.1-apache" appVersion: "24.0.1-apache"
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 0.2.20 version: 0.2.21
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: mariadb.enabled condition: mariadb.enabled
- name: postgres - name: postgres
......
# Nextcloud # Nextcloud
![Version: 0.11.2](https://img.shields.io/badge/Version-0.11.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.1-apache](https://img.shields.io/badge/AppVersion-24.0.1-informational?style=flat-square) ![Version: 0.11.3](https://img.shields.io/badge/Version-0.11.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 24.0.1-apache](https://img.shields.io/badge/AppVersion-24.0.1-informational?style=flat-square)
## Changelog ## Changelog
...@@ -82,7 +82,7 @@ helm uninstall my-release ...@@ -82,7 +82,7 @@ helm uninstall my-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| @groundhog2k | mariadb | 0.2.20 | | @groundhog2k | mariadb | 0.2.21 |
| @groundhog2k | postgres | 0.2.20 | | @groundhog2k | postgres | 0.2.20 |
| @groundhog2k | redis | 0.5.0 | | @groundhog2k | redis | 0.5.0 |
......
...@@ -13,4 +13,5 @@ ...@@ -13,4 +13,5 @@
| 0.11.0 | 24.0.0-apache | Upgraded to Nextcloud 24.0.0 | | 0.11.0 | 24.0.0-apache | Upgraded to Nextcloud 24.0.0 |
| 0.11.1 | 24.0.1-apache | Upgraded to Nextcloud 24.0.1 | | 0.11.1 | 24.0.1-apache | Upgraded to Nextcloud 24.0.1 |
| 0.11.2 | 24.0.1-apache | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) | | 0.11.2 | 24.0.1-apache | Updated chart dependencies (postgres 0.2.20 / redis 0.5.0) |
| 0.11.3 | 24.0.1-apache | Updated chart dependencies (mariadb 0.2.21) |
| | | | | | | |
File deleted
File added
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.2.20 version: 0.2.21
digest: sha256:08deff8b214c94a2707e32d5795e7d441bb40d6aa8e8d2aa98f37e8e66d131db digest: sha256:5b292da6e331162af6e207b3590a7837aa795996bc9506cf4db70edad3061bbd
generated: "2022-03-19T20:51:21.635265908+01:00" generated: "2022-06-02T14:38:58.003505044+02:00"
...@@ -8,13 +8,13 @@ maintainers: ...@@ -8,13 +8,13 @@ maintainers:
type: application type: application
# This is the chart version. # This is the chart version.
version: 0.6.0 version: 0.6.1
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
appVersion: "6.0.0-apache" appVersion: "6.0.0-apache"
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 0.2.20 version: 0.2.21
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: mariadb.enabled condition: mariadb.enabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment