diff --git a/charts/emby/1.0.29/.helmignore b/charts/emby/1.0.30/.helmignore similarity index 100% rename from charts/emby/1.0.29/.helmignore rename to charts/emby/1.0.30/.helmignore diff --git a/charts/emby/1.0.29/Chart.lock b/charts/emby/1.0.30/Chart.lock similarity index 100% rename from charts/emby/1.0.29/Chart.lock rename to charts/emby/1.0.30/Chart.lock diff --git a/charts/emby/1.0.29/Chart.yaml b/charts/emby/1.0.30/Chart.yaml similarity index 96% rename from charts/emby/1.0.29/Chart.yaml rename to charts/emby/1.0.30/Chart.yaml index 54410d5e33..cb0b2d324d 100644 --- a/charts/emby/1.0.29/Chart.yaml +++ b/charts/emby/1.0.30/Chart.yaml @@ -3,7 +3,7 @@ description: Emby Server annotations: title: Emby Server type: application -version: 1.0.29 +version: 1.0.30 apiVersion: v2 appVersion: 4.7.14.0 kubeVersion: '>=1.16.0-0' diff --git a/charts/emby/1.0.29/README.md b/charts/emby/1.0.30/README.md similarity index 100% rename from charts/emby/1.0.29/README.md rename to charts/emby/1.0.30/README.md diff --git a/charts/emby/1.0.29/app-readme.md b/charts/emby/1.0.30/app-readme.md similarity index 100% rename from charts/emby/1.0.29/app-readme.md rename to charts/emby/1.0.30/app-readme.md diff --git a/charts/emby/1.0.29/charts/common-2304.0.1.tgz b/charts/emby/1.0.30/charts/common-2304.0.1.tgz similarity index 100% rename from charts/emby/1.0.29/charts/common-2304.0.1.tgz rename to charts/emby/1.0.30/charts/common-2304.0.1.tgz diff --git a/charts/emby/1.0.29/ci/test-values.yaml b/charts/emby/1.0.30/ci/test-values.yaml similarity index 100% rename from charts/emby/1.0.29/ci/test-values.yaml rename to charts/emby/1.0.30/ci/test-values.yaml diff --git a/charts/emby/1.0.29/ix_values.yaml b/charts/emby/1.0.30/ix_values.yaml similarity index 100% rename from charts/emby/1.0.29/ix_values.yaml rename to charts/emby/1.0.30/ix_values.yaml diff --git a/charts/emby/1.0.29/metadata.yaml b/charts/emby/1.0.30/metadata.yaml similarity index 100% rename from charts/emby/1.0.29/metadata.yaml rename to charts/emby/1.0.30/metadata.yaml diff --git a/charts/emby/1.0.29/questions.yaml b/charts/emby/1.0.30/questions.yaml similarity index 100% rename from charts/emby/1.0.29/questions.yaml rename to charts/emby/1.0.30/questions.yaml diff --git a/charts/emby/1.0.29/templates/NOTES.txt b/charts/emby/1.0.30/templates/NOTES.txt similarity index 100% rename from charts/emby/1.0.29/templates/NOTES.txt rename to charts/emby/1.0.30/templates/NOTES.txt diff --git a/charts/emby/1.0.29/templates/deployment.yaml b/charts/emby/1.0.30/templates/deployment.yaml similarity index 87% rename from charts/emby/1.0.29/templates/deployment.yaml rename to charts/emby/1.0.30/templates/deployment.yaml index 831f47c036..e03780890f 100644 --- a/charts/emby/1.0.29/templates/deployment.yaml +++ b/charts/emby/1.0.30/templates/deployment.yaml @@ -1,6 +1,19 @@ {{ include "common.storage.hostPathValidate" .Values }} -{{ include "common.deployment.common_config" . | nindent 0 }} -spec: {{ include "common.deployment.common_spec" . | nindent 2 }} +apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} +kind: Deployment +metadata: + name: {{ template "common.names.fullname" . }}-emby + 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: {{ include "common.deployment.pod.metadata" . | nindent 4 }} spec: {{- if .Values.hostNetwork }} diff --git a/charts/emby/1.0.29/templates/portal.tpl b/charts/emby/1.0.30/templates/portal.tpl similarity index 100% rename from charts/emby/1.0.29/templates/portal.tpl rename to charts/emby/1.0.30/templates/portal.tpl diff --git a/charts/emby/1.0.29/templates/service-tcp.yaml b/charts/emby/1.0.30/templates/service-tcp.yaml similarity index 100% rename from charts/emby/1.0.29/templates/service-tcp.yaml rename to charts/emby/1.0.30/templates/service-tcp.yaml diff --git a/charts/emby/1.0.29/templates/service-udp.yaml b/charts/emby/1.0.30/templates/service-udp.yaml similarity index 100% rename from charts/emby/1.0.29/templates/service-udp.yaml rename to charts/emby/1.0.30/templates/service-udp.yaml