Skip to content

Commit

Permalink
changed to christianhuth
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Mar 7, 2024
1 parent e95b6c1 commit 20bdfcc
Show file tree
Hide file tree
Showing 78 changed files with 390 additions and 366 deletions.
8 changes: 4 additions & 4 deletions charts/baserow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: baserow
description: Baserow is an open source no-code database and Airtable alternative.
type: application
version: 2.1.1
version: 2.1.2
appVersion: "1.22.3"
home: https://github.com/christianknell/helm-charts
home: https://github.com/christianhuth/helm-charts
icon: https://baserow.io/img/favicon_192.png
maintainers:
- name: christianknell
- name: christianhuth
email: [email protected]
sources:
- https://gitlab.com/bramw/baserow
Expand All @@ -25,7 +25,7 @@ annotations:
artifacthub.io/category: database
artifacthub.io/changes: |
- kind: changed
description: bumped helm dependency for postgresql to 14.1.3
description: updated Helm repository
artifacthub.io/screenshots: |
- title: Create your own online database without technical experience.
url: https://baserow.io/_nuxt/img/home_intro_screenshot.194c66b.png
Expand Down
10 changes: 5 additions & 5 deletions charts/baserow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Baserow is an open source no-code database and Airtable alternative.
## 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/baserow
helm install my-release christianhuth/baserow
```

## Introduction
Expand All @@ -25,9 +25,9 @@ This chart bootstraps [Baserow](https://gitlab.com/bramw/baserow) on a [Kubernet
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/baserow
helm install my-release christianhuth/baserow
```

These commands deploys Baserow on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation.
Expand Down Expand Up @@ -264,7 +264,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/baserow
helm install my-release -f values.yaml christianhuth/baserow
```

## Upgrading the Chart
Expand Down
10 changes: 5 additions & 5 deletions charts/baserow/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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/baserow
helm install my-release christianhuth/baserow
```

## Introduction
Expand All @@ -24,9 +24,9 @@ This chart bootstraps [Baserow](https://gitlab.com/bramw/baserow) on a [Kubernet
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/baserow
helm install my-release christianhuth/baserow
```

These commands deploys Baserow on the Kubernetes cluster in the default configuration. The [Values](#values) section lists the values that can be configured during installation.
Expand All @@ -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/baserow
helm install my-release -f values.yaml christianhuth/baserow
```

## Upgrading the Chart
Expand Down
10 changes: 5 additions & 5 deletions charts/etcd-defrag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
10 changes: 5 additions & 5 deletions charts/etcd-defrag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
```
10 changes: 5 additions & 5 deletions charts/etcd-defrag/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
```
8 changes: 4 additions & 4 deletions charts/headwind-mdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
sources:
- https://github.com/h-mdm/hmdm-docker
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/headwind-mdm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/headwind-mdm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/kube-ops-view/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
sources:
- https://codeberg.org/hjacobs/kube-ops-view
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/kube-ops-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions charts/kube-ops-view/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
9 changes: 6 additions & 3 deletions charts/kubedoom/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Loading

0 comments on commit 20bdfcc

Please sign in to comment.