From f40287f7b967c8f256d8740b67728b7762fbda5d Mon Sep 17 00:00:00 2001 From: christianhuth Date: Thu, 19 Dec 2024 13:41:26 +0000 Subject: [PATCH] bumped chart versions --- charts/shlink-backend/Chart.yaml | 4 ++-- charts/shlink-web/Chart.yaml | 4 ++-- charts/skooner/Chart.yaml | 4 ++-- charts/sloop/Chart.yaml | 4 ++-- charts/syncserver/Chart.yaml | 6 +++--- charts/tenant-namespace/Chart.yaml | 6 ++---- charts/typo3/Chart.yaml | 4 ++-- charts/umami/Chart.yaml | 4 ++-- 8 files changed, 17 insertions(+), 19 deletions(-) diff --git a/charts/shlink-backend/Chart.yaml b/charts/shlink-backend/Chart.yaml index a35dbcfb..7839d79c 100644 --- a/charts/shlink-backend/Chart.yaml +++ b/charts/shlink-backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: shlink-backend description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own domain. type: application -version: 4.5.3 +version: 4.5.4 appVersion: "3.7.4" home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg @@ -36,7 +36,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: added support for stable autoscaling api + description: README format artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/shlink-web/Chart.yaml b/charts/shlink-web/Chart.yaml index 134ba3ac..cfda2b5e 100644 --- a/charts/shlink-web/Chart.yaml +++ b/charts/shlink-web/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: shlink-web description: A ReactJS-based progressive web application for Shlink. type: application -version: 1.2.0 +version: 1.2.1 appVersion: "4.2.2" home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg @@ -15,7 +15,7 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: bumped image version to 4.2.2 + description: README format artifacthub.io/screenshots: | - title: Add a new link that should be shortened. url: https://alejandrocelaya.blog/assets/img/shlink-web-client-3/creation-form-after.png diff --git a/charts/skooner/Chart.yaml b/charts/skooner/Chart.yaml index 3eca5298..bd8e9642 100644 --- a/charts/skooner/Chart.yaml +++ b/charts/skooner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: skooner description: Simple Kubernetes real-time dashboard and management. type: application -version: 0.0.11 +version: 0.0.12 appVersion: "stable" home: https://github.com/christianhuth/helm-charts icon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRu8eQrFBosk7yHTiDEwjnVcMRyDD5uIaNXhlZ1m0yiC4H8RP1j0PlBPtgtv0bdH0JwlOE @@ -15,7 +15,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: added support for volume mounts + description: README format artifacthub.io/screenshots: | - title: Overview of the workloads running inside of Kubernetes. url: https://skooner.io/images/k8dash-screen.png diff --git a/charts/sloop/Chart.yaml b/charts/sloop/Chart.yaml index dd959afa..a100b54b 100644 --- a/charts/sloop/Chart.yaml +++ b/charts/sloop/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sloop description: Kubernetes History Visualization type: application -version: 0.0.7 +version: 0.0.8 appVersion: "sha-2ce8bbe" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/salesforce/sloop/master/other/sloop_logo_color_small_notext.png @@ -15,7 +15,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: added support for stable autoscaling api + description: README format artifacthub.io/screenshots: | - title: Visualize the different Events inside your Kubernetes cluster. url: https://civo-com-assets.ams3.digitaloceanspaces.com/content_images/989.blog.png diff --git a/charts/syncserver/Chart.yaml b/charts/syncserver/Chart.yaml index 6cb5e300..9836371b 100644 --- a/charts/syncserver/Chart.yaml +++ b/charts/syncserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncserver description: Helm chart for Firefox Syncserver type: application -version: 1.0.3 +version: 1.0.4 appVersion: "latest" home: https://github.com/christianknell/helm-charts icon: https://think.unblog.ch/wp-content/uploads/2019/05/Firefox_Sync.png @@ -14,8 +14,8 @@ sources: - https://github.com/mozilla-services/syncserver annotations: artifacthub.io/changes: | - - kind: added - description: signing key to Chart.yaml + - kind: changed + description: README format artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/tenant-namespace/Chart.yaml b/charts/tenant-namespace/Chart.yaml index 849643ac..2cb9dc76 100644 --- a/charts/tenant-namespace/Chart.yaml +++ b/charts/tenant-namespace/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: tenant-namespace description: A Helm Chart to bootstrap a Namespace in a Multi-Tenancy setup -version: 2.0.0 +version: 2.0.1 type: application home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubernetes/community/master/icons/png/resources/labeled/ns-256.png @@ -11,9 +11,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: URL of Helm Repository in README - - kind: added - description: option to disable the creation of the namespace + description: README format artifacthub.io/signKey: | fingerprint: EE24F8BB6D099E78FD704F83B5ECDBCDDD485D0E url: https://charts.christianhuth.de/public.key diff --git a/charts/typo3/Chart.yaml b/charts/typo3/Chart.yaml index da174168..da6cab63 100644 --- a/charts/typo3/Chart.yaml +++ b/charts/typo3/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: typo3 description: TYPO3 — the Professional, Flexible Content Management System type: application -version: 2.3.3 +version: 2.3.4 appVersion: "12.4" home: https://github.com/christianhuth/helm-charts icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png @@ -28,7 +28,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: added support for stable autoscaling api + description: README format artifacthub.io/screenshots: | - title: TYPO3 is a very powerful Web Content Management System. url: https://docs.typo3.org/m/typo3/tutorial-getting-started/10.4/en-us/_images/BackendAboutModules.png diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index 99c36b6c..8472c3e1 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: umami description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. type: application -version: 3.3.3 +version: 3.3.4 appVersion: "postgresql-v2.9.0" home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png @@ -25,7 +25,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: added support for stable autoscaling api + description: README format artifacthub.io/screenshots: | - title: Umami measures just the important metrics that you care about and everything is displayed on a single, easy to browse page. url: https://umami.is/images/feature-website-stats.png