diff --git a/charts/etcd-defrag/Chart.yaml b/charts/etcd-defrag/Chart.yaml index b3e55492..64583d0d 100644 --- a/charts/etcd-defrag/Chart.yaml +++ b/charts/etcd-defrag/Chart.yaml @@ -2,17 +2,17 @@ apiVersion: v2 name: etcd-defrag description: A Helm chart for running a defragmentation CronJob for ETCD type: application -version: 1.1.0 +version: 1.1.1 appVersion: "3.5.12" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://cdn.worldvectorlogo.com/logos/etcd-1.svg maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/bitnami/containers/tree/main/bitnami/etcd - https://etcd.io annotations: artifacthub.io/changes: | - - kind: added - description: support for running the cronjob in the host network + - kind: changed + description: URL and name of Helm repository diff --git a/charts/etcd-defrag/README.md b/charts/etcd-defrag/README.md index eb4dc157..5c0731e4 100644 --- a/charts/etcd-defrag/README.md +++ b/charts/etcd-defrag/README.md @@ -5,9 +5,9 @@ A Helm chart for running a defragmentation CronJob for ETCD ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/etcd-defrag +helm install my-release christianhuth/etcd-defrag ``` ## Introduction @@ -27,9 +27,9 @@ This chart bootstraps a CronJob to perform periodically [defragmentation for ETC To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/etcd-defrag +helm install my-release christianhuth/etcd-defrag ``` These commands deploy the CronJob on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -109,5 +109,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/etcd-defrag +helm install my-release -f values.yaml christianhuth/etcd-defrag ``` diff --git a/charts/etcd-defrag/README.md.gotmpl b/charts/etcd-defrag/README.md.gotmpl index 6ff05cc8..a2d8f582 100644 --- a/charts/etcd-defrag/README.md.gotmpl +++ b/charts/etcd-defrag/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/etcd-defrag +helm install my-release christianhuth/etcd-defrag ``` ## Introduction @@ -26,9 +26,9 @@ This chart bootstraps a CronJob to perform periodically [defragmentation for ETC To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/etcd-defrag +helm install my-release christianhuth/etcd-defrag ``` These commands deploy the CronJob on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -52,5 +52,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/etcd-defrag +helm install my-release -f values.yaml christianhuth/etcd-defrag ``` diff --git a/charts/headwind-mdm/Chart.yaml b/charts/headwind-mdm/Chart.yaml index 2d6097e3..aa96a08d 100644 --- a/charts/headwind-mdm/Chart.yaml +++ b/charts/headwind-mdm/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: headwind-mdm description: Headwind MDM - an open source mobile device management software for Android type: application -version: 2.0.1 +version: 2.0.2 appVersion: "0.1.4" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://h-mdm.com/wp-content/uploads/2019/07/neew-logo.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/h-mdm/hmdm-docker @@ -21,7 +21,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped helm dependency for postgresql to 14.1.3 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Headwind MDM is a powerful Open Source platform to manage your Enterprise Android Devices. url: https://images.wondershare.com/drfone/article/2022/11/opensource-mdm-3.jpg diff --git a/charts/headwind-mdm/README.md b/charts/headwind-mdm/README.md index b54dc93f..2690f64b 100644 --- a/charts/headwind-mdm/README.md +++ b/charts/headwind-mdm/README.md @@ -5,9 +5,9 @@ Headwind MDM - an open source mobile device management software for Android ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/headwind-mdm +helm install my-release christianhuth/headwind-mdm ``` ## Introduction @@ -25,9 +25,9 @@ This chart bootstraps the [Headwind MDM](https://github.com/h-mdm) on a [Kuberne To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/headwind-mdm +helm install my-release christianhuth/headwind-mdm ``` These commands deploy Headwind MDM on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -107,7 +107,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/headwind-mdm +helm install my-release -f values.yaml christianhuth/headwind-mdm ``` ## Upgrading the Chart diff --git a/charts/headwind-mdm/README.md.gotmpl b/charts/headwind-mdm/README.md.gotmpl index f8ce280f..d995e0fe 100644 --- a/charts/headwind-mdm/README.md.gotmpl +++ b/charts/headwind-mdm/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/headwind-mdm +helm install my-release christianhuth/headwind-mdm ``` ## Introduction @@ -24,9 +24,9 @@ This chart bootstraps the [Headwind MDM](https://github.com/h-mdm) on a [Kuberne To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/headwind-mdm +helm install my-release christianhuth/headwind-mdm ``` These commands deploy Headwind MDM on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -50,7 +50,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/headwind-mdm +helm install my-release -f values.yaml christianhuth/headwind-mdm ``` ## Upgrading the Chart diff --git a/charts/kube-ops-view/Chart.yaml b/charts/kube-ops-view/Chart.yaml index 04cb034a..74026a16 100644 --- a/charts/kube-ops-view/Chart.yaml +++ b/charts/kube-ops-view/Chart.yaml @@ -3,12 +3,12 @@ apiVersion: v2 name: kube-ops-view description: A Helm chart for bootstrapping kube-ops-view. type: application -version: 3.5.0 +version: 3.5.1 appVersion: "23.5.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://codeberg.org/repo-avatars/677-c51f6426305941cab515fdd98368f0bb maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://codeberg.org/hjacobs/kube-ops-view @@ -21,7 +21,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: bumped dependency of redis to chart 18.14.0 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Dashboard overview of a Kubernetes cluster url: https://codeberg.org/hjacobs/kube-ops-view/media/branch/main/screenshot.png diff --git a/charts/kube-ops-view/README.md b/charts/kube-ops-view/README.md index 140ad38b..cd81ce25 100644 --- a/charts/kube-ops-view/README.md +++ b/charts/kube-ops-view/README.md @@ -5,9 +5,9 @@ A Helm chart for bootstrapping kube-ops-view. ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kube-ops-view +helm install my-release christianhuth/kube-ops-view ``` ## Introduction @@ -25,9 +25,9 @@ This chart bootstraps the [Kubernetes Operational View](https://codeberg.org/hja To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kube-ops-view +helm install my-release christianhuth/kube-ops-view ``` These commands deploy kube-ops-view on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -84,7 +84,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kube-ops-view +helm install my-release -f values.yaml christianhuth/kube-ops-view ``` ## Upgrading the Chart diff --git a/charts/kube-ops-view/README.md.gotmpl b/charts/kube-ops-view/README.md.gotmpl index d188cbdd..9daa8cf2 100644 --- a/charts/kube-ops-view/README.md.gotmpl +++ b/charts/kube-ops-view/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kube-ops-view +helm install my-release christianhuth/kube-ops-view ``` ## Introduction @@ -24,9 +24,9 @@ This chart bootstraps the [Kubernetes Operational View](https://codeberg.org/hja To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kube-ops-view +helm install my-release christianhuth/kube-ops-view ``` These commands deploy kube-ops-view on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -50,7 +50,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kube-ops-view +helm install my-release -f values.yaml christianhuth/kube-ops-view ``` ## Upgrading the Chart diff --git a/charts/kubedoom/Chart.yaml b/charts/kubedoom/Chart.yaml index fe9f0861..b7863383 100644 --- a/charts/kubedoom/Chart.yaml +++ b/charts/kubedoom/Chart.yaml @@ -2,17 +2,20 @@ apiVersion: v2 name: kubedoom description: A Helm chart for Kubedoom -version: 1.0.0 +version: 1.0.1 type: application appVersion: "0.6.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/storax/kubedoom/master/assets/doom.jpg maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/storax/kubedoom annotations: + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Kill pods inside your Kubernetes cluster by shooting them in Doom! url: https://github.com/storax/kubedoom/raw/master/assets/doom.jpg diff --git a/charts/kubedoom/README.md b/charts/kubedoom/README.md index 9c3b7a1e..010a861a 100644 --- a/charts/kubedoom/README.md +++ b/charts/kubedoom/README.md @@ -5,9 +5,9 @@ A Helm chart for Kubedoom ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubedoom +helm install my-release christianhuth/kubedoom ``` ## Introduction @@ -25,9 +25,9 @@ This chart bootstraps [Kubedoom](https://github.com/storax/kubedoom) on a [Kuber To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubedoom +helm install my-release christianhuth/kubedoom ``` These commands deploy Kubedoom on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -103,5 +103,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kubedoom +helm install my-release -f values.yaml christianhuth/kubedoom ``` diff --git a/charts/kubedoom/README.md.gotmpl b/charts/kubedoom/README.md.gotmpl index 5d7046eb..f0ce0c74 100644 --- a/charts/kubedoom/README.md.gotmpl +++ b/charts/kubedoom/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubedoom +helm install my-release christianhuth/kubedoom ``` ## Introduction @@ -24,9 +24,9 @@ This chart bootstraps [Kubedoom](https://github.com/storax/kubedoom) on a [Kuber To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubedoom +helm install my-release christianhuth/kubedoom ``` These commands deploy Kubedoom on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -70,5 +70,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kubedoom +helm install my-release -f values.yaml christianhuth/kubedoom ``` diff --git a/charts/kubenav/Chart.yaml b/charts/kubenav/Chart.yaml index 37f03b03..b1a9a534 100644 --- a/charts/kubenav/Chart.yaml +++ b/charts/kubenav/Chart.yaml @@ -3,15 +3,18 @@ apiVersion: v2 name: kubenav description: A Helm chart for creating the required RBAC for kubenav type: application -version: 1.0.0 -home: https://github.com/christianknell/helm-charts +version: 1.0.1 +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubenav/kubenav/main/utils/images/repo/github-readme-logo.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/kubenav/kubenav annotations: + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: kubenav is a mobile and desktop app to manage Kubernetes clusters and to get an overview of the status of your Kubernetes resources. url: https://raw.githubusercontent.com/kubenav/kubenav/main/utils/images/repo/github-screenshot.png diff --git a/charts/kubenav/README.md b/charts/kubenav/README.md index a6f35e32..7b8e66fc 100644 --- a/charts/kubenav/README.md +++ b/charts/kubenav/README.md @@ -5,9 +5,9 @@ A Helm chart for creating the required RBAC for kubenav ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubenav +helm install my-release christianhuth/kubenav ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps RBAC rules for [kubenav](https://github.com/kubenav/kubena To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubenav +helm install my-release christianhuth/kubenav ``` These commands deploy the RBAC settings on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -60,5 +60,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kubenav +helm install my-release -f values.yaml christianhuth/kubenav ``` diff --git a/charts/kubenav/README.md.gotmpl b/charts/kubenav/README.md.gotmpl index ad2c6603..7b784c6a 100644 --- a/charts/kubenav/README.md.gotmpl +++ b/charts/kubenav/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubenav +helm install my-release christianhuth/kubenav ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps RBAC rules for [kubenav](https://github.com/kubenav/kubena To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://charts.christianhuth.de helm repo update -helm install my-release christianknell/kubenav +helm install my-release christianhuth/kubenav ``` These commands deploy the RBAC settings on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kubenav +helm install my-release -f values.yaml christianhuth/kubenav ``` diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index dec9866e..82534077 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: kutt description: Kutt is a free modern URL shortener. type: application -version: 4.0.1 +version: 4.0.2 appVersion: "v2.7.4" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/thedevs-network/kutt @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped helm dependency for postgresql to 14.1.3 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg diff --git a/charts/kutt/README.md b/charts/kutt/README.md index 950069a4..5f1a3292 100644 --- a/charts/kutt/README.md +++ b/charts/kutt/README.md @@ -5,9 +5,9 @@ Kutt is a free modern URL shortener. ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/kutt +helm install my-release christianhuth/kutt ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps the free modern URL shortener called [Kutt](https://kutt.i To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/kutt +helm install my-release christianhuth/kutt ``` These commands deploy Kutt on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -131,7 +131,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kutt +helm install my-release -f values.yaml christianhuth/kutt ``` ## Upgrading the Chart diff --git a/charts/kutt/README.md.gotmpl b/charts/kutt/README.md.gotmpl index 1fd11a9f..1c6d435f 100644 --- a/charts/kutt/README.md.gotmpl +++ b/charts/kutt/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/kutt +helm install my-release christianhuth/kutt ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps the free modern URL shortener called [Kutt](https://kutt.i To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/kutt +helm install my-release christianhuth/kutt ``` These commands deploy Kutt on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/kutt +helm install my-release -f values.yaml christianhuth/kutt ``` ## Upgrading the Chart diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 4ac558b0..ecb17ae8 100644 --- a/charts/maildev/Chart.yaml +++ b/charts/maildev/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: maildev description: MailDev is a simple way to test your emails during development with an easy to use web interface. type: application -version: 1.1.1 +version: 1.1.2 appVersion: "2.1.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://avatars1.githubusercontent.com/u/26743469 maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://maildev.github.io/maildev @@ -16,7 +16,7 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: separate pod and service ports + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: SMTP server & web interface for viewing and testing emails during development. url: https://maildev.github.io/maildev/assets/img/original/maildev-light.png diff --git a/charts/maildev/README.md b/charts/maildev/README.md index 2325c368..19353ae2 100644 --- a/charts/maildev/README.md +++ b/charts/maildev/README.md @@ -5,9 +5,9 @@ MailDev is a simple way to test your emails during development with an easy to u ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/maildev +helm install my-release christianhuth/maildev ``` ## Introduction @@ -32,9 +32,9 @@ MailDev also provides a Web interface, it can be disabled/enabled using `maildev To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/maildev +helm install my-release christianhuth/maildev ``` These commands deploy MailDev on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -180,5 +180,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/maildev +helm install my-release -f values.yaml christianhuth/maildev ``` diff --git a/charts/maildev/README.md.gotmpl b/charts/maildev/README.md.gotmpl index 88a7cc25..832845b8 100644 --- a/charts/maildev/README.md.gotmpl +++ b/charts/maildev/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/maildev +helm install my-release christianhuth/maildev ``` ## Introduction @@ -31,9 +31,9 @@ MailDev also provides a Web interface, it can be disabled/enabled using `maildev To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/maildev +helm install my-release christianhuth/maildev ``` These commands deploy MailDev on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -102,5 +102,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/maildev +helm install my-release -f values.yaml christianhuth/maildev ``` diff --git a/charts/netcupscp-exporter/Chart.yaml b/charts/netcupscp-exporter/Chart.yaml index 45fb621a..911da8ea 100644 --- a/charts/netcupscp-exporter/Chart.yaml +++ b/charts/netcupscp-exporter/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: netcupscp-exporter description: Prometheus Exporter for Netcup Server Control Panel (SCP) type: application -version: 1.1.2 +version: 1.1.3 appVersion: "v0.3.3" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://pbs.twimg.com/profile_images/1148537659637358593/rlfCvTK5_400x400.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/mrueg/netcupscp-exporter @@ -15,7 +15,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: bumped image version to v0.3.3 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Export information about your Servers from Netcup SCP as Prometheus metrics. url: https://www.netcup-wiki.de/images/SCP-Willkommen.png diff --git a/charts/netcupscp-exporter/README.md b/charts/netcupscp-exporter/README.md index 50b4af12..5ae05eba 100644 --- a/charts/netcupscp-exporter/README.md +++ b/charts/netcupscp-exporter/README.md @@ -5,9 +5,9 @@ Prometheus Exporter for Netcup Server Control Panel (SCP) ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/netcupscp-exporter +helm install my-release christianhuth/netcupscp-exporter ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a [Prometheus Exporter for Netcup ServerControlPanel (SCP) To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/netcupscp-exporter +helm install my-release christianhuth/netcupscp-exporter ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -94,5 +94,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/netcupscp-exporter +helm install my-release -f values.yaml christianhuth/netcupscp-exporter ``` diff --git a/charts/netcupscp-exporter/README.md.gotmpl b/charts/netcupscp-exporter/README.md.gotmpl index 1b841ab3..94eb637f 100644 --- a/charts/netcupscp-exporter/README.md.gotmpl +++ b/charts/netcupscp-exporter/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/netcupscp-exporter +helm install my-release christianhuth/netcupscp-exporter ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a [Prometheus Exporter for Netcup ServerControlPanel (SCP) To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/netcupscp-exporter +helm install my-release christianhuth/netcupscp-exporter ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/netcupscp-exporter +helm install my-release -f values.yaml christianhuth/netcupscp-exporter ``` diff --git a/charts/node-access/Chart.yaml b/charts/node-access/Chart.yaml index f4ce271f..af9b4acb 100644 --- a/charts/node-access/Chart.yaml +++ b/charts/node-access/Chart.yaml @@ -2,10 +2,14 @@ apiVersion: v2 description: A Helm chart to deploy workload to gain direct access to the host of the Kubernetes cluster name: node-access type: application -version: 1.0.1 +version: 1.0.2 appVersion: 1.36.1 -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubernetes/community/master/icons/png/infrastructure_components/labeled/node-256.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it +annotations: + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository diff --git a/charts/node-access/README.md b/charts/node-access/README.md index 32566058..1ff90f79 100644 --- a/charts/node-access/README.md +++ b/charts/node-access/README.md @@ -5,9 +5,9 @@ A Helm chart to deploy workload to gain direct access to the host of the Kuberne ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/node-access +helm install my-release christianhuth/node-access ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps one or multiple Pods to access the host system of a [Kuber To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/node-access +helm install my-release christianhuth/node-access ``` These commands deploys one or multiple Pods to access the host system of the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -74,7 +74,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/node-access +helm install my-release -f values.yaml christianhuth/node-access ``` ## Deploying to a specific Node diff --git a/charts/node-access/README.md.gotmpl b/charts/node-access/README.md.gotmpl index d4adbc56..6c014cf3 100644 --- a/charts/node-access/README.md.gotmpl +++ b/charts/node-access/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/node-access +helm install my-release christianhuth/node-access ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps one or multiple Pods to access the host system of a [Kuber To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/node-access +helm install my-release christianhuth/node-access ``` These commands deploys one or multiple Pods to access the host system of the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/node-access +helm install my-release -f values.yaml christianhuth/node-access ``` ## Deploying to a specific Node diff --git a/charts/passbolt-ha/Chart.yaml b/charts/passbolt-ha/Chart.yaml index c4502c20..72d47284 100644 --- a/charts/passbolt-ha/Chart.yaml +++ b/charts/passbolt-ha/Chart.yaml @@ -3,11 +3,11 @@ apiVersion: v2 name: passbolt-ha description: A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA type: application -version: 1.11.0 -home: https://github.com/christianknell/helm-charts +version: 1.11.1 +home: https://github.com/christianhuth/helm-charts icon: https://avatars.githubusercontent.com/u/4386228?s=200&v=4 maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/bitnami/charts/tree/master/bitnami/mysql @@ -21,13 +21,13 @@ dependencies: repository: https://cnieg.github.io/helm-charts version: 1.1.17 - name: proxysql - repository: https://christianknell.github.io/helm-charts/ + repository: https://charts.christianhuth.de version: 1.1.4 annotations: artifacthub.io/category: security artifacthub.io/changes: | - kind: changed - description: bumped chart version of mysql to 9.19.1 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: The login screen of Passbolt url: https://help.passbolt.com/assets/img/help/2021/02/AN_login_v3.png diff --git a/charts/passbolt-ha/README.md b/charts/passbolt-ha/README.md index 2b3c3b83..689f03e4 100644 --- a/charts/passbolt-ha/README.md +++ b/charts/passbolt-ha/README.md @@ -5,9 +5,9 @@ A Helm chart to deploy Passbolt with MySQL and ProxySQL for HA ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install passbolt-ha christianknell/passbolt-ha +helm install passbolt-ha christianhuth/passbolt-ha ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps [Passbolt](https://github.com/passbolt), [MYSQL by Bitnami To install the chart with the release name `passbolt-ha`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install passbolt-ha christianknell/passbolt-ha +helm install passbolt-ha christianhuth/passbolt-ha ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -120,7 +120,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install passbolt-ha -f values.yaml christianknell/passbolt-ha +helm install passbolt-ha -f values.yaml christianhuth/passbolt-ha ``` ### Setting up the database connection diff --git a/charts/passbolt-ha/README.md.gotmpl b/charts/passbolt-ha/README.md.gotmpl index 18b11bf4..ab7c1ceb 100644 --- a/charts/passbolt-ha/README.md.gotmpl +++ b/charts/passbolt-ha/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install passbolt-ha christianknell/passbolt-ha +helm install passbolt-ha christianhuth/passbolt-ha ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps [Passbolt](https://github.com/passbolt), [MYSQL by Bitnami To install the chart with the release name `passbolt-ha`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install passbolt-ha christianknell/passbolt-ha +helm install passbolt-ha christianhuth/passbolt-ha ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install passbolt-ha -f values.yaml christianknell/passbolt-ha +helm install passbolt-ha -f values.yaml christianhuth/passbolt-ha ``` ### Setting up the database connection diff --git a/charts/polr/Chart.yaml b/charts/polr/Chart.yaml index f6220704..8954d470 100644 --- a/charts/polr/Chart.yaml +++ b/charts/polr/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: polr description: Polr is a quick, modern, and open-source link shortener type: application -version: 1.10.0 +version: 1.10.1 appVersion: "2.3.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: http://docs.polrproject.org/en/latest/logo.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/cydrobolt/polr @@ -19,7 +19,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped chart version of mysql to 9.19.1 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Polr converts some long links into shorter ones. url: https://selfhostedweb.org/wp-content/uploads/2017/02/shortit-1024x346.png diff --git a/charts/polr/README.md b/charts/polr/README.md index 2d8f7ad3..ea37b976 100644 --- a/charts/polr/README.md +++ b/charts/polr/README.md @@ -5,9 +5,9 @@ Polr is a quick, modern, and open-source link shortener ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/polr +helm install my-release christianhuth/polr ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a quick, modern and open-source link shortener called [Pol To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/polr +helm install my-release christianhuth/polr ``` These commands deploy Polr on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -110,5 +110,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/polr +helm install my-release -f values.yaml christianhuth/polr ``` diff --git a/charts/polr/README.md.gotmpl b/charts/polr/README.md.gotmpl index f6cdba40..5becb165 100644 --- a/charts/polr/README.md.gotmpl +++ b/charts/polr/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/polr +helm install my-release christianhuth/polr ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a quick, modern and open-source link shortener called [Pol To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/polr +helm install my-release christianhuth/polr ``` These commands deploy Polr on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/polr +helm install my-release -f values.yaml christianhuth/polr ``` diff --git a/charts/popeye/Chart.yaml b/charts/popeye/Chart.yaml index 68da0b3a..023047ce 100644 --- a/charts/popeye/Chart.yaml +++ b/charts/popeye/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: popeye description: Popeye - A Kubernetes Cluster Sanitizer type: application -version: 2.0.1 +version: 2.0.2 appVersion: "v0.20.2" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/derailed/popeye @@ -15,7 +15,7 @@ annotations: artifacthub.io/category: security artifacthub.io/changes: | - kind: changed - description: bumped image version to v0.20.2 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations. url: https://popeyecli.io/assets/d_score.png diff --git a/charts/popeye/README.md b/charts/popeye/README.md index 7389daeb..44e6e7be 100644 --- a/charts/popeye/README.md +++ b/charts/popeye/README.md @@ -5,9 +5,9 @@ Popeye - A Kubernetes Cluster Sanitizer ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/popeye +helm install my-release christianhuth/popeye ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps the Kubernetes cluster resource sanitizer called [popeye]( To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/popeye +helm install my-release christianhuth/popeye ``` These commands deploy popeye on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and | cronJob.s3.endpoint | string | `""` | example endpoint: "https://s3.us-east-1.amazonaws.com" | | cronJob.s3.region | string | `""` | example region: "us-east-1" | | cronJob.schedule | string | `"* */1 * * *"` | | -| cronJob.spinachConfiguration | string | `""` | | +| cronJob.spinachConfiguration | object | `{}` | | | fullnameOverride | string | `""` | String to fully override `"popeye.fullname"` | | image.pullPolicy | string | `"Always"` | image pull policy | | image.repository | string | `"derailed/popeye"` | image repository | @@ -82,7 +82,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/popeye +helm install my-release -f values.yaml christianhuth/popeye ``` ## Upgrading the Chart diff --git a/charts/popeye/README.md.gotmpl b/charts/popeye/README.md.gotmpl index 85936106..ce05bdd2 100644 --- a/charts/popeye/README.md.gotmpl +++ b/charts/popeye/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/popeye +helm install my-release christianhuth/popeye ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps the Kubernetes cluster resource sanitizer called [popeye]( To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/popeye +helm install my-release christianhuth/popeye ``` These commands deploy popeye on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/popeye +helm install my-release -f values.yaml christianhuth/popeye ``` ## Upgrading the Chart diff --git a/charts/priority-classes/Chart.yaml b/charts/priority-classes/Chart.yaml index 7c01c79d..75e75754 100644 --- a/charts/priority-classes/Chart.yaml +++ b/charts/priority-classes/Chart.yaml @@ -2,11 +2,15 @@ apiVersion: v2 name: priority-classes description: A Helm chart for creating Priority Classes. Already comes with some bundled classes. type: application -version: 1.0.0 +version: 1.0.1 appVersion: "1.0.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/ +annotations: + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository diff --git a/charts/priority-classes/README.md b/charts/priority-classes/README.md index cdda74fc..d3fd9460 100644 --- a/charts/priority-classes/README.md +++ b/charts/priority-classes/README.md @@ -5,9 +5,9 @@ A Helm chart for creating Priority Classes. Already comes with some bundled clas ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/priority-classes +helm install my-release christianhuth/priority-classes ``` ## Introduction @@ -23,9 +23,9 @@ This chart installs [Priority Classes](https://kubernetes.io/docs/concepts/sched To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/priority-classes +helm install my-release christianhuth/priority-classes ``` These commands deploy the bundled Priority Classes on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -55,5 +55,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/priority-classes +helm install my-release -f values.yaml christianhuth/priority-classes ``` diff --git a/charts/priority-classes/README.md.gotmpl b/charts/priority-classes/README.md.gotmpl index c52bf632..82266d8b 100644 --- a/charts/priority-classes/README.md.gotmpl +++ b/charts/priority-classes/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/priority-classes +helm install my-release christianhuth/priority-classes ``` ## Introduction @@ -22,9 +22,9 @@ This chart installs [Priority Classes](https://kubernetes.io/docs/concepts/sched To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/priority-classes +helm install my-release christianhuth/priority-classes ``` These commands deploy the bundled Priority Classes on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/priority-classes +helm install my-release -f values.yaml christianhuth/priority-classes ``` diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index c42e4d22..8a1a0ce9 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,12 +3,12 @@ apiVersion: v2 name: prometheus-pve-exporter description: A Helm chart for bootstrapping a PVE Exporter. Uses ServiceMonitor to collect metrics. type: application -version: 1.2.1 +version: 1.2.2 appVersion: "2.3.1" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://camo.githubusercontent.com/2df2ac41e1b8a1484be236c75e395981b31bfd670eff46b5c182ea0be9475310/68747470733a2f2f7777772e70726f786d6f782e636f6d2f696d616765732f70726f786d6f782f50726f786d6f785f73796d626f6c5f7374616e646172645f6865782e706e67 maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/prometheus-pve/prometheus-pve-exporter @@ -16,7 +16,7 @@ annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - kind: changed - description: image version to 2.3.1 + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Add an user inside of Proxmox, that will be used for the Exporter. url: https://xinux.net/images/6/6e/Prometheus-proxmox-grafana-user.png diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index c0438976..e5336664 100644 --- a/charts/prometheus-pve-exporter/README.md +++ b/charts/prometheus-pve-exporter/README.md @@ -5,9 +5,9 @@ A Helm chart for bootstrapping a PVE Exporter. Uses ServiceMonitor to collect me ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/prometheus-pve-exporter +helm install my-release christianhuth/prometheus-pve-exporter ``` ## Introduction @@ -25,9 +25,9 @@ This chart bootstraps a [PVE Exporter](https://github.com/prometheus-pve/prometh To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/prometheus-pve-exporter +helm install my-release christianhuth/prometheus-pve-exporter ``` These commands deploy prometheus-pve-exporter on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -94,5 +94,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/prometheus-pve-exporter +helm install my-release -f values.yaml christianhuth/prometheus-pve-exporter ``` diff --git a/charts/prometheus-pve-exporter/README.md.gotmpl b/charts/prometheus-pve-exporter/README.md.gotmpl index a30b552d..13cc082b 100644 --- a/charts/prometheus-pve-exporter/README.md.gotmpl +++ b/charts/prometheus-pve-exporter/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/prometheus-pve-exporter +helm install my-release christianhuth/prometheus-pve-exporter ``` ## Introduction @@ -24,9 +24,9 @@ This chart bootstraps a [PVE Exporter](https://github.com/prometheus-pve/prometh To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/prometheus-pve-exporter +helm install my-release christianhuth/prometheus-pve-exporter ``` These commands deploy prometheus-pve-exporter on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -50,5 +50,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/prometheus-pve-exporter +helm install my-release -f values.yaml christianhuth/prometheus-pve-exporter ``` diff --git a/charts/promlens/Chart.yaml b/charts/promlens/Chart.yaml index 5c7ed6b4..a2cb8aa1 100644 --- a/charts/promlens/Chart.yaml +++ b/charts/promlens/Chart.yaml @@ -2,18 +2,21 @@ apiVersion: v2 name: promlens description: PromLens is a tool that makes learning and using PromQL easier and more productive type: application -version: 1.0.3 +version: 1.0.4 appVersion: "v0.3.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/salesforce/sloop/master/other/sloop_logo_color_small_notext.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/prometheus/promlens - https://hub.docker.com/r/prom/promlens annotations: artifacthub.io/category: monitoring-logging + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Build, understand, and fix your queries much more effectively with the ultimate query builder for PromQL. url: https://promlens.com/static/promlens-hero-screenshot-7d453e779cf47c6fcec1de8823049257.png diff --git a/charts/promlens/README.md b/charts/promlens/README.md index 81598946..e8ad56ef 100644 --- a/charts/promlens/README.md +++ b/charts/promlens/README.md @@ -5,9 +5,9 @@ PromLens is a tool that makes learning and using PromQL easier and more producti ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/promlens +helm install my-release christianhuth/promlens ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps [Promlens](https://github.com/prometheus/promlens) - The q To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/promlens +helm install my-release christianhuth/promlens ``` These commands deploy Promlens on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -103,5 +103,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/promlens +helm install my-release -f values.yaml christianhuth/promlens ``` diff --git a/charts/promlens/README.md.gotmpl b/charts/promlens/README.md.gotmpl index 98577e15..fc8d6da6 100644 --- a/charts/promlens/README.md.gotmpl +++ b/charts/promlens/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/promlens +helm install my-release christianhuth/promlens ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps [Promlens](https://github.com/prometheus/promlens) - The q To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/promlens +helm install my-release christianhuth/promlens ``` These commands deploy Promlens on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/promlens +helm install my-release -f values.yaml christianhuth/promlens ``` diff --git a/charts/proxysql/Chart.yaml b/charts/proxysql/Chart.yaml index 2989491c..61968400 100644 --- a/charts/proxysql/Chart.yaml +++ b/charts/proxysql/Chart.yaml @@ -2,16 +2,16 @@ apiVersion: v2 name: proxysql description: A proxysql Helm chart for Kubernetes. Offers option to expose web interface through Ingress. Uses ServiceMonitor to collect metrics. type: application -version: 1.1.4 +version: 1.1.5 appVersion: "2.5.5" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://proxysql.com/wp-content/uploads/2019/11/ProxySQL-BIG-e1581368792603.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/sysown/proxysql annotations: artifacthub.io/changes: | - kind: changed - description: bumped image version to 2.5.5 + description: URL and name of Helm repository diff --git a/charts/proxysql/README.md b/charts/proxysql/README.md index d675b5f1..ac33a3c8 100644 --- a/charts/proxysql/README.md +++ b/charts/proxysql/README.md @@ -5,9 +5,9 @@ A proxysql Helm chart for Kubernetes. Offers option to expose web interface thro ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxysql +helm install my-release christianhuth/proxysql ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a [ProxySQL](https://github.com/sysown/proxysql) deploymen To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxysql +helm install my-release christianhuth/proxysql ``` These commands deploy proxysql on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -119,5 +119,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/proxysql +helm install my-release -f values.yaml christianhuth/proxysql ``` diff --git a/charts/proxysql/README.md.gotmpl b/charts/proxysql/README.md.gotmpl index 22a0d2f1..3a72698a 100644 --- a/charts/proxysql/README.md.gotmpl +++ b/charts/proxysql/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxysql +helm install my-release christianhuth/proxysql ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a [ProxySQL](https://github.com/sysown/proxysql) deploymen To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxysql +helm install my-release christianhuth/proxysql ``` These commands deploy proxysql on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/proxysql +helm install my-release -f values.yaml christianhuth/proxysql ``` diff --git a/charts/proxyweb/Chart.yaml b/charts/proxyweb/Chart.yaml index 14557dc2..27293030 100644 --- a/charts/proxyweb/Chart.yaml +++ b/charts/proxyweb/Chart.yaml @@ -2,10 +2,14 @@ apiVersion: v2 name: proxyweb description: A Helm chart for Kubernetes type: application -version: 1.0.0 +version: 1.0.1 appVersion: "latest" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts maintainers: [] sources: - https://github.com/edmodo/proxyweb/ deprecated: true +annotations: + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository diff --git a/charts/proxyweb/README.md b/charts/proxyweb/README.md index d647f995..e30c0d43 100644 --- a/charts/proxyweb/README.md +++ b/charts/proxyweb/README.md @@ -5,9 +5,9 @@ A Helm chart for Kubernetes ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxyweb +helm install my-release christianhuth/proxyweb ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a [ProxyWeb](https://github.com/edmodo/proxyweb/) deployme To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxyweb +helm install my-release christianhuth/proxyweb ``` These commands deploy ProxyWeb on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -117,5 +117,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/proxyweb +helm install my-release -f values.yaml christianhuth/proxyweb ``` diff --git a/charts/proxyweb/README.md.gotmpl b/charts/proxyweb/README.md.gotmpl index 3c504de2..8470f998 100644 --- a/charts/proxyweb/README.md.gotmpl +++ b/charts/proxyweb/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxyweb +helm install my-release christianhuth/proxyweb ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a [ProxyWeb](https://github.com/edmodo/proxyweb/) deployme To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/proxyweb +helm install my-release christianhuth/proxyweb ``` These commands deploy ProxyWeb on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/proxyweb +helm install my-release -f values.yaml christianhuth/proxyweb ``` diff --git a/charts/shlink-backend/Chart.yaml b/charts/shlink-backend/Chart.yaml index aa5a5af0..e9351b54 100644 --- a/charts/shlink-backend/Chart.yaml +++ b/charts/shlink-backend/Chart.yaml @@ -2,12 +2,12 @@ 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.1.0 +version: 4.1.1 appVersion: "3.7.3" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/shlinkio/shlink @@ -36,6 +36,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped helm dependency for mariadb to 16.2.0 - - kind: changed - description: bumped helm dependency for rabbitmq to 12.12.0 + description: URL and name of Helm repository diff --git a/charts/shlink-backend/README.md b/charts/shlink-backend/README.md index 50888e37..84a12278 100644 --- a/charts/shlink-backend/README.md +++ b/charts/shlink-backend/README.md @@ -5,9 +5,9 @@ A PHP-based self-hosted URL shortener that can be used to serve shortened URLs u ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-backend +helm install my-release christianhuth/shlink-backend ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a self-hosted URL shortener called [Shlink](https://shlink To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-backend +helm install my-release christianhuth/shlink-backend ``` These commands deploy Shlink on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -103,7 +103,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/shlink-backend +helm install my-release -f values.yaml christianhuth/shlink-backend ``` ## Upgrading the Chart diff --git a/charts/shlink-backend/README.md.gotmpl b/charts/shlink-backend/README.md.gotmpl index 447dd4ad..5eeb4fec 100644 --- a/charts/shlink-backend/README.md.gotmpl +++ b/charts/shlink-backend/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-backend +helm install my-release christianhuth/shlink-backend ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a self-hosted URL shortener called [Shlink](https://shlink To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-backend +helm install my-release christianhuth/shlink-backend ``` These commands deploy Shlink on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/shlink-backend +helm install my-release -f values.yaml christianhuth/shlink-backend ``` ## Upgrading the Chart diff --git a/charts/shlink-web/Chart.yaml b/charts/shlink-web/Chart.yaml index 892b177a..ebf01e44 100644 --- a/charts/shlink-web/Chart.yaml +++ b/charts/shlink-web/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: shlink-web description: A ReactJS-based progressive web application for Shlink. type: application -version: 1.0.0 +version: 1.0.1 appVersion: "4.0.1" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://shlink.io/images/shlink-logo-blue.svg maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/shlinkio/shlink-web-client @@ -15,7 +15,7 @@ sources: annotations: artifacthub.io/changes: | - kind: changed - description: bumped image version to 4.0.1 + description: URL and name of Helm repository 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/shlink-web/README.md b/charts/shlink-web/README.md index fde322b0..4801a1c5 100644 --- a/charts/shlink-web/README.md +++ b/charts/shlink-web/README.md @@ -5,9 +5,9 @@ A ReactJS-based progressive web application for Shlink. ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-web +helm install my-release christianhuth/shlink-web ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps the Web Client of the self-hosted URL shortener called [Sh To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-web +helm install my-release christianhuth/shlink-web ``` These commands deploy the Shlink Web Client on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -85,7 +85,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/shlink-web +helm install my-release -f values.yaml christianhuth/shlink-web ``` ## Upgrading the Chart diff --git a/charts/shlink-web/README.md.gotmpl b/charts/shlink-web/README.md.gotmpl index 1d112696..10d2c7d7 100644 --- a/charts/shlink-web/README.md.gotmpl +++ b/charts/shlink-web/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-web +helm install my-release christianhuth/shlink-web ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps the Web Client of the self-hosted URL shortener called [Sh To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/shlink-web +helm install my-release christianhuth/shlink-web ``` These commands deploy the Shlink Web Client on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/shlink-web +helm install my-release -f values.yaml christianhuth/shlink-web ``` ## Upgrading the Chart diff --git a/charts/skooner/Chart.yaml b/charts/skooner/Chart.yaml index 3f556e77..8a0c675e 100644 --- a/charts/skooner/Chart.yaml +++ b/charts/skooner/Chart.yaml @@ -2,17 +2,20 @@ apiVersion: v2 name: skooner description: Simple Kubernetes real-time dashboard and management. type: application -version: 0.0.6 +version: 0.0.7 appVersion: "stable" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRu8eQrFBosk7yHTiDEwjnVcMRyDD5uIaNXhlZ1m0yiC4H8RP1j0PlBPtgtv0bdH0JwlOE maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/skooner-k8s/skooner annotations: artifacthub.io/category: monitoring-logging + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository artifacthub.io/screenshots: | - title: Overview of the workloads running inside of Kubernetes. url: https://skooner.io/images/k8dash-screen.png diff --git a/charts/skooner/README.md b/charts/skooner/README.md index 0787bb80..b880b484 100644 --- a/charts/skooner/README.md +++ b/charts/skooner/README.md @@ -5,9 +5,9 @@ Simple Kubernetes real-time dashboard and management. ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/skooner +helm install my-release christianhuth/skooner ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps the Simple Kubernetes real-time dashboard and management t To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/skooner +helm install my-release christianhuth/skooner ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -92,5 +92,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/skooner +helm install my-release -f values.yaml christianhuth/skooner ``` diff --git a/charts/skooner/README.md.gotmpl b/charts/skooner/README.md.gotmpl index 1fd9e76c..176db7f0 100644 --- a/charts/skooner/README.md.gotmpl +++ b/charts/skooner/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/skooner +helm install my-release christianhuth/skooner ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps the Simple Kubernetes real-time dashboard and management t To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/skooner +helm install my-release christianhuth/skooner ``` These commands deploy Skooner on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/skooner +helm install my-release -f values.yaml christianhuth/skooner ``` diff --git a/charts/sloop/Chart.yaml b/charts/sloop/Chart.yaml index 3b8a1f84..c8c20e3e 100644 --- a/charts/sloop/Chart.yaml +++ b/charts/sloop/Chart.yaml @@ -2,17 +2,20 @@ apiVersion: v2 name: sloop description: Kubernetes History Visualization type: application -version: 0.0.3 +version: 0.0.4 appVersion: "sha-2ce8bbe" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/salesforce/sloop/master/other/sloop_logo_color_small_notext.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/salesforce/sloop annotations: artifacthub.io/category: monitoring-logging + artifacthub.io/changes: | + - kind: changed + description: URL and name of Helm repository 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/sloop/README.md b/charts/sloop/README.md index 849a5ece..16c21ba4 100644 --- a/charts/sloop/README.md +++ b/charts/sloop/README.md @@ -5,9 +5,9 @@ Kubernetes History Visualization ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/sloop +helm install my-release christianhuth/sloop ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps [Sloop](https://github.com/salesforce/sloop) a tool for Ku To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/sloop +helm install my-release christianhuth/sloop ``` These commands deploy Sloop on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -92,5 +92,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/sloop +helm install my-release -f values.yaml christianhuth/sloop ``` diff --git a/charts/sloop/README.md.gotmpl b/charts/sloop/README.md.gotmpl index dfd0643b..b1bc4ca2 100644 --- a/charts/sloop/README.md.gotmpl +++ b/charts/sloop/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/sloop +helm install my-release christianhuth/sloop ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps [Sloop](https://github.com/salesforce/sloop) a tool for Ku To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/sloop +helm install my-release christianhuth/sloop ``` These commands deploy Sloop on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/sloop +helm install my-release -f values.yaml christianhuth/sloop ``` diff --git a/charts/tenant-namespace/Chart.yaml b/charts/tenant-namespace/Chart.yaml index 827d829c..1cefe3ee 100644 --- a/charts/tenant-namespace/Chart.yaml +++ b/charts/tenant-namespace/Chart.yaml @@ -1,14 +1,14 @@ apiVersion: v2 name: tenant-namespace description: A Helm Chart to bootstrap a Namespace in a Multi-Tenancy setup -version: 1.0.0 +version: 1.0.1 type: application -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/kubernetes/community/master/icons/png/resources/labeled/ns-256.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it annotations: artifacthub.io/changes: | - kind: added - description: Initial Commit + description: URL and name of Helm repository diff --git a/charts/tenant-namespace/README.md b/charts/tenant-namespace/README.md index f4c8adc6..e7e06795 100644 --- a/charts/tenant-namespace/README.md +++ b/charts/tenant-namespace/README.md @@ -5,9 +5,9 @@ A Helm Chart to bootstrap a Namespace in a Multi-Tenancy setup ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/tenant-namespace +helm install my-release christianhuth/tenant-namespace ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps a Namespace in a Multi-Tenancy cluster with all the requir To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/tenant-namespace +helm install my-release christianhuth/tenant-namespace ``` These commands deploy the Namespace for the Tenant on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -93,5 +93,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/tenant-namespace +helm install my-release -f values.yaml christianhuth/tenant-namespace ``` diff --git a/charts/tenant-namespace/README.md.gotmpl b/charts/tenant-namespace/README.md.gotmpl index 21f2643a..0a522236 100644 --- a/charts/tenant-namespace/README.md.gotmpl +++ b/charts/tenant-namespace/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/tenant-namespace +helm install my-release christianhuth/tenant-namespace ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps a Namespace in a Multi-Tenancy cluster with all the requir To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/tenant-namespace +helm install my-release christianhuth/tenant-namespace ``` These commands deploy the Namespace for the Tenant on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,5 +48,5 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/tenant-namespace +helm install my-release -f values.yaml christianhuth/tenant-namespace ``` diff --git a/charts/typo3/Chart.yaml b/charts/typo3/Chart.yaml index 5d830f0a..1fb6205d 100644 --- a/charts/typo3/Chart.yaml +++ b/charts/typo3/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: typo3 description: TYPO3 — the Professional, Flexible Content Management System type: application -version: 2.0.0 +version: 2.0.1 appVersion: "12.4" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/martin-helmich/docker-typo3 @@ -28,13 +28,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped chart version of mariadb to 16.2.0 - - kind: changed - description: bumped chart version of mysql to 9.19.1 - - kind: changed - description: bumped chart version of postgresql to 14.1.3 - - kind: changed - description: bumped image version to 12.4 + description: URL and name of Helm repository 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/typo3/README.md b/charts/typo3/README.md index 859aee26..1e0e5d54 100644 --- a/charts/typo3/README.md +++ b/charts/typo3/README.md @@ -5,9 +5,9 @@ TYPO3 — the Professional, Flexible Content Management System ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/typo3 +helm install my-release christianhuth/typo3 ``` ## Introduction @@ -23,9 +23,9 @@ This chart bootstraps the Content Management System [TYPO3](https://github.com/T To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/typo3 +helm install my-release christianhuth/typo3 ``` These commands deploy typo3 on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -121,7 +121,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/typo3 +helm install my-release -f values.yaml christianhuth/typo3 ``` ## Upgrading the Chart diff --git a/charts/typo3/README.md.gotmpl b/charts/typo3/README.md.gotmpl index 44d3b15b..dfb79b21 100644 --- a/charts/typo3/README.md.gotmpl +++ b/charts/typo3/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/typo3 +helm install my-release christianhuth/typo3 ``` ## Introduction @@ -22,9 +22,9 @@ This chart bootstraps the Content Management System [TYPO3](https://github.com/T To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/typo3 +helm install my-release christianhuth/typo3 ``` These commands deploy typo3 on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -48,7 +48,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/typo3 +helm install my-release -f values.yaml christianhuth/typo3 ``` ## Upgrading the Chart diff --git a/charts/umami/Chart.yaml b/charts/umami/Chart.yaml index 88a103a4..3c93460e 100644 --- a/charts/umami/Chart.yaml +++ b/charts/umami/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v2 name: umami description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. type: application -version: 3.1.0 +version: 3.1.1 appVersion: "postgresql-v2.9.0" -home: https://github.com/christianknell/helm-charts +home: https://github.com/christianhuth/helm-charts icon: https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png maintainers: - - name: christianknell + - name: christianhuth email: christian@knell.it sources: - https://github.com/umami-software/umami @@ -24,8 +24,8 @@ dependencies: annotations: artifacthub.io/category: monitoring-logging artifacthub.io/changes: | - - kind: added - description: ability to define additional labels on Pods + - kind: changed + description: URL and name of Helm repository 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 diff --git a/charts/umami/README.md b/charts/umami/README.md index 15b5c42b..685813e8 100644 --- a/charts/umami/README.md +++ b/charts/umami/README.md @@ -5,9 +5,9 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics. ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/umami +helm install my-release christianhuth/umami ``` ## Introduction @@ -25,9 +25,9 @@ This chart bootstraps [Umami](https://github.com/umami-software/umami) on a [Kub To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/umami +helm install my-release christianhuth/umami ``` These commands deploy Umami on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -81,6 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | nameOverride | string | `""` | Provide a name in place of `umami` | | nodeSelector | object | `{}` | Node labels for pod assignment | | podAnnotations | object | `{}` | Annotations to be added to pods | +| podLabels | object | `{}` | Labels to be added to pods | | podSecurityContext | object | `{}` | pod-level security context | | postgresql.auth.database | string | `"mychart"` | Name for a custom database to create | | postgresql.auth.password | string | `"mychart"` | Password for the custom user to create | @@ -123,7 +124,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/umami +helm install my-release -f values.yaml christianhuth/umami ``` ## Upgrading the Chart diff --git a/charts/umami/README.md.gotmpl b/charts/umami/README.md.gotmpl index e57808cb..756db089 100644 --- a/charts/umami/README.md.gotmpl +++ b/charts/umami/README.md.gotmpl @@ -4,9 +4,9 @@ ## TL;DR; ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/umami +helm install my-release christianhuth/umami ``` ## Introduction @@ -24,9 +24,9 @@ This chart bootstraps [Umami](https://github.com/umami-software/umami) on a [Kub To install the chart with the release name `my-release`: ```console -helm repo add christianknell https://christianknell.github.io/helm-charts +helm repo add christianhuth https://christianhuth.github.io/helm-charts helm repo update -helm install my-release christianknell/umami +helm install my-release christianhuth/umami ``` These commands deploy Umami on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation. @@ -50,7 +50,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example, ```console -helm install my-release -f values.yaml christianknell/umami +helm install my-release -f values.yaml christianhuth/umami ``` ## Upgrading the Chart