@@ -3,7 +3,7 @@ description: Diskover is used to monitor size/volumes of distributed dataset.
annotations:
title: Diskover Data
type: application
-version: 2.0.0
+version: 2.0.1
apiVersion: v2
appVersion: "2.0.1"
kubeVersion: ">=1.16.0-0"
@@ -50,4 +50,10 @@ workload:
- |
curl -s -H "Authorization: Basic $(base64 <<< "elastic:$ELASTIC_PASSWORD")" \
http://localhost:9200/_cluster/health?local=true
+ initContainers:
+ {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
+ "UID" 1000
+ "GID" 1000
+ "mode" "check"
+ "type" "install") | nindent 8 }}
{{- end -}}
@@ -21,6 +21,11 @@ persistence:
elasticsearch:
mountPath: /usr/share/elasticsearch/data
+ {{- if and (eq .Values.diskoverStorage.esdata.type "ixVolume")
+ (not (.Values.diskoverStorage.esdata.ixVolumeConfig | default dict).aclEnable) }}
+ 01-permissions:
+ mountPath: /mnt/directories/esdata
+ {{- end }}
defaultcrawler:
enabled: true
type: configmap
@@ -4,7 +4,7 @@ description: Plex is a media server that allows you to stream your media to any
title: Plex
-version: 2.0.7
+version: 2.0.8
appVersion: 1.40.3.8555
kubeVersion: '>=1.16.0-0'
@@ -342,7 +342,6 @@ questions:
schema:
type: string
required: true
- immutable: true
default: "emptyDir"
enum:
- value: "hostPath"
@@ -451,7 +450,6 @@ questions:
default: "ixVolume"
@@ -3,7 +3,7 @@ description: SABnzbd is an Open Source Binary Newsreader written in Python.
title: SABnzbd
-version: 1.2.10
+version: 1.3.0
appVersion: 4.3.2
@@ -21,6 +21,16 @@ portals:
path: "$kubernetes-resource_configmap_portal_path"
questions:
+ - variable: TZ
+ group: SABnzbd Configuration
+ label: Timezone
+ schema:
+ type: string
+ default: Etc/UTC
+ required: true
+ $ref:
+ - definitions/timezone
+
- variable: sabnzbdConfig
label: ""
group: SABnzbd Configuration