diff --git a/charts/ha-apps/Chart.yaml b/charts/ha-apps/Chart.yaml index 7ad13857..7919df12 100644 --- a/charts/ha-apps/Chart.yaml +++ b/charts/ha-apps/Chart.yaml @@ -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 diff --git a/charts/ha-apps/README.md b/charts/ha-apps/README.md index 00ed4513..197624fc 100644 --- a/charts/ha-apps/README.md +++ b/charts/ha-apps/README.md @@ -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 @@ -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 | diff --git a/charts/ha-apps/values.yaml b/charts/ha-apps/values.yaml index e7998ab1..152bc4de 100644 --- a/charts/ha-apps/values.yaml +++ b/charts/ha-apps/values.yaml @@ -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: {} diff --git a/charts/media-apps/Chart.yaml b/charts/media-apps/Chart.yaml index ef43ebeb..d0912a89 100644 --- a/charts/media-apps/Chart.yaml +++ b/charts/media-apps/Chart.yaml @@ -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 diff --git a/charts/media-apps/README.md b/charts/media-apps/README.md index 1c1634b8..686464ba 100644 --- a/charts/media-apps/README.md +++ b/charts/media-apps/README.md @@ -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 @@ -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 | ---------------------------------------------- diff --git a/charts/media-apps/examples/jackett.yaml b/charts/media-apps/examples/jackett.yaml deleted file mode 100644 index 4d59a690..00000000 --- a/charts/media-apps/examples/jackett.yaml +++ /dev/null @@ -1,13 +0,0 @@ -jackett: - enabled: true - values: - env: - TZ: "Europe/Berlin" - - persistence: - config: - enabled: true - - media: - enabled: true - existingClaim: pvc-movies diff --git a/charts/media-apps/templates/calibre-web.yaml b/charts/media-apps/templates/calibre-web.yaml deleted file mode 100644 index c8cd01ba..00000000 --- a/charts/media-apps/templates/calibre-web.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{ if .Values.calibreweb.enabled }} -{{ template "argoconfig.application" (list . "media-apps.calibreweb") }} -{{ end }} - -{{- define "media-apps.calibreweb" -}}{{- $app := unset .Values.calibreweb "enabled" -}}{{- $name := default $app.namespace $app.name -}} -metadata: - name: {{ template "common.fullname" . }}-{{ $name }} -spec: - {{- if $app.project }} - project: {{ $app.project | quote }} - {{- end }} - source: - repoURL: {{ $app.repoURL | quote }} - chart: {{ $app.chart | quote }} - targetRevision: {{ $app.targetRevision | quote }} - helm: - releaseName: {{ $name | quote }} - values: |- - nameOverride: {{ $name | quote }} - {{- $app.values | toYaml | nindent 8 }} - {{- if $app.destination }} - destination: - {{ $app.destination | toYaml | nindent 4 }} - {{- end }} - {{- if $app.syncPolicy }} - syncPolicy: - {{ $app.syncPolicy | toYaml | nindent 4 }} - {{- end }} - {{- if $app.ignoreDifferences }} - ignoreDifferences: - {{ $app.ignoreDifferences | toYaml | nindent 4 }} - {{- end }} -{{- end -}} diff --git a/charts/media-apps/templates/calibre.yaml b/charts/media-apps/templates/calibre.yaml deleted file mode 100644 index eb61eed3..00000000 --- a/charts/media-apps/templates/calibre.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{ if .Values.calibre.enabled }} -{{ template "argoconfig.application" (list . "media-apps.calibre") }} -{{ end }} - -{{- define "media-apps.calibre" -}}{{- $app := unset .Values.calibre "enabled" -}}{{- $name := default $app.namespace $app.name -}} -metadata: - name: {{ template "common.fullname" . }}-{{ $name }} -spec: - {{- if $app.project }} - project: {{ $app.project | quote }} - {{- end }} - source: - repoURL: {{ $app.repoURL | quote }} - chart: {{ $app.chart | quote }} - targetRevision: {{ $app.targetRevision | quote }} - helm: - releaseName: {{ $name | quote }} - values: |- - nameOverride: {{ $name | quote }} - {{- $app.values | toYaml | nindent 8 }} - {{- if $app.destination }} - destination: - {{ $app.destination | toYaml | nindent 4 }} - {{- end }} - {{- if $app.syncPolicy }} - syncPolicy: - {{ $app.syncPolicy | toYaml | nindent 4 }} - {{- end }} - {{- if $app.ignoreDifferences }} - ignoreDifferences: - {{ $app.ignoreDifferences | toYaml | nindent 4 }} - {{- end }} -{{- end -}} diff --git a/charts/media-apps/templates/jackett.yaml b/charts/media-apps/templates/jackett.yaml deleted file mode 100644 index 27fd51d8..00000000 --- a/charts/media-apps/templates/jackett.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{ if .Values.jackett.enabled }} -{{ template "argoconfig.application" (list . "media-apps.jackett") }} -{{ end }} - -{{- define "media-apps.jackett" -}}{{- $app := unset .Values.jackett "enabled" -}}{{- $name := default $app.namespace $app.name -}} -metadata: - name: {{ template "common.fullname" . }}-{{ $name }} -spec: - {{- if $app.project }} - project: {{ $app.project | quote }} - {{- end }} - source: - repoURL: {{ $app.repoURL | quote }} - chart: {{ $app.chart | quote }} - targetRevision: {{ $app.targetRevision | quote }} - helm: - releaseName: {{ $name | quote }} - values: |- - nameOverride: {{ $name | quote }} - {{- $app.values | toYaml | nindent 8 }} - {{- if $app.destination }} - destination: - {{ $app.destination | toYaml | nindent 4 }} - {{- end }} - {{- if $app.syncPolicy }} - syncPolicy: - {{ $app.syncPolicy | toYaml | nindent 4 }} - {{- end }} - {{- if $app.ignoreDifferences }} - ignoreDifferences: - {{ $app.ignoreDifferences | toYaml | nindent 4 }} - {{- end }} -{{- end -}} diff --git a/charts/media-apps/values.yaml b/charts/media-apps/values.yaml index 89f696f2..4c5c218e 100644 --- a/charts/media-apps/values.yaml +++ b/charts/media-apps/values.yaml @@ -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: {} @@ -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: {} @@ -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: @@ -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: {} diff --git a/charts/nfs-mount/Chart.yaml b/charts/nfs-mount/Chart.yaml index d940e98d..76950745 100644 --- a/charts/nfs-mount/Chart.yaml +++ b/charts/nfs-mount/Chart.yaml @@ -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: pascal@reeb.io diff --git a/charts/nfs-mount/README.md b/charts/nfs-mount/README.md index 4a48fe40..671ebb12 100644 --- a/charts/nfs-mount/README.md +++ b/charts/nfs-mount/README.md @@ -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 diff --git a/charts/pm-apps/Chart.yaml b/charts/pm-apps/Chart.yaml deleted file mode 100644 index 34a8235d..00000000 --- a/charts/pm-apps/Chart.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v2 -name: pm-apps -description: Argo CD app-of-apps config for project management applications -type: application -# version and appVersion are in sync in this chart! -version: 0.1.6 -appVersion: 0.1.6 -home: https://git.reeb.io/pree/helm-charts/src/branch/master/charts/pm-apps -sources: - - https://git.reeb.io/pree/helm-charts -maintainers: - - name: pree - email: pascal@reeb.io -dependencies: - - name: argoconfig - version: 0.9.0 - repository: https://charts.adfinis.com diff --git a/charts/pm-apps/README.md b/charts/pm-apps/README.md deleted file mode 100644 index a31f9f21..00000000 --- a/charts/pm-apps/README.md +++ /dev/null @@ -1,44 +0,0 @@ -# pm-apps - -![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.6](https://img.shields.io/badge/AppVersion-0.1.6-informational?style=flat-square) - -Argo CD app-of-apps config for project management applications - -**Homepage:** - -## Maintainers - -| Name | Email | Url | -| ---- | ------ | --- | -| pree | | | - -## Source Code - -* - -## Requirements - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.adfinis.com | argoconfig | 0.9.0 | - -## Values - -| Key | Type | Default | Description | -|-----|------|---------|-------------| -| taiga | object | [example](./examples/taiga.yaml) | [Taiga](https://taiga.io/) | -| taiga.chart | string | `"taiga"` | Chart | -| taiga.enabled | bool | `false` | Enable Taiga | -| taiga.repoURL | string | [repo](https://github.com/nemonik/taiga-helm) | Repo URL | -| taiga.targetRevision | string | `"6.4.*"` | [taiga Helm chart](https://github.com/nemonik/taiga-helm) | -| taiga.values | object | [upstream values](https://github.com/nemonik/taiga-helm/blob/master/values.yaml) | Helm values | -| wekan | object | [example](./examples/wekan.yaml) | [Wekan](https://wekan.github.io/) | -| wekan.chart | string | `"wekan"` | Chart | -| wekan.destination.namespace | string | `"pm-apps"` | Namespace | -| wekan.enabled | bool | `false` | Enable Wekan | -| wekan.repoURL | string | [repo](https://github.com/wekan/charts) | Repo URL | -| wekan.targetRevision | string | `"1.1.*"` | [wekan Helm chart](https://github.com/wekan/charts/tree/master/charts/wekan) | -| wekan.values | object | [upstream values](https://github.com/wekan/charts/blob/master/charts/wekan/values.yaml) | Helm values | - ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) diff --git a/charts/pm-apps/examples/taiga.yaml b/charts/pm-apps/examples/taiga.yaml deleted file mode 100644 index 31530a0b..00000000 --- a/charts/pm-apps/examples/taiga.yaml +++ /dev/null @@ -1,306 +0,0 @@ -taiga: - enabled: true - values: - persistence: - media: - enabled: true - size: '100Mi' - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - static: - enabled: true - size: '100Mi' - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - - env: - taigaURL: "http://localhost:9000" - taigaWebsocketsURL: "ws://localhost:9000" ## wss:// if https - - taigaSitesDomain: "localhost:9000" - taigaSitesScheme: "http" - - taigaAsyncRabbitmq: - - persistence: - ## Volume used to store the Taiga Async RabbitMQ's data. Default is boolean `false`. - ## - enabled: true - size: '100Mi' - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - - service: - type: ClusterIP - port: 5672 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaAsync: - - service: - type: ClusterIP - port: 8000 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaBack: - - service: - type: ClusterIP - port: 8000 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaDB: - - persistence: - ## Volume used to store Taiga DB data. Default is boolean `false`. - ## - enabled: true - size: '100Mi' - ## Sets persistent volume claim's storageClassName. Defaults to `default`. - ## - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - - service: - type: ClusterIP - port: 5432 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaEventsRabbitmq: - - persistence: - enabled: true - size: '100Mi' - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - - service: - type: ClusterIP - port: 5672 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaEvents: - - service: - type: ClusterIP - port: 8888 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaFront: - - service: - type: ClusterIP - port: 80 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaGateway: - - persistence: - ## Volume used to store the Taiga Gateway's data. Default is boolean `false`. - ## - enabled: true - size: '100Mi' - ## Sets persistent volume claim's storageClassName. Defaults to `default`. - ## - storageClassName: 'local-path' - accessMode: 'ReadWriteOnce' - - service: - type: ClusterIP - port: 80 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} - - - taigaProtected: - - service: - type: ClusterIP - port: 8003 - - podAnnotations: {} - - podSecurityContext: {} - # fsGroup: 2000 - - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - - resources: {} - - nodeSelector: {} - - tolerations: [] - - affinity: {} diff --git a/charts/pm-apps/examples/wekan.yaml b/charts/pm-apps/examples/wekan.yaml deleted file mode 100644 index 96387ec1..00000000 --- a/charts/pm-apps/examples/wekan.yaml +++ /dev/null @@ -1,11 +0,0 @@ -wekan: - enabled: true - values: - autoscaling: - enabled: false - - mongodb: - replicaCount: 1 - - service: - type: ClusterIP \ No newline at end of file diff --git a/charts/pm-apps/templates/taiga.yaml b/charts/pm-apps/templates/taiga.yaml deleted file mode 100644 index 7c5a1942..00000000 --- a/charts/pm-apps/templates/taiga.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{ if .Values.taiga.enabled }} -{{ template "argoconfig.application" (list . "pm-apps.taiga") }} -{{ end }} - -{{- define "pm-apps.taiga" -}}{{- $app := unset .Values.taiga "enabled" -}}{{- $name := default $app.namespace $app.name -}} -metadata: - name: {{ template "common.fullname" . }}-{{ $name }} -spec: - {{- if $app.project }} - project: {{ $app.project | quote }} - {{- end }} - source: - repoURL: {{ $app.repoURL | quote }} - chart: {{ $app.chart | quote }} - targetRevision: {{ $app.targetRevision | quote }} - helm: - releaseName: {{ $name | quote }} - values: |- - nameOverride: {{ $name | quote }} - {{- $app.values | toYaml | nindent 8 }} - {{- if $app.destination }} - destination: - {{ $app.destination | toYaml | nindent 4 }} - {{- end }} - {{- if $app.syncPolicy }} - syncPolicy: - {{ $app.syncPolicy | toYaml | nindent 4 }} - {{- end }} - {{- if $app.ignoreDifferences }} - ignoreDifferences: - {{ $app.ignoreDifferences | toYaml | nindent 4 }} - {{- end }} -{{- end -}} diff --git a/charts/pm-apps/templates/wekan.yaml b/charts/pm-apps/templates/wekan.yaml deleted file mode 100644 index ff4a63ce..00000000 --- a/charts/pm-apps/templates/wekan.yaml +++ /dev/null @@ -1,33 +0,0 @@ -{{ if .Values.wekan.enabled }} -{{ template "argoconfig.application" (list . "pm-apps.wekan") }} -{{ end }} - -{{- define "pm-apps.wekan" -}}{{- $app := unset .Values.wekan "enabled" -}}{{- $name := default $app.namespace $app.name -}} -metadata: - name: {{ template "common.fullname" . }}-{{ $name }} -spec: - {{- if $app.project }} - project: {{ $app.project | quote }} - {{- end }} - source: - repoURL: {{ $app.repoURL | quote }} - chart: {{ $app.chart | quote }} - targetRevision: {{ $app.targetRevision | quote }} - helm: - releaseName: {{ $name | quote }} - values: |- - nameOverride: {{ $name | quote }} - {{- $app.values | toYaml | nindent 8 }} - {{- if $app.destination }} - destination: - {{ $app.destination | toYaml | nindent 4 }} - {{- end }} - {{- if $app.syncPolicy }} - syncPolicy: - {{ $app.syncPolicy | toYaml | nindent 4 }} - {{- end }} - {{- if $app.ignoreDifferences }} - ignoreDifferences: - {{ $app.ignoreDifferences | toYaml | nindent 4 }} - {{- end }} -{{- end -}} diff --git a/charts/pm-apps/values.yaml b/charts/pm-apps/values.yaml deleted file mode 100644 index 38bdb500..00000000 --- a/charts/pm-apps/values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -# wekan -- [Wekan](https://wekan.github.io/) -# @default -- [example](./examples/wekan.yaml) -wekan: - # wekan.enabled -- Enable Wekan - enabled: false - name: wekan - destination: - # wekan.destination.namespace -- Namespace - namespace: "pm-apps" - # wekan.repoURL -- Repo URL - # @default -- [repo](https://github.com/wekan/charts) - repoURL: "https://wekan.github.io/charts" - # wekan.chart -- Chart - chart: "wekan" - # wekan.targetRevision -- [wekan Helm chart](https://github.com/wekan/charts/tree/master/charts/wekan) - targetRevision: "1.1.*" - # wekan.values -- Helm values - # @default -- [upstream values](https://github.com/wekan/charts/blob/master/charts/wekan/values.yaml) - values: {} - -# taiga -- [Taiga](https://taiga.io/) -# @default -- [example](./examples/taiga.yaml) -taiga: - # taiga.enabled -- Enable Taiga - enabled: false - name: taiga - destaination: - # taiga.destination.namespace -- Namespace - namespace: "pm-apps" - # taiga.repoURL -- Repo URL - # @default -- [repo](https://github.com/nemonik/taiga-helm) - repoURL: "https://nemonik.github.io/helm-charts" - # taiga.chart -- Chart - chart: "taiga" - # taiga.targetRevision -- [taiga Helm chart](https://github.com/nemonik/taiga-helm) - targetRevision: "6.4.*" - # taiga.values -- Helm values - # @default -- [upstream values](https://github.com/nemonik/taiga-helm/blob/master/values.yaml) - values: {} diff --git a/charts/prowlarr/Chart.yaml b/charts/prowlarr/Chart.yaml index 1628462f..a06806fa 100644 --- a/charts/prowlarr/Chart.yaml +++ b/charts/prowlarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: prowlarr description: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps type: application -version: 1.1.0 +version: 1.1.1 # renovate: image=ghcr.io/onedr0p/prowlarr-develop appVersion: "1.1.3.2521" keywords: @@ -22,7 +22,3 @@ dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ version: 1.3.1 -annotations: - artifacthub.io/changes: | - - kind: changed - description: update prowlarr to 1.1.1.2377 diff --git a/charts/prowlarr/README.md b/charts/prowlarr/README.md index 883a0e52..e5a014fc 100644 --- a/charts/prowlarr/README.md +++ b/charts/prowlarr/README.md @@ -1,6 +1,6 @@ # prowlarr -![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.3.2521](https://img.shields.io/badge/AppVersion-1.1.3.2521-informational?style=flat-square) +![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.3.2521](https://img.shields.io/badge/AppVersion-1.1.3.2521-informational?style=flat-square) Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index a1776825..55925bed 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: radarr description: A fork of Sonarr to work with movies à la Couchpotato type: application -version: 1.0.5 +version: 1.0.6 # renovate: image=ghcr.io/onedr0p/radarr appVersion: "4.3.2.6857" keywords: @@ -22,7 +22,3 @@ dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ version: 1.3.1 -annotations: - artifacthub.io/changes: | - - kind: changed - description: renovate config diff --git a/charts/radarr/README.md b/charts/radarr/README.md index 92ab054c..dc81f239 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![Version: 1.0.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.2.6857](https://img.shields.io/badge/AppVersion-4.3.2.6857-informational?style=flat-square) +![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.3.2.6857](https://img.shields.io/badge/AppVersion-4.3.2.6857-informational?style=flat-square) A fork of Sonarr to work with movies à la Couchpotato diff --git a/charts/sonarr/Chart.yaml b/charts/sonarr/Chart.yaml index f9f73f4d..f863e8eb 100644 --- a/charts/sonarr/Chart.yaml +++ b/charts/sonarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sonarr description: Smart PVR for newsgroup and bittorrent users type: application -version: 1.0.8 +version: 1.0.9 # renovate: image=ghcr.io/onedr0p/sonarr appVersion: "3.0.9.1549" keywords: @@ -22,7 +22,3 @@ dependencies: - name: common repository: https://bjw-s.github.io/helm-charts/ version: 1.3.1 -annotations: - artifacthub.io/changes: | - - kind: changed - description: renovate config diff --git a/charts/sonarr/README.md b/charts/sonarr/README.md index 45bb6a68..9126e74c 100644 --- a/charts/sonarr/README.md +++ b/charts/sonarr/README.md @@ -1,6 +1,6 @@ # sonarr -![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.9.1549](https://img.shields.io/badge/AppVersion-3.0.9.1549-informational?style=flat-square) +![Version: 1.0.9](https://img.shields.io/badge/Version-1.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.9.1549](https://img.shields.io/badge/AppVersion-3.0.9.1549-informational?style=flat-square) Smart PVR for newsgroup and bittorrent users