Unverified Commit 8e1f2a3f authored by Waqar Ahmed's avatar Waqar Ahmed Committed by GitHub

Merge pull request #72 from truenas/update-21.06

Update charts for 21.06
parents 028523e0 6e5a6c1e
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"
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
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"
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"
......
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: []
* TLS Support added for Minio application. This lets users to use TrueNAS certificates with Minio Application.
\ No newline at end of file
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"
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
......@@ -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"
......
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: []
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"
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"
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
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: []
* 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.
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"
......@@ -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
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment