mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
Merge pull request #72 from truenas/update-21.06
Update charts for 21.06
This commit is contained in:
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2104.0.0
|
||||
version: 2104.0.0
|
||||
digest: sha256:f0aa221073aafcc5e1602c2a9acb1a508ce72f6847c33dd4a9f9fe10017d5009
|
||||
generated: "2021-04-08T16:09:30.006044+05:00"
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Global, Versioned, peer-to-peer filesystem.
|
||||
name: chia
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
appVersion: 1.1.6
|
||||
keywords:
|
||||
- storage
|
||||
@@ -14,5 +14,5 @@ sources:
|
||||
- https://github.com/orgs/chia-network/packages/container/package/chia
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2104.0.0
|
||||
version: 2104.0.0
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
digest: sha256:6ab46f958de11ae6a24d8f7e18417aa9852a8d968d5b0cc94ffa4700449931d6
|
||||
generated: "2021-02-04T01:15:55.312886+05:00"
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Global, Versioned, peer-to-peer filesystem.
|
||||
name: ipfs
|
||||
version: 1.0.2
|
||||
version: 1.1.0
|
||||
appVersion: v0.8.0
|
||||
keywords:
|
||||
- storage
|
||||
@@ -14,5 +14,5 @@ sources:
|
||||
upstream_version: 0.8.0-rc1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
@@ -7,6 +7,8 @@ groups:
|
||||
description: "Configure Storage for IPFS"
|
||||
- name: "IPFS Configuration"
|
||||
description: "Configure Storage for IPFS"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
@@ -19,6 +21,34 @@ portals:
|
||||
path: "/webui"
|
||||
|
||||
questions:
|
||||
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
group: "Advanced DNS Settings"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "DNS Options"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Option Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Option Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: updateStrategy
|
||||
label: "IPFS update strategy"
|
||||
group: "Workload Configuration"
|
||||
6
charts/ipfs/1.1.0/requirements.lock
Normal file
6
charts/ipfs/1.1.0/requirements.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6
|
||||
generated: "2021-05-10T13:07:35.352903+05:00"
|
||||
@@ -55,4 +55,5 @@ spec:
|
||||
- name: gateway
|
||||
containerPort: 9880
|
||||
{{ include "common.containers.allEnvironmentVariables" .Values | nindent 10 }}
|
||||
{{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
|
||||
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
|
||||
@@ -25,3 +25,6 @@ appVolumeMounts:
|
||||
data:
|
||||
emptyDir: true
|
||||
mountPath: "/data/ipfs"
|
||||
|
||||
dnsConfig:
|
||||
options: []
|
||||
@@ -1 +0,0 @@
|
||||
* TLS Support added for Minio application. This lets users to use TrueNAS certificates with Minio Application.
|
||||
Binary file not shown.
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
digest: sha256:6ab46f958de11ae6a24d8f7e18417aa9852a8d968d5b0cc94ffa4700449931d6
|
||||
generated: "2021-02-04T01:15:55.416388+05:00"
|
||||
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: High Performance, Kubernetes Native Object Storage
|
||||
name: minio
|
||||
version: 1.2.1
|
||||
appVersion: RELEASE.2021-04-06T23-11-00Z
|
||||
version: 1.3.0
|
||||
appVersion: 2021-04-06
|
||||
keywords:
|
||||
- storage
|
||||
- object-storage
|
||||
@@ -15,5 +15,5 @@ sources:
|
||||
upstream_version: 8.0.5
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
BIN
charts/minio/1.3.0/charts/common-2105.0.0.tgz
Normal file
BIN
charts/minio/1.3.0/charts/common-2105.0.0.tgz
Normal file
Binary file not shown.
@@ -7,6 +7,8 @@ groups:
|
||||
description: "Configure Storage for Nextcloud"
|
||||
- name: "Minio Configuration"
|
||||
description: "Configure Minio credentials"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
@@ -18,6 +20,34 @@ portals:
|
||||
- "$variable-service.nodePort"
|
||||
|
||||
questions:
|
||||
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
group: "Advanced DNS Settings"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "DNS Options"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Option Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Option Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: updateStrategy
|
||||
label: "Minio update strategy"
|
||||
group: "Workload Configuration"
|
||||
6
charts/minio/1.3.0/requirements.lock
Normal file
6
charts/minio/1.3.0/requirements.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6
|
||||
generated: "2021-05-10T13:07:35.423192+05:00"
|
||||
@@ -43,5 +43,6 @@ spec:
|
||||
{{ $envList = mustAppend $envList (dict "name" "MINIO_ACCESS_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "accesskey") }}
|
||||
{{ $envList = mustAppend $envList (dict "name" "MINIO_SECRET_KEY" "valueFromSecret" true "secretName" $secretName "secretKey" "secretkey") }}
|
||||
{{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }}
|
||||
{{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
|
||||
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
|
||||
{{- include "minio.tlsKeysVolume" . | nindent 8 }}
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-02-19T04-38-02Z
|
||||
tag: RELEASE.2021-04-06T23-11-00Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
@@ -21,3 +21,7 @@ appVolumeMounts:
|
||||
export:
|
||||
emptyDir: true
|
||||
mountPath: "/export"
|
||||
|
||||
|
||||
dnsConfig:
|
||||
options: []
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
digest: sha256:6ab46f958de11ae6a24d8f7e18417aa9852a8d968d5b0cc94ffa4700449931d6
|
||||
generated: "2021-02-04T01:15:55.262077+05:00"
|
||||
Binary file not shown.
6
charts/nextcloud/1.3.0/Chart.lock
Normal file
6
charts/nextcloud/1.3.0/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
digest: sha256:11522ab36487826700d7ad0f86f713a4bb5d35248014bcef690fe94acbc09ef6
|
||||
generated: "2021-05-10T13:07:35.317071+05:00"
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: nextcloud
|
||||
version: 1.2.1
|
||||
appVersion: 21.0.0
|
||||
version: 1.3.0
|
||||
appVersion: 21.0.2
|
||||
description: A file sharing server that puts the control and security of your own data back into your hands.
|
||||
keywords:
|
||||
- nextcloud
|
||||
@@ -17,6 +17,6 @@ sources:
|
||||
upstream_version: 2.3.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
|
||||
BIN
charts/nextcloud/1.3.0/charts/common-2105.0.0.tgz
Normal file
BIN
charts/nextcloud/1.3.0/charts/common-2105.0.0.tgz
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
repository: nextcloud
|
||||
tag: 21.0.0
|
||||
tag: 21.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -11,6 +11,8 @@ groups:
|
||||
description: "Configure Postgresql for nextcloud"
|
||||
- name: "Scaling/Upgrade Policy"
|
||||
description: "Configure how pods are replaced when configuration is upgraded"
|
||||
- name: "Advanced DNS Settings"
|
||||
description: "Configure DNS settings"
|
||||
|
||||
portals:
|
||||
web_portal:
|
||||
@@ -22,6 +24,34 @@ portals:
|
||||
- "$variable-service.nodePort"
|
||||
|
||||
questions:
|
||||
|
||||
- variable: dnsConfig
|
||||
label: "DNS Configuration"
|
||||
group: "Advanced DNS Settings"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: options
|
||||
label: "DNS Options"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Option Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Option Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: nextcloud
|
||||
description: "Nextcloud configuration details"
|
||||
label: "Nextcloud Configuration"
|
||||
@@ -134,6 +164,31 @@ questions:
|
||||
type: hostpath
|
||||
required: true
|
||||
|
||||
- variable: extraAppVolumeMounts
|
||||
label: "Nextcloud Extra Host Path Volumes"
|
||||
group: "Storage"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: extraAppVolume
|
||||
label: "Nextcloud Host Path Volume"
|
||||
description: "Add an extra host path volume for nextcloud application"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: mountPath
|
||||
label: "Mount Path in Pod"
|
||||
description: "Path where the volume will be mounted inside the pod"
|
||||
schema:
|
||||
type: path
|
||||
required: true
|
||||
- variable: hostPath
|
||||
label: "Host Path"
|
||||
description: "Host path"
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
|
||||
- variable: postgresAppVolumeMounts
|
||||
label: "Postgres Storage"
|
||||
group: "Storage"
|
||||
@@ -48,7 +48,17 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/html/themes
|
||||
subPath: "themes"
|
||||
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
||||
- name: extrappvolume-{{ $index }}
|
||||
mountPath: {{ $hostPathConfiguration.mountPath }}
|
||||
{{ end }}
|
||||
{{ include "common.networking.dnsConfiguration" .Values | nindent 6 }}
|
||||
{{ include "common.storage.allAppVolumes" .Values | nindent 6 }}
|
||||
{{ range $index, $hostPathConfiguration := .Values.extraAppVolumeMounts }}
|
||||
- name: extrappvolume-{{ $index }}
|
||||
hostPath:
|
||||
path: {{ $hostPathConfiguration.hostPath }}
|
||||
{{ end }}
|
||||
# Will mount configuration files as www-data (id: 33) for nextcloud
|
||||
securityContext:
|
||||
fsGroup: 33
|
||||
@@ -3,7 +3,7 @@
|
||||
##
|
||||
image:
|
||||
repository: nextcloud
|
||||
tag: 19.0.3-apache
|
||||
tag: 21.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nextcloud:
|
||||
@@ -41,3 +41,6 @@ postgresAppVolumeMounts:
|
||||
postgres-backup:
|
||||
emptyDir: true
|
||||
mountPath: "/postgres_backups"
|
||||
|
||||
dnsConfig:
|
||||
options: []
|
||||
@@ -1,5 +0,0 @@
|
||||
* Application liveness / readiness probes were updated addressing a bug where TrueNAS failed
|
||||
to consider plex application as `Active` if it was configured to only use `HTTPS`.
|
||||
|
||||
* Nvidia GPU support was properly added which ensures users having NVIDIA gpu can now consume it
|
||||
for hardware acceleration.
|
||||
@@ -1,6 +0,0 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
digest: sha256:6ab46f958de11ae6a24d8f7e18417aa9852a8d968d5b0cc94ffa4700449931d6
|
||||
generated: "2021-02-04T01:15:55.470042+05:00"
|
||||
Binary file not shown.
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 1.23.2.4656
|
||||
description: Plex Media Server
|
||||
name: plex
|
||||
version: 1.6.0
|
||||
version: 1.6.1
|
||||
keywords:
|
||||
- plex
|
||||
home: https://plex.tv/
|
||||
@@ -13,6 +13,6 @@ sources:
|
||||
upstream_version: 2.1.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../library/common/2101.0.0
|
||||
version: 2101.0.0
|
||||
repository: file://../../../library/common/2105.0.0
|
||||
version: 2105.0.0
|
||||
|
||||
BIN
charts/plex/1.6.1/charts/common-2105.0.0.tgz
Normal file
BIN
charts/plex/1.6.1/charts/common-2105.0.0.tgz
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user