diff --git a/catalog.json b/catalog.json index 7f552efd29..d30a3f3dff 100644 --- a/catalog.json +++ b/catalog.json @@ -9,9 +9,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/ix-chart", - "latest_version": "2304.0.0", + "latest_version": "2304.0.1", "latest_app_version": "v1", - "latest_human_version": "v1_2304.0.0", + "latest_human_version": "v1_2304.0.1", "last_update": "2023-04-12 10:28:30", "name": "ix-chart", "recommended": false, @@ -83,9 +83,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/emby", - "latest_version": "1.0.17", + "latest_version": "1.0.18", "latest_app_version": "4.7.11.0", - "latest_human_version": "4.7.11.0_1.0.17", + "latest_human_version": "4.7.11.0_1.0.18", "last_update": "2023-03-24 21:22:08", "name": "emby", "recommended": false, @@ -162,7 +162,7 @@ "latest_version": "1.0.0", "latest_app_version": "v2.43.0", "latest_human_version": "v2.43.0_1.0.0", - "last_update": null, + "last_update": "2023-04-12 14:39:39", "name": "prometheus", "recommended": false, "title": "Prometheus", @@ -197,9 +197,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/plex", - "latest_version": "1.7.36", + "latest_version": "1.7.37", "latest_app_version": "1.32.0.6918", - "latest_human_version": "1.32.0.6918_1.7.36", + "latest_human_version": "1.32.0.6918_1.7.37", "last_update": "2023-04-11 12:27:53", "name": "plex", "recommended": false, @@ -275,9 +275,9 @@ "healthy": true, "healthy_error": null, "location": "/__w/charts/charts/charts/photoprism", - "latest_version": "1.0.13", + "latest_version": "1.0.14", "latest_app_version": "221118", - "latest_human_version": "221118_1.0.13", + "latest_human_version": "221118_1.0.14", "last_update": "2023-03-24 21:24:29", "name": "photoprism", "recommended": false, diff --git a/charts/emby/1.0.17/.helmignore b/charts/emby/1.0.18/.helmignore similarity index 100% rename from charts/emby/1.0.17/.helmignore rename to charts/emby/1.0.18/.helmignore diff --git a/charts/emby/1.0.17/Chart.lock b/charts/emby/1.0.18/Chart.lock similarity index 100% rename from charts/emby/1.0.17/Chart.lock rename to charts/emby/1.0.18/Chart.lock diff --git a/charts/emby/1.0.17/Chart.yaml b/charts/emby/1.0.18/Chart.yaml similarity index 96% rename from charts/emby/1.0.17/Chart.yaml rename to charts/emby/1.0.18/Chart.yaml index 969a540b71..f427a86f48 100644 --- a/charts/emby/1.0.17/Chart.yaml +++ b/charts/emby/1.0.18/Chart.yaml @@ -3,7 +3,7 @@ description: Emby Server annotations: title: Emby Server type: application -version: 1.0.17 +version: 1.0.18 apiVersion: v2 appVersion: '4.7.11.0' kubeVersion: '>=1.16.0-0' diff --git a/charts/emby/1.0.17/README.md b/charts/emby/1.0.18/README.md similarity index 100% rename from charts/emby/1.0.17/README.md rename to charts/emby/1.0.18/README.md diff --git a/charts/emby/1.0.17/app-readme.md b/charts/emby/1.0.18/app-readme.md similarity index 100% rename from charts/emby/1.0.17/app-readme.md rename to charts/emby/1.0.18/app-readme.md diff --git a/charts/emby/1.0.17/charts/common-2207.0.0.tgz b/charts/emby/1.0.18/charts/common-2207.0.0.tgz similarity index 100% rename from charts/emby/1.0.17/charts/common-2207.0.0.tgz rename to charts/emby/1.0.18/charts/common-2207.0.0.tgz diff --git a/charts/emby/1.0.17/ci/test-values.yaml b/charts/emby/1.0.18/ci/test-values.yaml similarity index 96% rename from charts/emby/1.0.17/ci/test-values.yaml rename to charts/emby/1.0.18/ci/test-values.yaml index 9c46592c7d..623a1daca3 100644 --- a/charts/emby/1.0.17/ci/test-values.yaml +++ b/charts/emby/1.0.18/ci/test-values.yaml @@ -13,3 +13,4 @@ extraAppVolumeMounts: gpuConfiguration: {} hostNetwork: false updateStrategy: Recreate +global: {} diff --git a/charts/emby/1.0.17/ix_values.yaml b/charts/emby/1.0.18/ix_values.yaml similarity index 100% rename from charts/emby/1.0.17/ix_values.yaml rename to charts/emby/1.0.18/ix_values.yaml diff --git a/charts/emby/1.0.17/questions.yaml b/charts/emby/1.0.18/questions.yaml similarity index 100% rename from charts/emby/1.0.17/questions.yaml rename to charts/emby/1.0.18/questions.yaml diff --git a/charts/emby/1.0.17/templates/NOTES.txt b/charts/emby/1.0.18/templates/NOTES.txt similarity index 100% rename from charts/emby/1.0.17/templates/NOTES.txt rename to charts/emby/1.0.18/templates/NOTES.txt diff --git a/charts/emby/1.0.17/templates/deployment.yaml b/charts/emby/1.0.18/templates/deployment.yaml similarity index 91% rename from charts/emby/1.0.17/templates/deployment.yaml rename to charts/emby/1.0.18/templates/deployment.yaml index acf5df3e81..0c6f75db33 100644 --- a/charts/emby/1.0.17/templates/deployment.yaml +++ b/charts/emby/1.0.18/templates/deployment.yaml @@ -8,6 +8,13 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} dnsPolicy: ClusterFirstWithHostNet {{- end }} hostname: {{ template "common.names.fullname" . }} + {{- if hasKey .Values "global" }} + {{- if hasKey .Values.global "ixChartContext" }} + {{- if .Values.global.ixChartContext.addNvidiaRuntimeClass }} + runtimeClassName: {{ .Values.global.ixChartContext.nvidiaRuntimeClassName }} + {{- end }} + {{- end }} + {{- end }} containers: - name: {{ .Chart.Name }} {{ include "common.resources.limitation" . | nindent 10 }} diff --git a/charts/emby/1.0.17/templates/portal.tpl b/charts/emby/1.0.18/templates/portal.tpl similarity index 100% rename from charts/emby/1.0.17/templates/portal.tpl rename to charts/emby/1.0.18/templates/portal.tpl diff --git a/charts/emby/1.0.17/templates/service-tcp.yaml b/charts/emby/1.0.18/templates/service-tcp.yaml similarity index 100% rename from charts/emby/1.0.17/templates/service-tcp.yaml rename to charts/emby/1.0.18/templates/service-tcp.yaml diff --git a/charts/emby/1.0.17/templates/service-udp.yaml b/charts/emby/1.0.18/templates/service-udp.yaml similarity index 100% rename from charts/emby/1.0.17/templates/service-udp.yaml rename to charts/emby/1.0.18/templates/service-udp.yaml diff --git a/charts/ix-chart/2304.0.0/.helmignore b/charts/ix-chart/2304.0.1/.helmignore similarity index 100% rename from charts/ix-chart/2304.0.0/.helmignore rename to charts/ix-chart/2304.0.1/.helmignore diff --git a/charts/ix-chart/2304.0.0/Chart.lock b/charts/ix-chart/2304.0.1/Chart.lock similarity index 100% rename from charts/ix-chart/2304.0.0/Chart.lock rename to charts/ix-chart/2304.0.1/Chart.lock diff --git a/charts/ix-chart/2304.0.0/Chart.yaml b/charts/ix-chart/2304.0.1/Chart.yaml similarity index 96% rename from charts/ix-chart/2304.0.0/Chart.yaml rename to charts/ix-chart/2304.0.1/Chart.yaml index 1394d9169b..3d4324c2de 100644 --- a/charts/ix-chart/2304.0.0/Chart.yaml +++ b/charts/ix-chart/2304.0.1/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart for deploying simple workloads Kubernetes annotations: title: ix-chart type: application -version: 2304.0.0 +version: 2304.0.1 apiVersion: v2 appVersion: v1 kubeVersion: ">=1.16.0-0" diff --git a/charts/ix-chart/2304.0.0/README.md b/charts/ix-chart/2304.0.1/README.md similarity index 100% rename from charts/ix-chart/2304.0.0/README.md rename to charts/ix-chart/2304.0.1/README.md diff --git a/charts/ix-chart/2304.0.0/app-readme.md b/charts/ix-chart/2304.0.1/app-readme.md similarity index 100% rename from charts/ix-chart/2304.0.0/app-readme.md rename to charts/ix-chart/2304.0.1/app-readme.md diff --git a/charts/ix-chart/2304.0.0/charts/common-2207.0.0.tgz b/charts/ix-chart/2304.0.1/charts/common-2207.0.0.tgz similarity index 100% rename from charts/ix-chart/2304.0.0/charts/common-2207.0.0.tgz rename to charts/ix-chart/2304.0.1/charts/common-2207.0.0.tgz diff --git a/charts/ix-chart/2304.0.0/ci/test-values.yaml b/charts/ix-chart/2304.0.1/ci/test-values.yaml similarity index 98% rename from charts/ix-chart/2304.0.0/ci/test-values.yaml rename to charts/ix-chart/2304.0.1/ci/test-values.yaml index c3e8b24c3d..2f921274ee 100644 --- a/charts/ix-chart/2304.0.0/ci/test-values.yaml +++ b/charts/ix-chart/2304.0.1/ci/test-values.yaml @@ -42,5 +42,7 @@ securityContext: capabilities: [] tty: true stdin: true + # CI Enabled ci: true +global: {} diff --git a/charts/ix-chart/2304.0.1/ix_values.yaml b/charts/ix-chart/2304.0.1/ix_values.yaml new file mode 100644 index 0000000000..7c94aa40e8 --- /dev/null +++ b/charts/ix-chart/2304.0.1/ix_values.yaml @@ -0,0 +1 @@ +placeholder: {} diff --git a/charts/ix-chart/2304.0.0/questions.yaml b/charts/ix-chart/2304.0.1/questions.yaml similarity index 100% rename from charts/ix-chart/2304.0.0/questions.yaml rename to charts/ix-chart/2304.0.1/questions.yaml diff --git a/charts/ix-chart/2304.0.0/templates/NOTES.txt b/charts/ix-chart/2304.0.1/templates/NOTES.txt similarity index 100% rename from charts/ix-chart/2304.0.0/templates/NOTES.txt rename to charts/ix-chart/2304.0.1/templates/NOTES.txt diff --git a/charts/ix-chart/2304.0.0/templates/_containers.tpl b/charts/ix-chart/2304.0.1/templates/_containers.tpl similarity index 100% rename from charts/ix-chart/2304.0.0/templates/_containers.tpl rename to charts/ix-chart/2304.0.1/templates/_containers.tpl diff --git a/charts/ix-chart/2304.0.0/templates/_helpers.tpl b/charts/ix-chart/2304.0.1/templates/_helpers.tpl similarity index 100% rename from charts/ix-chart/2304.0.0/templates/_helpers.tpl rename to charts/ix-chart/2304.0.1/templates/_helpers.tpl diff --git a/charts/ix-chart/2304.0.0/templates/_networking.tpl b/charts/ix-chart/2304.0.1/templates/_networking.tpl similarity index 100% rename from charts/ix-chart/2304.0.0/templates/_networking.tpl rename to charts/ix-chart/2304.0.1/templates/_networking.tpl diff --git a/charts/ix-chart/2304.0.0/templates/_volumes.tpl b/charts/ix-chart/2304.0.1/templates/_volumes.tpl similarity index 100% rename from charts/ix-chart/2304.0.0/templates/_volumes.tpl rename to charts/ix-chart/2304.0.1/templates/_volumes.tpl diff --git a/charts/ix-chart/2304.0.0/templates/_workload.tpl b/charts/ix-chart/2304.0.1/templates/_workload.tpl similarity index 94% rename from charts/ix-chart/2304.0.0/templates/_workload.tpl rename to charts/ix-chart/2304.0.1/templates/_workload.tpl index 6b7903c99d..83fefb7814 100644 --- a/charts/ix-chart/2304.0.0/templates/_workload.tpl +++ b/charts/ix-chart/2304.0.1/templates/_workload.tpl @@ -52,6 +52,13 @@ Pod specification {{- define "podSepc" }} restartPolicy: {{ template "restartPolicy" . }} hostNetwork: {{ template "hostNetworkingConfiguration" . }} +{{- if hasKey .Values "global" }} + {{- if hasKey .Values.global "ixChartContext" }} + {{- if .Values.global.ixChartContext.addNvidiaRuntimeClass }} +runtimeClassName: {{ .Values.global.ixChartContext.nvidiaRuntimeClassName }} + {{- end }} + {{- end }} +{{- end }} containers: - name: {{ .Chart.Name }} {{ include "common.resources.limitation" . | nindent 2 }} diff --git a/charts/ix-chart/2304.0.0/templates/external-interfaces.yaml b/charts/ix-chart/2304.0.1/templates/external-interfaces.yaml similarity index 100% rename from charts/ix-chart/2304.0.0/templates/external-interfaces.yaml rename to charts/ix-chart/2304.0.1/templates/external-interfaces.yaml diff --git a/charts/ix-chart/2304.0.0/templates/service.yaml b/charts/ix-chart/2304.0.1/templates/service.yaml similarity index 100% rename from charts/ix-chart/2304.0.0/templates/service.yaml rename to charts/ix-chart/2304.0.1/templates/service.yaml diff --git a/charts/ix-chart/2304.0.0/templates/workload.yaml b/charts/ix-chart/2304.0.1/templates/workload.yaml similarity index 100% rename from charts/ix-chart/2304.0.0/templates/workload.yaml rename to charts/ix-chart/2304.0.1/templates/workload.yaml diff --git a/charts/photoprism/1.0.13/.helmignore b/charts/photoprism/1.0.14/.helmignore similarity index 100% rename from charts/photoprism/1.0.13/.helmignore rename to charts/photoprism/1.0.14/.helmignore diff --git a/charts/photoprism/1.0.13/Chart.lock b/charts/photoprism/1.0.14/Chart.lock similarity index 100% rename from charts/photoprism/1.0.13/Chart.lock rename to charts/photoprism/1.0.14/Chart.lock diff --git a/charts/photoprism/1.0.13/Chart.yaml b/charts/photoprism/1.0.14/Chart.yaml similarity index 97% rename from charts/photoprism/1.0.13/Chart.yaml rename to charts/photoprism/1.0.14/Chart.yaml index 7be53129af..16f5c3846a 100644 --- a/charts/photoprism/1.0.13/Chart.yaml +++ b/charts/photoprism/1.0.14/Chart.yaml @@ -3,7 +3,7 @@ description: AI-powered app for browsing, organizing & sharing your photo collec annotations: title: PhotoPrism type: application -version: 1.0.13 +version: 1.0.14 apiVersion: v2 appVersion: '221118' kubeVersion: '>=1.16.0-0' diff --git a/charts/photoprism/1.0.13/README.md b/charts/photoprism/1.0.14/README.md similarity index 100% rename from charts/photoprism/1.0.13/README.md rename to charts/photoprism/1.0.14/README.md diff --git a/charts/photoprism/1.0.13/app-readme.md b/charts/photoprism/1.0.14/app-readme.md similarity index 100% rename from charts/photoprism/1.0.13/app-readme.md rename to charts/photoprism/1.0.14/app-readme.md diff --git a/charts/photoprism/1.0.13/charts/common-2207.0.0.tgz b/charts/photoprism/1.0.14/charts/common-2207.0.0.tgz similarity index 100% rename from charts/photoprism/1.0.13/charts/common-2207.0.0.tgz rename to charts/photoprism/1.0.14/charts/common-2207.0.0.tgz diff --git a/charts/photoprism/1.0.13/ci/test-values.yaml b/charts/photoprism/1.0.14/ci/test-values.yaml similarity index 97% rename from charts/photoprism/1.0.13/ci/test-values.yaml rename to charts/photoprism/1.0.14/ci/test-values.yaml index 191b5e9a11..ba31c4d883 100644 --- a/charts/photoprism/1.0.13/ci/test-values.yaml +++ b/charts/photoprism/1.0.14/ci/test-values.yaml @@ -18,3 +18,4 @@ ownerUID: 568 password: admin123 public: false web_port: 32000 +global: {} diff --git a/charts/photoprism/1.0.13/ix_values.yaml b/charts/photoprism/1.0.14/ix_values.yaml similarity index 100% rename from charts/photoprism/1.0.13/ix_values.yaml rename to charts/photoprism/1.0.14/ix_values.yaml diff --git a/charts/photoprism/1.0.13/questions.yaml b/charts/photoprism/1.0.14/questions.yaml similarity index 100% rename from charts/photoprism/1.0.13/questions.yaml rename to charts/photoprism/1.0.14/questions.yaml diff --git a/charts/photoprism/1.0.13/templates/deployment.yaml b/charts/photoprism/1.0.14/templates/deployment.yaml similarity index 91% rename from charts/photoprism/1.0.13/templates/deployment.yaml rename to charts/photoprism/1.0.14/templates/deployment.yaml index 241c055a29..12397ef152 100644 --- a/charts/photoprism/1.0.13/templates/deployment.yaml +++ b/charts/photoprism/1.0.14/templates/deployment.yaml @@ -28,6 +28,13 @@ spec: annotations: {{ include "common.annotations" . | nindent 8 }} spec: hostNetwork: false + {{- if hasKey .Values "global" }} + {{- if hasKey .Values.global "ixChartContext" }} + {{- if .Values.global.ixChartContext.addNvidiaRuntimeClass }} + runtimeClassName: {{ .Values.global.ixChartContext.nvidiaRuntimeClassName }} + {{- end }} + {{- end }} + {{- end }} containers: - name: {{ .Chart.Name }} {{ include "common.resources.limitation" . | nindent 10 }} diff --git a/charts/photoprism/1.0.13/templates/pre-install-job.yaml b/charts/photoprism/1.0.14/templates/pre-install-job.yaml similarity index 100% rename from charts/photoprism/1.0.13/templates/pre-install-job.yaml rename to charts/photoprism/1.0.14/templates/pre-install-job.yaml diff --git a/charts/photoprism/1.0.13/templates/secret.yaml b/charts/photoprism/1.0.14/templates/secret.yaml similarity index 100% rename from charts/photoprism/1.0.13/templates/secret.yaml rename to charts/photoprism/1.0.14/templates/secret.yaml diff --git a/charts/photoprism/1.0.13/templates/service.yaml b/charts/photoprism/1.0.14/templates/service.yaml similarity index 100% rename from charts/photoprism/1.0.13/templates/service.yaml rename to charts/photoprism/1.0.14/templates/service.yaml diff --git a/charts/photoprism/1.0.13/templates/tests/deployment-check.yaml b/charts/photoprism/1.0.14/templates/tests/deployment-check.yaml similarity index 100% rename from charts/photoprism/1.0.13/templates/tests/deployment-check.yaml rename to charts/photoprism/1.0.14/templates/tests/deployment-check.yaml diff --git a/charts/plex/1.7.36/.helmignore b/charts/plex/1.7.37/.helmignore similarity index 100% rename from charts/plex/1.7.36/.helmignore rename to charts/plex/1.7.37/.helmignore diff --git a/charts/plex/1.7.36/Chart.lock b/charts/plex/1.7.37/Chart.lock similarity index 100% rename from charts/plex/1.7.36/Chart.lock rename to charts/plex/1.7.37/Chart.lock diff --git a/charts/plex/1.7.36/Chart.yaml b/charts/plex/1.7.37/Chart.yaml similarity index 97% rename from charts/plex/1.7.36/Chart.yaml rename to charts/plex/1.7.37/Chart.yaml index 1b13f1323c..f443cb8d1d 100644 --- a/charts/plex/1.7.36/Chart.yaml +++ b/charts/plex/1.7.37/Chart.yaml @@ -3,7 +3,7 @@ description: Plex Media Server annotations: title: Plex type: application -version: 1.7.36 +version: 1.7.37 apiVersion: v2 appVersion: 1.32.0.6918 kubeVersion: '>=1.16.0-0' diff --git a/charts/plex/1.7.36/README.md b/charts/plex/1.7.37/README.md similarity index 100% rename from charts/plex/1.7.36/README.md rename to charts/plex/1.7.37/README.md diff --git a/charts/plex/1.7.36/app-readme.md b/charts/plex/1.7.37/app-readme.md similarity index 100% rename from charts/plex/1.7.36/app-readme.md rename to charts/plex/1.7.37/app-readme.md diff --git a/charts/plex/1.7.36/charts/common-2207.0.0.tgz b/charts/plex/1.7.37/charts/common-2207.0.0.tgz similarity index 100% rename from charts/plex/1.7.36/charts/common-2207.0.0.tgz rename to charts/plex/1.7.37/charts/common-2207.0.0.tgz diff --git a/charts/plex/1.7.36/ci/test-values.yaml b/charts/plex/1.7.37/ci/test-values.yaml similarity index 98% rename from charts/plex/1.7.36/ci/test-values.yaml rename to charts/plex/1.7.37/ci/test-values.yaml index 3c187a8728..a7873d7dda 100644 --- a/charts/plex/1.7.36/ci/test-values.yaml +++ b/charts/plex/1.7.37/ci/test-values.yaml @@ -30,3 +30,4 @@ plexServiceTCP: port: 32400 timezone: Etc/UTC updateStrategy: Recreate +global: {} diff --git a/charts/plex/1.7.36/ix_values.yaml b/charts/plex/1.7.37/ix_values.yaml similarity index 100% rename from charts/plex/1.7.36/ix_values.yaml rename to charts/plex/1.7.37/ix_values.yaml diff --git a/charts/plex/1.7.36/migrations/migrate_from_1.0.0 b/charts/plex/1.7.37/migrations/migrate_from_1.0.0 similarity index 100% rename from charts/plex/1.7.36/migrations/migrate_from_1.0.0 rename to charts/plex/1.7.37/migrations/migrate_from_1.0.0 diff --git a/charts/plex/1.7.36/questions.yaml b/charts/plex/1.7.37/questions.yaml similarity index 100% rename from charts/plex/1.7.36/questions.yaml rename to charts/plex/1.7.37/questions.yaml diff --git a/charts/plex/1.7.36/templates/NOTES.txt b/charts/plex/1.7.37/templates/NOTES.txt similarity index 100% rename from charts/plex/1.7.36/templates/NOTES.txt rename to charts/plex/1.7.37/templates/NOTES.txt diff --git a/charts/plex/1.7.36/templates/deployment.yaml b/charts/plex/1.7.37/templates/deployment.yaml similarity index 93% rename from charts/plex/1.7.36/templates/deployment.yaml rename to charts/plex/1.7.37/templates/deployment.yaml index a43ac0bc39..a4071fff54 100644 --- a/charts/plex/1.7.36/templates/deployment.yaml +++ b/charts/plex/1.7.37/templates/deployment.yaml @@ -8,6 +8,13 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} dnsPolicy: ClusterFirstWithHostNet {{- end }} hostname: {{ template "common.names.fullname" . }} + {{- if hasKey .Values "global" }} + {{- if hasKey .Values.global "ixChartContext" }} + {{- if .Values.global.ixChartContext.addNvidiaRuntimeClass }} + runtimeClassName: {{ .Values.global.ixChartContext.nvidiaRuntimeClassName }} + {{- end }} + {{- end }} + {{- end }} containers: - name: {{ .Chart.Name }} {{ include "common.resources.limitation" . | nindent 10 }} diff --git a/charts/plex/1.7.36/templates/service-tcp.yaml b/charts/plex/1.7.37/templates/service-tcp.yaml similarity index 100% rename from charts/plex/1.7.36/templates/service-tcp.yaml rename to charts/plex/1.7.37/templates/service-tcp.yaml diff --git a/charts/plex/1.7.36/templates/service-udp.yaml b/charts/plex/1.7.37/templates/service-udp.yaml similarity index 100% rename from charts/plex/1.7.36/templates/service-udp.yaml rename to charts/plex/1.7.37/templates/service-udp.yaml