Skip to content

Commit

Permalink
Merge pull request #43 from pree/chore/update-charts
Browse files Browse the repository at this point in the history
chore(helm-charts): cleanup
  • Loading branch information
pree authored Feb 13, 2023
2 parents af88541 + 33001d8 commit 8faab18
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 714 deletions.
4 changes: 2 additions & 2 deletions charts/ha-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ha-apps
description: Argo CD app-of-apps config for home automation applications
type: application
# version and appVersion are in sync in this chart!
version: 0.3.4
appVersion: 0.3.4
version: 0.3.5
appVersion: 0.3.5
home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/ha-apps
sources:
- https://git.reeb.io/pree/helm-charts
Expand Down
4 changes: 2 additions & 2 deletions charts/ha-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ha-apps

![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.4](https://img.shields.io/badge/AppVersion-0.3.4-informational?style=flat-square)
![Version: 0.3.5](https://img.shields.io/badge/Version-0.3.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.5](https://img.shields.io/badge/AppVersion-0.3.5-informational?style=flat-square)

Argo CD app-of-apps config for home automation applications

Expand Down Expand Up @@ -31,7 +31,7 @@ Argo CD app-of-apps config for home automation applications
| homeassistant.destination.namespace | string | `"ha-apps"` | Namespace |
| homeassistant.enabled | bool | `false` | Enable Home Assistant |
| homeassistant.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| homeassistant.targetRevision | string | `"1.0.3"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.targetRevision | string | `"1.2.2"` | [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant) |
| homeassistant.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml) | Helm values |
| mosquitto | object | [example](./examples/mosquitto.yaml) | [Mosquitto](https://mosquitto.org/) |
| mosquitto.chart | string | `"mosquitto"` | Chart |
Expand Down
2 changes: 1 addition & 1 deletion charts/ha-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homeassistant:
# homeassistant.chart -- Chart
chart: "home-assistant"
# homeassistant.targetRevision -- [Home Assistant Helm chart](https://github.com/pree/helm-charts/tree/master/charts/home-assistant)
targetRevision: "1.0.3"
targetRevision: "1.2.2"
# homeassistant.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/home-assistant/values.yaml)
values: {}
Expand Down
4 changes: 2 additions & 2 deletions charts/media-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: media-apps
description: Argo CD app-of-apps config for media applications
type: application
# version and appVersion are in sync in this chart!
version: 0.3.10
appVersion: 0.3.10
version: 0.3.11
appVersion: 0.3.11
home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/media-apps
sources:
- https://git.reeb.io/pree/helm-charts
Expand Down
33 changes: 6 additions & 27 deletions charts/media-apps/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# media-apps

![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.10](https://img.shields.io/badge/AppVersion-0.3.10-informational?style=flat-square)
![Version: 0.3.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.11](https://img.shields.io/badge/AppVersion-0.3.11-informational?style=flat-square)

Argo CD app-of-apps config for media applications

Expand All @@ -26,54 +26,33 @@ Argo CD app-of-apps config for media applications

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| calibre | object | [example](./examples/calibre.yaml) | [calibre](https://github.com/kovidgoyal/calibre) |
| calibre.chart | string | `"calibre"` | Chart |
| calibre.destination.namespace | string | `"media-apps"` | Namespace |
| calibre.enabled | bool | `false` | Enable calibre |
| calibre.repoURL | string | [repo](https://github.com/k8s-at-home/charts) | Repo URL |
| calibre.targetRevision | string | `"5.*"` | [calibre Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/calibre) |
| calibre.values | object | [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/calibre/values.yaml) | Helm values |
| calibreweb | object | [example](./examples/calibreweb.yaml) | [calibreweb](https://github.com/janeczku/calibre-web) |
| calibreweb.chart | string | `"calibre-web"` | Chart |
| calibreweb.destination.namespace | string | `"media-apps"` | Namespace |
| calibreweb.enabled | bool | `false` | Enable calibreweb |
| calibreweb.repoURL | string | [repo](https://github.com/k8s-at-home/charts) | Repo URL |
| calibreweb.targetRevision | string | `"8.*"` | [calibreweb Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/calibre-web) |
| calibreweb.values | object | [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/calibre-web/values.yaml) | Helm values |
| jackett.chart | string | `"jackett"` | Chart |
| jackett.destination.namespace | string | `"media-apps"` | Namespace |
| jackett.enabled | bool | `false` | Enable Jackett |
| jackett.name | string | `"jackett"` | |
| jackett.repoURL | string | [repo](https://github.com/k8s-at-home/charts) | Repo URL |
| jackett.targetRevision | string | `"11.*"` | [jackett Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/jackett) |
| jackett.values | object | [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/jackett/values.yaml) | Helm values |
| nfsMount | object | `{"chart":"nfs-mount","destination":{"namespace":"media-apps"},"enabled":false,"name":"nas-media","repoURL":"https://charts.pree.dev","targetRevision":"0.1.*","values":{}}` | This is used to create a PVC for a media share via NFS |
| nfsMount | object | `{"chart":"nfs-mount","destination":{"namespace":"media-apps"},"enabled":false,"name":"nas-media","repoURL":"https://charts.pree.dev","targetRevision":"0.1.10","values":{}}` | This is used to create a PVC for a media share via NFS |
| nfsMount.chart | string | `"nfs-mount"` | Chart |
| nfsMount.destination.namespace | string | `"media-apps"` | Namespace |
| nfsMount.enabled | bool | `false` | Enable nfsMount |
| nfsMount.repoURL | string | [repo](https://git.reeb.io/pree/helm-charts) | Repo URL |
| nfsMount.targetRevision | string | `"0.1.*"` | [nfsMount Helm chart](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount) |
| nfsMount.targetRevision | string | `"0.1.10"` | [nfsMount Helm chart](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount) |
| nfsMount.values | object | [upstream values](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount/values.yaml) | Helm values |
| prowlarr | object | [example](./examples/prowlarr.yaml) | [Prowlarr](https://github.com/Prowlarr/Prowlarr) |
| prowlarr.chart | string | `"prowlarr"` | Chart |
| prowlarr.destination.namespace | string | `"media-apps"` | Namespace |
| prowlarr.enabled | bool | `false` | Enable Prowlarr |
| prowlarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| prowlarr.targetRevision | string | `"1.0.0"` | [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr) |
| prowlarr.targetRevision | string | `"1.1.1"` | [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr) |
| prowlarr.values | object | [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml) | Helm values |
| radarr | object | [example](./examples/radarr.yaml) | [Radarr](https://radarr.video/) |
| radarr.chart | string | `"radarr"` | Chart |
| radarr.destination.namespace | string | `"media-apps"` | Namespace |
| radarr.enabled | bool | `false` | Enable Radarr |
| radarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| radarr.targetRevision | string | `"1.0.0"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
| radarr.targetRevision | string | `"1.0.6"` | [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr) |
| radarr.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml) | Helm values |
| sonarr | object | [example](./examples/sonarr.yaml) | [Sonarr](https://sonarr.tv/) |
| sonarr.chart | string | `"sonarr"` | Chart |
| sonarr.destination.namespace | string | `"media-apps"` | Namespace |
| sonarr.enabled | bool | `false` | Enable Sonarr |
| sonarr.repoURL | string | [repo](https://github.com/pree/helm-charts) | Repo URL |
| sonarr.targetRevision | string | `"1.0.3"` | [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr) |
| sonarr.targetRevision | string | `"1.0.9"` | [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr) |
| sonarr.values | object | [upstream values](https://github.com/pree/helm-charts/blob/master/charts/sonarr/values.yaml) | Helm values |

----------------------------------------------
Expand Down
13 changes: 0 additions & 13 deletions charts/media-apps/examples/jackett.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/media-apps/templates/calibre-web.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/media-apps/templates/calibre.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/media-apps/templates/jackett.yaml

This file was deleted.

68 changes: 4 additions & 64 deletions charts/media-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nfsMount:
# nfsMount.chart -- Chart
chart: "nfs-mount"
# nfsMount.targetRevision -- [nfsMount Helm chart](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount)
targetRevision: "0.1.*"
targetRevision: "0.1.10"
# nfsMount.values -- Helm values
# @default -- [upstream values](https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount/values.yaml)
values: {}
Expand All @@ -32,7 +32,7 @@ sonarr:
# sonarr.chart -- Chart
chart: "sonarr"
# sonarr.targetRevision -- [sonarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/sonarr)
targetRevision: "1.0.3"
targetRevision: "1.0.9"
# sonarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/sonarr/values.yaml)
values: {}
Expand All @@ -52,31 +52,11 @@ radarr:
# radarr.chart -- Chart
chart: "radarr"
# radarr.targetRevision -- [radarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/radarr)
targetRevision: "1.0.0"
targetRevision: "1.0.6"
# radarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/helm-charts/blob/master/charts/radarr/values.yaml)
values: {}

# jakett -- [Jakett](https://github.com/Jackett/Jackett)
# @default -- [example](./examples/jackett.yaml)
jackett:
# jackett.enabled -- Enable Jackett
enabled: false
name: jackett
destination:
# jackett.destination.namespace -- Namespace
namespace: "media-apps"
# jackett.repoURL -- Repo URL
# @default -- [repo](https://github.com/k8s-at-home/charts)
repoURL: "https://k8s-at-home.com/charts"
# jackett.chart -- Chart
chart: "jackett"
# jackett.targetRevision -- [jackett Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/jackett)
targetRevision: "11.*"
# jackett.values -- Helm values
# @default -- [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/jackett/values.yaml)
values: {}

# prowlarr -- [Prowlarr](https://github.com/Prowlarr/Prowlarr)
# @default -- [example](./examples/prowlarr.yaml)
prowlarr:
Expand All @@ -92,47 +72,7 @@ prowlarr:
# prowlarr.chart -- Chart
chart: "prowlarr"
# prowlarr.targetRevision -- [prowlarr Helm chart](https://github.com/pree/helm-charts/tree/master/charts/prowlarr)
targetRevision: "1.0.0"
targetRevision: "1.1.1"
# prowlarr.values -- Helm values
# @default -- [upstream values](https://github.com/pree/charts/blob/master/charts/prowlarr/values.yaml)
values: {}

# calibre -- [calibre](https://github.com/kovidgoyal/calibre)
# @default -- [example](./examples/calibre.yaml)
calibre:
# calibre.enabled -- Enable calibre
enabled: false
name: calibre
destination:
# calibre.destination.namespace -- Namespace
namespace: "media-apps"
# calibre.repoURL -- Repo URL
# @default -- [repo](https://github.com/k8s-at-home/charts)
repoURL: "https://k8s-at-home.com/charts"
# calibre.chart -- Chart
chart: "calibre"
# calibre.targetRevision -- [calibre Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/calibre)
targetRevision: "5.*"
# calibre.values -- Helm values
# @default -- [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/calibre/values.yaml)
values: {}

# calibreweb -- [calibreweb](https://github.com/janeczku/calibre-web)
# @default -- [example](./examples/calibreweb.yaml)
calibreweb:
# calibreweb.enabled -- Enable calibreweb
enabled: false
name: calibreweb
destination:
# calibreweb.destination.namespace -- Namespace
namespace: "media-apps"
# calibreweb.repoURL -- Repo URL
# @default -- [repo](https://github.com/k8s-at-home/charts)
repoURL: "https://k8s-at-home.com/charts"
# calibreweb.chart -- Chart
chart: "calibre-web"
# calibreweb.targetRevision -- [calibreweb Helm chart](https://github.com/k8s-at-home/charts/tree/master/charts/stable/calibre-web)
targetRevision: "8.*"
# calibreweb.values -- Helm values
# @default -- [upstream values](https://github.com/k8s-at-home/charts/blob/master/charts/stable/calibre-web/values.yaml)
values: {}
4 changes: 2 additions & 2 deletions charts/nfs-mount/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nfs-mount
home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/nfs-mount/README.md
description: NFS mount to access already present data
version: 0.1.9
appVersion: 0.1.9
version: 0.1.10
appVersion: 0.1.10
maintainers:
- name: pree
email: [email protected]
2 changes: 1 addition & 1 deletion charts/nfs-mount/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nfs-mount

![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![AppVersion: 0.1.9](https://img.shields.io/badge/AppVersion-0.1.9-informational?style=flat-square)
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![AppVersion: 0.1.10](https://img.shields.io/badge/AppVersion-0.1.10-informational?style=flat-square)

NFS mount to access already present data

Expand Down
17 changes: 0 additions & 17 deletions charts/pm-apps/Chart.yaml

This file was deleted.

Loading

0 comments on commit 8faab18

Please sign in to comment.