diff --git a/charts/nextcloud/1.6.60/.helmignore b/charts/nextcloud/1.6.61/.helmignore similarity index 100% rename from charts/nextcloud/1.6.60/.helmignore rename to charts/nextcloud/1.6.61/.helmignore diff --git a/charts/nextcloud/1.6.60/Chart.lock b/charts/nextcloud/1.6.61/Chart.lock similarity index 100% rename from charts/nextcloud/1.6.60/Chart.lock rename to charts/nextcloud/1.6.61/Chart.lock diff --git a/charts/nextcloud/1.6.60/Chart.yaml b/charts/nextcloud/1.6.61/Chart.yaml similarity index 97% rename from charts/nextcloud/1.6.60/Chart.yaml rename to charts/nextcloud/1.6.61/Chart.yaml index cb7b276ebb..fddf41df55 100644 --- a/charts/nextcloud/1.6.60/Chart.yaml +++ b/charts/nextcloud/1.6.61/Chart.yaml @@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.60 +version: 1.6.61 apiVersion: v2 appVersion: 29.0.0 kubeVersion: '>=1.16.0-0' diff --git a/charts/nextcloud/1.6.60/README.md b/charts/nextcloud/1.6.61/README.md similarity index 100% rename from charts/nextcloud/1.6.60/README.md rename to charts/nextcloud/1.6.61/README.md diff --git a/charts/nextcloud/1.6.60/app-readme.md b/charts/nextcloud/1.6.61/app-readme.md similarity index 100% rename from charts/nextcloud/1.6.60/app-readme.md rename to charts/nextcloud/1.6.61/app-readme.md diff --git a/charts/nextcloud/1.6.60/charts/common-2304.0.1.tgz b/charts/nextcloud/1.6.61/charts/common-2304.0.1.tgz similarity index 100% rename from charts/nextcloud/1.6.60/charts/common-2304.0.1.tgz rename to charts/nextcloud/1.6.61/charts/common-2304.0.1.tgz diff --git a/charts/nextcloud/1.6.60/ci/test-values.yaml b/charts/nextcloud/1.6.61/ci/test-values.yaml similarity index 100% rename from charts/nextcloud/1.6.60/ci/test-values.yaml rename to charts/nextcloud/1.6.61/ci/test-values.yaml diff --git a/charts/nextcloud/1.6.60/ix_values.yaml b/charts/nextcloud/1.6.61/ix_values.yaml similarity index 100% rename from charts/nextcloud/1.6.60/ix_values.yaml rename to charts/nextcloud/1.6.61/ix_values.yaml diff --git a/charts/nextcloud/1.6.60/metadata.yaml b/charts/nextcloud/1.6.61/metadata.yaml similarity index 100% rename from charts/nextcloud/1.6.60/metadata.yaml rename to charts/nextcloud/1.6.61/metadata.yaml diff --git a/charts/nextcloud/1.6.60/migrations/migrate_from_1.1.0 b/charts/nextcloud/1.6.61/migrations/migrate_from_1.1.0 similarity index 100% rename from charts/nextcloud/1.6.60/migrations/migrate_from_1.1.0 rename to charts/nextcloud/1.6.61/migrations/migrate_from_1.1.0 diff --git a/charts/nextcloud/1.6.60/questions.yaml b/charts/nextcloud/1.6.61/questions.yaml similarity index 100% rename from charts/nextcloud/1.6.60/questions.yaml rename to charts/nextcloud/1.6.61/questions.yaml diff --git a/charts/nextcloud/1.6.60/templates/NOTES.txt b/charts/nextcloud/1.6.61/templates/NOTES.txt similarity index 100% rename from charts/nextcloud/1.6.60/templates/NOTES.txt rename to charts/nextcloud/1.6.61/templates/NOTES.txt diff --git a/charts/nextcloud/1.6.60/templates/_nginx.tpl b/charts/nextcloud/1.6.61/templates/_nginx.tpl similarity index 100% rename from charts/nextcloud/1.6.60/templates/_nginx.tpl rename to charts/nextcloud/1.6.61/templates/_nginx.tpl diff --git a/charts/nextcloud/1.6.60/templates/_postgres.tpl b/charts/nextcloud/1.6.61/templates/_postgres.tpl similarity index 100% rename from charts/nextcloud/1.6.60/templates/_postgres.tpl rename to charts/nextcloud/1.6.61/templates/_postgres.tpl diff --git a/charts/nextcloud/1.6.60/templates/backup-postgres-config.yaml b/charts/nextcloud/1.6.61/templates/backup-postgres-config.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/backup-postgres-config.yaml rename to charts/nextcloud/1.6.61/templates/backup-postgres-config.yaml diff --git a/charts/nextcloud/1.6.60/templates/backup-postgres-hook.yaml b/charts/nextcloud/1.6.61/templates/backup-postgres-hook.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/backup-postgres-hook.yaml rename to charts/nextcloud/1.6.61/templates/backup-postgres-hook.yaml diff --git a/charts/nextcloud/1.6.60/templates/cronjob.yaml b/charts/nextcloud/1.6.61/templates/cronjob.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/cronjob.yaml rename to charts/nextcloud/1.6.61/templates/cronjob.yaml diff --git a/charts/nextcloud/1.6.60/templates/deployment.yaml b/charts/nextcloud/1.6.61/templates/deployment.yaml similarity index 93% rename from charts/nextcloud/1.6.60/templates/deployment.yaml rename to charts/nextcloud/1.6.61/templates/deployment.yaml index 3a2c74d287..9fbcaf4dfd 100644 --- a/charts/nextcloud/1.6.60/templates/deployment.yaml +++ b/charts/nextcloud/1.6.61/templates/deployment.yaml @@ -1,9 +1,28 @@ {{ include "common.storage.hostPathValidate" .Values }} {{ $postgres_values := (. | mustDeepCopy) }} {{ $_ := set $postgres_values "common" (dict "nameSuffix" "postgres") }} -{{ include "common.deployment.common_config" . | nindent 0 }} -spec: {{ include "common.deployment.common_spec" . | nindent 2 }} - template: {{ include "common.deployment.pod.metadata" . | nindent 4 }} + +apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} +kind: Deployment +metadata: + name: {{ template "common.names.fullname" . }}-nc + labels: + app.kubernetes.io/name: {{ template "common.names.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} +spec: + replicas: {{ (default 1 .Values.replicas) }} + strategy: + type: "Recreate" + selector: + matchLabels: + app.kubernetes.io/name: {{ template "common.names.name" . }} + app.kubernetes.io/instance: {{ .Release.Name }} + template: + metadata: + name: {{ template "common.names.fullname" . }} + labels: + {{- include "common.labels.selectorLabels" . | nindent 8 }} + annotations: {{ include "common.annotations" . | nindent 8 }} spec: initContainers: - name: init-postgresdb diff --git a/charts/nextcloud/1.6.60/templates/nextcloud-configmap.yaml b/charts/nextcloud/1.6.61/templates/nextcloud-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/nextcloud-configmap.yaml rename to charts/nextcloud/1.6.61/templates/nextcloud-configmap.yaml diff --git a/charts/nextcloud/1.6.60/templates/nginx-configmap.yaml b/charts/nextcloud/1.6.61/templates/nginx-configmap.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/nginx-configmap.yaml rename to charts/nextcloud/1.6.61/templates/nginx-configmap.yaml diff --git a/charts/nextcloud/1.6.60/templates/nginx-secret.yaml b/charts/nextcloud/1.6.61/templates/nginx-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/nginx-secret.yaml rename to charts/nextcloud/1.6.61/templates/nginx-secret.yaml diff --git a/charts/nextcloud/1.6.60/templates/postgres-deployment.yaml b/charts/nextcloud/1.6.61/templates/postgres-deployment.yaml similarity index 66% rename from charts/nextcloud/1.6.60/templates/postgres-deployment.yaml rename to charts/nextcloud/1.6.61/templates/postgres-deployment.yaml index b91bb90bd7..fb5f8acf99 100644 --- a/charts/nextcloud/1.6.60/templates/postgres-deployment.yaml +++ b/charts/nextcloud/1.6.61/templates/postgres-deployment.yaml @@ -1,8 +1,27 @@ {{ $values := (. | mustDeepCopy) }} {{ $_ := set $values "common" (dict "nameSuffix" "postgres") }} -{{ include "common.deployment.common_config" $values | nindent 0 }} -spec: {{ include "common.deployment.common_spec" $values | nindent 2 }} - template: {{ include "common.deployment.pod.metadata" $values | nindent 4 }} + +apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} +kind: Deployment +metadata: + name: {{ template "common.names.fullname" . }}-postgres-nc + labels: + app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres + app.kubernetes.io/instance: {{ .Release.Name }}-postgres +spec: + strategy: + type: "Recreate" + selector: + matchLabels: + app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres + app.kubernetes.io/instance: {{ .Release.Name }}-postgres + template: + metadata: + name: {{ template "common.names.fullname" . }} + labels: + app.kubernetes.io/name: {{ template "common.names.name" . }}-postgres + app.kubernetes.io/instance: {{ .Release.Name }}-postgres + annotations: {{ include "common.annotations" . | nindent 8 }} spec: containers: - name: {{ .Chart.Name }}-postgres diff --git a/charts/nextcloud/1.6.60/templates/postgres-secret.yaml b/charts/nextcloud/1.6.61/templates/postgres-secret.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/postgres-secret.yaml rename to charts/nextcloud/1.6.61/templates/postgres-secret.yaml diff --git a/charts/nextcloud/1.6.60/templates/postgres-service.yaml b/charts/nextcloud/1.6.61/templates/postgres-service.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/postgres-service.yaml rename to charts/nextcloud/1.6.61/templates/postgres-service.yaml diff --git a/charts/nextcloud/1.6.60/templates/secrets.yaml b/charts/nextcloud/1.6.61/templates/secrets.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/secrets.yaml rename to charts/nextcloud/1.6.61/templates/secrets.yaml diff --git a/charts/nextcloud/1.6.60/templates/service.yaml b/charts/nextcloud/1.6.61/templates/service.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/service.yaml rename to charts/nextcloud/1.6.61/templates/service.yaml diff --git a/charts/nextcloud/1.6.60/templates/serviceaccount.yaml b/charts/nextcloud/1.6.61/templates/serviceaccount.yaml similarity index 100% rename from charts/nextcloud/1.6.60/templates/serviceaccount.yaml rename to charts/nextcloud/1.6.61/templates/serviceaccount.yaml diff --git a/charts/nextcloud/1.6.60/to_keep_versions.md b/charts/nextcloud/1.6.61/to_keep_versions.md similarity index 69% rename from charts/nextcloud/1.6.60/to_keep_versions.md rename to charts/nextcloud/1.6.61/to_keep_versions.md index 0586d5ddb1..ed056e15f0 100644 --- a/charts/nextcloud/1.6.60/to_keep_versions.md +++ b/charts/nextcloud/1.6.61/to_keep_versions.md @@ -11,3 +11,7 @@ Latest 27.x.x version ## 1.6.59 Latest 28.x.x version + +## 1.6.61 + +Latest release before migration to 2.x.x diff --git a/community/dashy/2.0.0/Chart.lock b/community/dashy/2.0.1/Chart.lock similarity index 100% rename from community/dashy/2.0.0/Chart.lock rename to community/dashy/2.0.1/Chart.lock diff --git a/community/dashy/2.0.0/Chart.yaml b/community/dashy/2.0.1/Chart.yaml similarity index 94% rename from community/dashy/2.0.0/Chart.yaml rename to community/dashy/2.0.1/Chart.yaml index 026cb56fb6..5438ab39ed 100644 --- a/community/dashy/2.0.0/Chart.yaml +++ b/community/dashy/2.0.1/Chart.yaml @@ -3,9 +3,9 @@ description: Dashy is a self-hostable personal dashboard built for you. annotations: title: Dashy type: application -version: 2.0.0 +version: 2.0.1 apiVersion: v2 -appVersion: 3.0.0 +appVersion: 3.0.1 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/dashy/2.0.0/README.md b/community/dashy/2.0.1/README.md similarity index 100% rename from community/dashy/2.0.0/README.md rename to community/dashy/2.0.1/README.md diff --git a/community/dashy/2.0.0/app-readme.md b/community/dashy/2.0.1/app-readme.md similarity index 100% rename from community/dashy/2.0.0/app-readme.md rename to community/dashy/2.0.1/app-readme.md diff --git a/community/dashy/2.0.0/charts/common-1.2.9.tgz b/community/dashy/2.0.1/charts/common-1.2.9.tgz similarity index 100% rename from community/dashy/2.0.0/charts/common-1.2.9.tgz rename to community/dashy/2.0.1/charts/common-1.2.9.tgz diff --git a/community/dashy/2.0.0/ci/basic-values.yaml b/community/dashy/2.0.1/ci/basic-values.yaml similarity index 100% rename from community/dashy/2.0.0/ci/basic-values.yaml rename to community/dashy/2.0.1/ci/basic-values.yaml diff --git a/community/dashy/2.0.0/ci/extra-values.yaml b/community/dashy/2.0.1/ci/extra-values.yaml similarity index 100% rename from community/dashy/2.0.0/ci/extra-values.yaml rename to community/dashy/2.0.1/ci/extra-values.yaml diff --git a/community/dashy/2.0.0/ci/hostNet-values.yaml b/community/dashy/2.0.1/ci/hostNet-values.yaml similarity index 100% rename from community/dashy/2.0.0/ci/hostNet-values.yaml rename to community/dashy/2.0.1/ci/hostNet-values.yaml diff --git a/community/dashy/2.0.0/ci/https-values.yaml b/community/dashy/2.0.1/ci/https-values.yaml similarity index 100% rename from community/dashy/2.0.0/ci/https-values.yaml rename to community/dashy/2.0.1/ci/https-values.yaml diff --git a/community/dashy/2.0.0/ix_values.yaml b/community/dashy/2.0.1/ix_values.yaml similarity index 96% rename from community/dashy/2.0.0/ix_values.yaml rename to community/dashy/2.0.1/ix_values.yaml index d2aa0b199a..33b168f51e 100644 --- a/community/dashy/2.0.0/ix_values.yaml +++ b/community/dashy/2.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: lissy93/dashy pullPolicy: IfNotPresent - tag: 3.0.0 + tag: 3.0.1 resources: limits: diff --git a/community/dashy/2.0.0/metadata.yaml b/community/dashy/2.0.1/metadata.yaml similarity index 100% rename from community/dashy/2.0.0/metadata.yaml rename to community/dashy/2.0.1/metadata.yaml diff --git a/community/dashy/2.0.0/questions.yaml b/community/dashy/2.0.1/questions.yaml similarity index 100% rename from community/dashy/2.0.0/questions.yaml rename to community/dashy/2.0.1/questions.yaml diff --git a/community/dashy/2.0.0/templates/NOTES.txt b/community/dashy/2.0.1/templates/NOTES.txt similarity index 100% rename from community/dashy/2.0.0/templates/NOTES.txt rename to community/dashy/2.0.1/templates/NOTES.txt diff --git a/community/dashy/2.0.0/templates/_dashy.tpl b/community/dashy/2.0.1/templates/_dashy.tpl similarity index 100% rename from community/dashy/2.0.0/templates/_dashy.tpl rename to community/dashy/2.0.1/templates/_dashy.tpl diff --git a/community/dashy/2.0.0/templates/_persistence.tpl b/community/dashy/2.0.1/templates/_persistence.tpl similarity index 100% rename from community/dashy/2.0.0/templates/_persistence.tpl rename to community/dashy/2.0.1/templates/_persistence.tpl diff --git a/community/dashy/2.0.0/templates/_portal.tpl b/community/dashy/2.0.1/templates/_portal.tpl similarity index 100% rename from community/dashy/2.0.0/templates/_portal.tpl rename to community/dashy/2.0.1/templates/_portal.tpl diff --git a/community/dashy/2.0.0/templates/_service.tpl b/community/dashy/2.0.1/templates/_service.tpl similarity index 100% rename from community/dashy/2.0.0/templates/_service.tpl rename to community/dashy/2.0.1/templates/_service.tpl diff --git a/community/dashy/2.0.0/templates/common.yaml b/community/dashy/2.0.1/templates/common.yaml similarity index 100% rename from community/dashy/2.0.0/templates/common.yaml rename to community/dashy/2.0.1/templates/common.yaml diff --git a/community/jellyfin/1.2.7/Chart.lock b/community/jellyfin/1.2.8/Chart.lock similarity index 100% rename from community/jellyfin/1.2.7/Chart.lock rename to community/jellyfin/1.2.8/Chart.lock diff --git a/community/jellyfin/1.2.7/Chart.yaml b/community/jellyfin/1.2.8/Chart.yaml similarity index 97% rename from community/jellyfin/1.2.7/Chart.yaml rename to community/jellyfin/1.2.8/Chart.yaml index 92957640c1..56c7c3b441 100644 --- a/community/jellyfin/1.2.7/Chart.yaml +++ b/community/jellyfin/1.2.8/Chart.yaml @@ -4,7 +4,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o annotations: title: Jellyfin type: application -version: 1.2.7 +version: 1.2.8 apiVersion: v2 appVersion: 10.8.13.1 kubeVersion: '>=1.16.0-0' diff --git a/community/jellyfin/1.2.7/README.md b/community/jellyfin/1.2.8/README.md similarity index 100% rename from community/jellyfin/1.2.7/README.md rename to community/jellyfin/1.2.8/README.md diff --git a/community/jellyfin/1.2.7/app-readme.md b/community/jellyfin/1.2.8/app-readme.md similarity index 100% rename from community/jellyfin/1.2.7/app-readme.md rename to community/jellyfin/1.2.8/app-readme.md diff --git a/community/jellyfin/1.2.7/charts/common-1.2.9.tgz b/community/jellyfin/1.2.8/charts/common-1.2.9.tgz similarity index 100% rename from community/jellyfin/1.2.7/charts/common-1.2.9.tgz rename to community/jellyfin/1.2.8/charts/common-1.2.9.tgz diff --git a/community/jellyfin/1.2.7/ci/basic-values.yaml b/community/jellyfin/1.2.8/ci/basic-values.yaml similarity index 91% rename from community/jellyfin/1.2.7/ci/basic-values.yaml rename to community/jellyfin/1.2.8/ci/basic-values.yaml index 27d861cad8..0ba5ec69f0 100644 --- a/community/jellyfin/1.2.7/ci/basic-values.yaml +++ b/community/jellyfin/1.2.8/ci/basic-values.yaml @@ -2,8 +2,8 @@ jellyfinNetwork: webPort: 31000 jellyfinRunAs: - user: 1000 - group: 1000 + user: 8675309 + group: 8675309 jellyfinStorage: config: diff --git a/community/jellyfin/1.2.7/ci/extra-values.yaml b/community/jellyfin/1.2.8/ci/extra-values.yaml similarity index 100% rename from community/jellyfin/1.2.7/ci/extra-values.yaml rename to community/jellyfin/1.2.8/ci/extra-values.yaml diff --git a/community/jellyfin/1.2.7/ci/hostNet-values.yaml b/community/jellyfin/1.2.8/ci/hostNet-values.yaml similarity index 100% rename from community/jellyfin/1.2.7/ci/hostNet-values.yaml rename to community/jellyfin/1.2.8/ci/hostNet-values.yaml diff --git a/community/jellyfin/1.2.7/ix_values.yaml b/community/jellyfin/1.2.8/ix_values.yaml similarity index 100% rename from community/jellyfin/1.2.7/ix_values.yaml rename to community/jellyfin/1.2.8/ix_values.yaml diff --git a/community/jellyfin/1.2.7/metadata.yaml b/community/jellyfin/1.2.8/metadata.yaml similarity index 100% rename from community/jellyfin/1.2.7/metadata.yaml rename to community/jellyfin/1.2.8/metadata.yaml diff --git a/community/jellyfin/1.2.7/migrations/migrate b/community/jellyfin/1.2.8/migrations/migrate similarity index 100% rename from community/jellyfin/1.2.7/migrations/migrate rename to community/jellyfin/1.2.8/migrations/migrate diff --git a/community/jellyfin/1.2.7/questions.yaml b/community/jellyfin/1.2.8/questions.yaml similarity index 100% rename from community/jellyfin/1.2.7/questions.yaml rename to community/jellyfin/1.2.8/questions.yaml diff --git a/community/jellyfin/1.2.7/templates/NOTES.txt b/community/jellyfin/1.2.8/templates/NOTES.txt similarity index 100% rename from community/jellyfin/1.2.7/templates/NOTES.txt rename to community/jellyfin/1.2.8/templates/NOTES.txt diff --git a/community/jellyfin/1.2.7/templates/_jellyfin.tpl b/community/jellyfin/1.2.8/templates/_jellyfin.tpl similarity index 94% rename from community/jellyfin/1.2.7/templates/_jellyfin.tpl rename to community/jellyfin/1.2.8/templates/_jellyfin.tpl index 97ceb445a3..9501af997a 100644 --- a/community/jellyfin/1.2.7/templates/_jellyfin.tpl +++ b/community/jellyfin/1.2.8/templates/_jellyfin.tpl @@ -43,8 +43,8 @@ workload: path: /health initContainers: {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions" - "UID" .Values.jellyfinRunAs.user - "GID" .Values.jellyfinRunAs.group + "UID" (include "ix.v1.common.helper.makeIntOrNoop" .Values.jellyfinRunAs.user) + "GID" (include "ix.v1.common.helper.makeIntOrNoop" .Values.jellyfinRunAs.group) "mode" "check" "type" "install") | nindent 8 }} {{/* Service */}} diff --git a/community/jellyfin/1.2.7/templates/_portal.tpl b/community/jellyfin/1.2.8/templates/_portal.tpl similarity index 100% rename from community/jellyfin/1.2.7/templates/_portal.tpl rename to community/jellyfin/1.2.8/templates/_portal.tpl diff --git a/community/jellyfin/1.2.7/templates/common.yaml b/community/jellyfin/1.2.8/templates/common.yaml similarity index 100% rename from community/jellyfin/1.2.7/templates/common.yaml rename to community/jellyfin/1.2.8/templates/common.yaml diff --git a/community/lidarr/1.2.20/Chart.lock b/community/lidarr/1.2.21/Chart.lock similarity index 100% rename from community/lidarr/1.2.20/Chart.lock rename to community/lidarr/1.2.21/Chart.lock diff --git a/community/lidarr/1.2.20/Chart.yaml b/community/lidarr/1.2.21/Chart.yaml similarity index 94% rename from community/lidarr/1.2.20/Chart.yaml rename to community/lidarr/1.2.21/Chart.yaml index e2035addc7..c4e1167607 100644 --- a/community/lidarr/1.2.20/Chart.yaml +++ b/community/lidarr/1.2.21/Chart.yaml @@ -3,9 +3,9 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user annotations: title: Lidarr type: application -version: 1.2.20 +version: 1.2.21 apiVersion: v2 -appVersion: 2.2.5.4141 +appVersion: 2.3.0.4159 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/lidarr/1.2.20/README.md b/community/lidarr/1.2.21/README.md similarity index 100% rename from community/lidarr/1.2.20/README.md rename to community/lidarr/1.2.21/README.md diff --git a/community/lidarr/1.2.20/app-readme.md b/community/lidarr/1.2.21/app-readme.md similarity index 100% rename from community/lidarr/1.2.20/app-readme.md rename to community/lidarr/1.2.21/app-readme.md diff --git a/community/lidarr/1.2.20/charts/common-1.2.9.tgz b/community/lidarr/1.2.21/charts/common-1.2.9.tgz similarity index 100% rename from community/lidarr/1.2.20/charts/common-1.2.9.tgz rename to community/lidarr/1.2.21/charts/common-1.2.9.tgz diff --git a/community/lidarr/1.2.20/ci/basic-values.yaml b/community/lidarr/1.2.21/ci/basic-values.yaml similarity index 100% rename from community/lidarr/1.2.20/ci/basic-values.yaml rename to community/lidarr/1.2.21/ci/basic-values.yaml diff --git a/community/lidarr/1.2.20/ci/extra-values.yaml b/community/lidarr/1.2.21/ci/extra-values.yaml similarity index 100% rename from community/lidarr/1.2.20/ci/extra-values.yaml rename to community/lidarr/1.2.21/ci/extra-values.yaml diff --git a/community/lidarr/1.2.20/ci/hostNet-values.yaml b/community/lidarr/1.2.21/ci/hostNet-values.yaml similarity index 100% rename from community/lidarr/1.2.20/ci/hostNet-values.yaml rename to community/lidarr/1.2.21/ci/hostNet-values.yaml diff --git a/community/lidarr/1.2.20/ix_values.yaml b/community/lidarr/1.2.21/ix_values.yaml similarity index 95% rename from community/lidarr/1.2.20/ix_values.yaml rename to community/lidarr/1.2.21/ix_values.yaml index e7a4014989..ebf3aa40fe 100644 --- a/community/lidarr/1.2.20/ix_values.yaml +++ b/community/lidarr/1.2.21/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/lidarr-develop pullPolicy: IfNotPresent - tag: 2.2.5.4141 + tag: 2.3.0.4159 resources: limits: diff --git a/community/lidarr/1.2.20/metadata.yaml b/community/lidarr/1.2.21/metadata.yaml similarity index 100% rename from community/lidarr/1.2.20/metadata.yaml rename to community/lidarr/1.2.21/metadata.yaml diff --git a/community/lidarr/1.2.20/migrations/migrate b/community/lidarr/1.2.21/migrations/migrate similarity index 100% rename from community/lidarr/1.2.20/migrations/migrate rename to community/lidarr/1.2.21/migrations/migrate diff --git a/community/lidarr/1.2.20/questions.yaml b/community/lidarr/1.2.21/questions.yaml similarity index 100% rename from community/lidarr/1.2.20/questions.yaml rename to community/lidarr/1.2.21/questions.yaml diff --git a/community/lidarr/1.2.20/templates/NOTES.txt b/community/lidarr/1.2.21/templates/NOTES.txt similarity index 100% rename from community/lidarr/1.2.20/templates/NOTES.txt rename to community/lidarr/1.2.21/templates/NOTES.txt diff --git a/community/lidarr/1.2.20/templates/_lidarr.tpl b/community/lidarr/1.2.21/templates/_lidarr.tpl similarity index 100% rename from community/lidarr/1.2.20/templates/_lidarr.tpl rename to community/lidarr/1.2.21/templates/_lidarr.tpl diff --git a/community/lidarr/1.2.20/templates/_portal.tpl b/community/lidarr/1.2.21/templates/_portal.tpl similarity index 100% rename from community/lidarr/1.2.20/templates/_portal.tpl rename to community/lidarr/1.2.21/templates/_portal.tpl diff --git a/community/lidarr/1.2.20/templates/common.yaml b/community/lidarr/1.2.21/templates/common.yaml similarity index 100% rename from community/lidarr/1.2.20/templates/common.yaml rename to community/lidarr/1.2.21/templates/common.yaml diff --git a/community/metube/1.2.12/Chart.lock b/community/metube/1.2.13/Chart.lock similarity index 100% rename from community/metube/1.2.12/Chart.lock rename to community/metube/1.2.13/Chart.lock diff --git a/community/metube/1.2.12/Chart.yaml b/community/metube/1.2.13/Chart.yaml similarity index 94% rename from community/metube/1.2.12/Chart.yaml rename to community/metube/1.2.13/Chart.yaml index b22d2434cf..5f2cc5cfac 100644 --- a/community/metube/1.2.12/Chart.yaml +++ b/community/metube/1.2.13/Chart.yaml @@ -4,9 +4,9 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla annotations: title: MeTube type: application -version: 1.2.12 +version: 1.2.13 apiVersion: v2 -appVersion: '2024-04-12' +appVersion: '2024-04-28' kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/metube/1.2.12/README.md b/community/metube/1.2.13/README.md similarity index 100% rename from community/metube/1.2.12/README.md rename to community/metube/1.2.13/README.md diff --git a/community/metube/1.2.12/app-readme.md b/community/metube/1.2.13/app-readme.md similarity index 100% rename from community/metube/1.2.12/app-readme.md rename to community/metube/1.2.13/app-readme.md diff --git a/community/metube/1.2.12/charts/common-1.2.9.tgz b/community/metube/1.2.13/charts/common-1.2.9.tgz similarity index 100% rename from community/metube/1.2.12/charts/common-1.2.9.tgz rename to community/metube/1.2.13/charts/common-1.2.9.tgz diff --git a/community/metube/1.2.12/ci/basic-values.yaml b/community/metube/1.2.13/ci/basic-values.yaml similarity index 100% rename from community/metube/1.2.12/ci/basic-values.yaml rename to community/metube/1.2.13/ci/basic-values.yaml diff --git a/community/metube/1.2.12/ci/extra-values.yaml b/community/metube/1.2.13/ci/extra-values.yaml similarity index 100% rename from community/metube/1.2.12/ci/extra-values.yaml rename to community/metube/1.2.13/ci/extra-values.yaml diff --git a/community/metube/1.2.12/ci/hostNet-values.yaml b/community/metube/1.2.13/ci/hostNet-values.yaml similarity index 100% rename from community/metube/1.2.12/ci/hostNet-values.yaml rename to community/metube/1.2.13/ci/hostNet-values.yaml diff --git a/community/metube/1.2.12/ix_values.yaml b/community/metube/1.2.13/ix_values.yaml similarity index 95% rename from community/metube/1.2.12/ix_values.yaml rename to community/metube/1.2.13/ix_values.yaml index 284725fb81..0b46991fcd 100644 --- a/community/metube/1.2.12/ix_values.yaml +++ b/community/metube/1.2.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: alexta69/metube pullPolicy: IfNotPresent - tag: '2024-04-12' + tag: '2024-04-28' resources: limits: diff --git a/community/metube/1.2.12/metadata.yaml b/community/metube/1.2.13/metadata.yaml similarity index 100% rename from community/metube/1.2.12/metadata.yaml rename to community/metube/1.2.13/metadata.yaml diff --git a/community/metube/1.2.12/migrations/migrate b/community/metube/1.2.13/migrations/migrate similarity index 100% rename from community/metube/1.2.12/migrations/migrate rename to community/metube/1.2.13/migrations/migrate diff --git a/community/metube/1.2.12/questions.yaml b/community/metube/1.2.13/questions.yaml similarity index 100% rename from community/metube/1.2.12/questions.yaml rename to community/metube/1.2.13/questions.yaml diff --git a/community/metube/1.2.12/templates/NOTES.txt b/community/metube/1.2.13/templates/NOTES.txt similarity index 100% rename from community/metube/1.2.12/templates/NOTES.txt rename to community/metube/1.2.13/templates/NOTES.txt diff --git a/community/metube/1.2.12/templates/_metube.tpl b/community/metube/1.2.13/templates/_metube.tpl similarity index 100% rename from community/metube/1.2.12/templates/_metube.tpl rename to community/metube/1.2.13/templates/_metube.tpl diff --git a/community/metube/1.2.12/templates/_persistence.tpl b/community/metube/1.2.13/templates/_persistence.tpl similarity index 100% rename from community/metube/1.2.12/templates/_persistence.tpl rename to community/metube/1.2.13/templates/_persistence.tpl diff --git a/community/metube/1.2.12/templates/_portal.tpl b/community/metube/1.2.13/templates/_portal.tpl similarity index 100% rename from community/metube/1.2.12/templates/_portal.tpl rename to community/metube/1.2.13/templates/_portal.tpl diff --git a/community/metube/1.2.12/templates/_service.tpl b/community/metube/1.2.13/templates/_service.tpl similarity index 100% rename from community/metube/1.2.12/templates/_service.tpl rename to community/metube/1.2.13/templates/_service.tpl diff --git a/community/metube/1.2.12/templates/common.yaml b/community/metube/1.2.13/templates/common.yaml similarity index 100% rename from community/metube/1.2.12/templates/common.yaml rename to community/metube/1.2.13/templates/common.yaml diff --git a/community/prowlarr/1.2.23/Chart.lock b/community/prowlarr/1.2.24/Chart.lock similarity index 100% rename from community/prowlarr/1.2.23/Chart.lock rename to community/prowlarr/1.2.24/Chart.lock diff --git a/community/prowlarr/1.2.23/Chart.yaml b/community/prowlarr/1.2.24/Chart.yaml similarity index 94% rename from community/prowlarr/1.2.23/Chart.yaml rename to community/prowlarr/1.2.24/Chart.yaml index f25e6a94e9..f801c292fc 100644 --- a/community/prowlarr/1.2.23/Chart.yaml +++ b/community/prowlarr/1.2.24/Chart.yaml @@ -4,9 +4,9 @@ description: Prowlarr is an indexer manager/proxy to integrate with your various annotations: title: Prowlarr type: application -version: 1.2.23 +version: 1.2.24 apiVersion: v2 -appVersion: 1.16.2.4435 +appVersion: 1.17.0.4448 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/prowlarr/1.2.23/README.md b/community/prowlarr/1.2.24/README.md similarity index 100% rename from community/prowlarr/1.2.23/README.md rename to community/prowlarr/1.2.24/README.md diff --git a/community/prowlarr/1.2.23/app-readme.md b/community/prowlarr/1.2.24/app-readme.md similarity index 100% rename from community/prowlarr/1.2.23/app-readme.md rename to community/prowlarr/1.2.24/app-readme.md diff --git a/community/prowlarr/1.2.23/charts/common-1.2.9.tgz b/community/prowlarr/1.2.24/charts/common-1.2.9.tgz similarity index 100% rename from community/prowlarr/1.2.23/charts/common-1.2.9.tgz rename to community/prowlarr/1.2.24/charts/common-1.2.9.tgz diff --git a/community/prowlarr/1.2.23/ci/basic-values.yaml b/community/prowlarr/1.2.24/ci/basic-values.yaml similarity index 100% rename from community/prowlarr/1.2.23/ci/basic-values.yaml rename to community/prowlarr/1.2.24/ci/basic-values.yaml diff --git a/community/prowlarr/1.2.23/ci/extra-values.yaml b/community/prowlarr/1.2.24/ci/extra-values.yaml similarity index 100% rename from community/prowlarr/1.2.23/ci/extra-values.yaml rename to community/prowlarr/1.2.24/ci/extra-values.yaml diff --git a/community/prowlarr/1.2.23/ci/hostNet-values.yaml b/community/prowlarr/1.2.24/ci/hostNet-values.yaml similarity index 100% rename from community/prowlarr/1.2.23/ci/hostNet-values.yaml rename to community/prowlarr/1.2.24/ci/hostNet-values.yaml diff --git a/community/prowlarr/1.2.23/ix_values.yaml b/community/prowlarr/1.2.24/ix_values.yaml similarity index 95% rename from community/prowlarr/1.2.23/ix_values.yaml rename to community/prowlarr/1.2.24/ix_values.yaml index 1ca14aa786..e4ddae9a4b 100644 --- a/community/prowlarr/1.2.23/ix_values.yaml +++ b/community/prowlarr/1.2.24/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/prowlarr-develop pullPolicy: IfNotPresent - tag: 1.16.2.4435 + tag: 1.17.0.4448 resources: limits: diff --git a/community/prowlarr/1.2.23/metadata.yaml b/community/prowlarr/1.2.24/metadata.yaml similarity index 100% rename from community/prowlarr/1.2.23/metadata.yaml rename to community/prowlarr/1.2.24/metadata.yaml diff --git a/community/prowlarr/1.2.23/migrations/migrate b/community/prowlarr/1.2.24/migrations/migrate similarity index 100% rename from community/prowlarr/1.2.23/migrations/migrate rename to community/prowlarr/1.2.24/migrations/migrate diff --git a/community/prowlarr/1.2.23/questions.yaml b/community/prowlarr/1.2.24/questions.yaml similarity index 100% rename from community/prowlarr/1.2.23/questions.yaml rename to community/prowlarr/1.2.24/questions.yaml diff --git a/community/prowlarr/1.2.23/templates/NOTES.txt b/community/prowlarr/1.2.24/templates/NOTES.txt similarity index 100% rename from community/prowlarr/1.2.23/templates/NOTES.txt rename to community/prowlarr/1.2.24/templates/NOTES.txt diff --git a/community/prowlarr/1.2.23/templates/_persistence.tpl b/community/prowlarr/1.2.24/templates/_persistence.tpl similarity index 100% rename from community/prowlarr/1.2.23/templates/_persistence.tpl rename to community/prowlarr/1.2.24/templates/_persistence.tpl diff --git a/community/prowlarr/1.2.23/templates/_portal.tpl b/community/prowlarr/1.2.24/templates/_portal.tpl similarity index 100% rename from community/prowlarr/1.2.23/templates/_portal.tpl rename to community/prowlarr/1.2.24/templates/_portal.tpl diff --git a/community/prowlarr/1.2.23/templates/_prowlarr.tpl b/community/prowlarr/1.2.24/templates/_prowlarr.tpl similarity index 100% rename from community/prowlarr/1.2.23/templates/_prowlarr.tpl rename to community/prowlarr/1.2.24/templates/_prowlarr.tpl diff --git a/community/prowlarr/1.2.23/templates/_service.tpl b/community/prowlarr/1.2.24/templates/_service.tpl similarity index 100% rename from community/prowlarr/1.2.23/templates/_service.tpl rename to community/prowlarr/1.2.24/templates/_service.tpl diff --git a/community/prowlarr/1.2.23/templates/common.yaml b/community/prowlarr/1.2.24/templates/common.yaml similarity index 100% rename from community/prowlarr/1.2.23/templates/common.yaml rename to community/prowlarr/1.2.24/templates/common.yaml diff --git a/community/readarr/1.2.17/Chart.lock b/community/readarr/1.2.18/Chart.lock similarity index 100% rename from community/readarr/1.2.17/Chart.lock rename to community/readarr/1.2.18/Chart.lock diff --git a/community/readarr/1.2.17/Chart.yaml b/community/readarr/1.2.18/Chart.yaml similarity index 94% rename from community/readarr/1.2.17/Chart.yaml rename to community/readarr/1.2.18/Chart.yaml index 98881550be..7afbb1dc69 100644 --- a/community/readarr/1.2.17/Chart.yaml +++ b/community/readarr/1.2.18/Chart.yaml @@ -4,9 +4,9 @@ description: Readarr is an ebook and audiobook collection manager for Usenet and annotations: title: Readarr type: application -version: 1.2.17 +version: 1.2.18 apiVersion: v2 -appVersion: 0.3.23.2506 +appVersion: 0.3.24.2510 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/community/readarr/1.2.17/README.md b/community/readarr/1.2.18/README.md similarity index 100% rename from community/readarr/1.2.17/README.md rename to community/readarr/1.2.18/README.md diff --git a/community/readarr/1.2.17/app-readme.md b/community/readarr/1.2.18/app-readme.md similarity index 100% rename from community/readarr/1.2.17/app-readme.md rename to community/readarr/1.2.18/app-readme.md diff --git a/community/readarr/1.2.17/charts/common-1.2.9.tgz b/community/readarr/1.2.18/charts/common-1.2.9.tgz similarity index 100% rename from community/readarr/1.2.17/charts/common-1.2.9.tgz rename to community/readarr/1.2.18/charts/common-1.2.9.tgz diff --git a/community/readarr/1.2.17/ci/basic-values.yaml b/community/readarr/1.2.18/ci/basic-values.yaml similarity index 100% rename from community/readarr/1.2.17/ci/basic-values.yaml rename to community/readarr/1.2.18/ci/basic-values.yaml diff --git a/community/readarr/1.2.17/ci/extra-values.yaml b/community/readarr/1.2.18/ci/extra-values.yaml similarity index 100% rename from community/readarr/1.2.17/ci/extra-values.yaml rename to community/readarr/1.2.18/ci/extra-values.yaml diff --git a/community/readarr/1.2.17/ci/hostNet-values.yaml b/community/readarr/1.2.18/ci/hostNet-values.yaml similarity index 100% rename from community/readarr/1.2.17/ci/hostNet-values.yaml rename to community/readarr/1.2.18/ci/hostNet-values.yaml diff --git a/community/readarr/1.2.17/ix_values.yaml b/community/readarr/1.2.18/ix_values.yaml similarity index 95% rename from community/readarr/1.2.17/ix_values.yaml rename to community/readarr/1.2.18/ix_values.yaml index 6ae0331ba5..9b26abb255 100644 --- a/community/readarr/1.2.17/ix_values.yaml +++ b/community/readarr/1.2.18/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/onedr0p/readarr-develop pullPolicy: IfNotPresent - tag: 0.3.23.2506 + tag: 0.3.24.2510 resources: limits: diff --git a/community/readarr/1.2.17/metadata.yaml b/community/readarr/1.2.18/metadata.yaml similarity index 100% rename from community/readarr/1.2.17/metadata.yaml rename to community/readarr/1.2.18/metadata.yaml diff --git a/community/readarr/1.2.17/migrations/migrate b/community/readarr/1.2.18/migrations/migrate similarity index 100% rename from community/readarr/1.2.17/migrations/migrate rename to community/readarr/1.2.18/migrations/migrate diff --git a/community/readarr/1.2.17/questions.yaml b/community/readarr/1.2.18/questions.yaml similarity index 100% rename from community/readarr/1.2.17/questions.yaml rename to community/readarr/1.2.18/questions.yaml diff --git a/community/readarr/1.2.17/templates/NOTES.txt b/community/readarr/1.2.18/templates/NOTES.txt similarity index 100% rename from community/readarr/1.2.17/templates/NOTES.txt rename to community/readarr/1.2.18/templates/NOTES.txt diff --git a/community/readarr/1.2.17/templates/_persistence.tpl b/community/readarr/1.2.18/templates/_persistence.tpl similarity index 100% rename from community/readarr/1.2.17/templates/_persistence.tpl rename to community/readarr/1.2.18/templates/_persistence.tpl diff --git a/community/readarr/1.2.17/templates/_portal.tpl b/community/readarr/1.2.18/templates/_portal.tpl similarity index 100% rename from community/readarr/1.2.17/templates/_portal.tpl rename to community/readarr/1.2.18/templates/_portal.tpl diff --git a/community/readarr/1.2.17/templates/_readarr.tpl b/community/readarr/1.2.18/templates/_readarr.tpl similarity index 100% rename from community/readarr/1.2.17/templates/_readarr.tpl rename to community/readarr/1.2.18/templates/_readarr.tpl diff --git a/community/readarr/1.2.17/templates/_service.tpl b/community/readarr/1.2.18/templates/_service.tpl similarity index 100% rename from community/readarr/1.2.17/templates/_service.tpl rename to community/readarr/1.2.18/templates/_service.tpl diff --git a/community/readarr/1.2.17/templates/common.yaml b/community/readarr/1.2.18/templates/common.yaml similarity index 100% rename from community/readarr/1.2.17/templates/common.yaml rename to community/readarr/1.2.18/templates/common.yaml