Update catalog information

This commit is contained in:
sonicaj
2023-04-13 12:39:59 +00:00
parent d8620d45dc
commit 227202ebae
61 changed files with 47 additions and 13 deletions

View File

@@ -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,

View File

@@ -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'

View File

@@ -13,3 +13,4 @@ extraAppVolumeMounts:
gpuConfiguration: {}
hostNetwork: false
updateStrategy: Recreate
global: {}

View File

@@ -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 }}

View File

@@ -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"

View File

@@ -42,5 +42,7 @@ securityContext:
capabilities: []
tty: true
stdin: true
# CI Enabled
ci: true
global: {}

View File

@@ -0,0 +1 @@
placeholder: {}

View File

@@ -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 }}

View File

@@ -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'

View File

@@ -18,3 +18,4 @@ ownerUID: 568
password: admin123
public: false
web_port: 32000
global: {}

View File

@@ -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 }}

View File

@@ -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'

View File

@@ -30,3 +30,4 @@ plexServiceTCP:
port: 32400
timezone: Etc/UTC
updateStrategy: Recreate
global: {}

View File

@@ -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 }}