From ff1b78394c68cac5b1328ae4e2aff2de42cc65be Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 23 Mar 2023 21:30:51 +0100 Subject: [PATCH] chore(charts): Ajust maintainer value of Chart.yaml --- charts/keycloak/Chart.yaml | 3 +++ charts/keycloak/README.md | 8 +++++++- charts/mastodon/README.md | 4 ++-- charts/mok/Chart.yaml | 2 +- charts/nextcloud/Chart.yaml | 8 ++------ 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/charts/keycloak/Chart.yaml b/charts/keycloak/Chart.yaml index 2b46b5991..c1fb39492 100644 --- a/charts/keycloak/Chart.yaml +++ b/charts/keycloak/Chart.yaml @@ -10,3 +10,6 @@ sources: version: 0.5.5 # renovate: image=quay.io/keycloak/keycloak appVersion: "21.0.1" +maintainers: +- name: Sheogorath + url: https://shivering-isles.com \ No newline at end of file diff --git a/charts/keycloak/README.md b/charts/keycloak/README.md index c96dcbd2e..a51ed8ddb 100644 --- a/charts/keycloak/README.md +++ b/charts/keycloak/README.md @@ -1,11 +1,17 @@ # keycloak -   +   (Alpha) A Helm chart for Keycloak on Kubernetes **Homepage:** <https://www.keycloak.org/> +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| Sheogorath | | <https://shivering-isles.com> | + ## Source Code * <https://git.shivering-isles.com/shivering-isles/infrastructure-gitops> diff --git a/charts/mastodon/README.md b/charts/mastodon/README.md index d8b55b063..f20c34f43 100644 --- a/charts/mastodon/README.md +++ b/charts/mastodon/README.md @@ -15,9 +15,9 @@ Mastodon is a free, open-source social network server based on ActivityPub. | Repository | Name | Version | |------------|------|---------| -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | elasticsearch | 19.5.14 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | elasticsearch | 19.5.15 | | https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 11.9.13 | -| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 17.8.2 | +| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | redis | 17.8.6 | ## Values diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index 86ca35a5e..c155a7a58 100644 --- a/charts/mok/Chart.yaml +++ b/charts/mok/Chart.yaml @@ -9,4 +9,4 @@ sources: - https://github.com/dovecot/core maintainers: - name: Sheogorath - url: https://shivering-isles.com/contribute + url: https://shivering-isles.com diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index b18260aca..e6cbc5a68 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -16,12 +16,8 @@ sources: - https://github.com/nextcloud/helm - https://github.com/nextcloud/docker maintainers: -- name: skjnldsv - email: skjnldsv@protonmail.com -- name: chrisingenhaag - email: christian.ingenhaag@googlemail.com -- name: billimek - email: jeff@billimek.com +- name: Sheogorath + url: https://shivering-isles.com dependencies: - name: postgresql version: 11.6.26 -- GitLab