Add updated version of nextcloud to charts train

This commit is contained in:
Waqar Ahmed
2021-04-07 22:01:30 +05:00
parent 3112458320
commit 3f9e731693
25 changed files with 6 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: nextcloud
version: 1.2.0
appVersion: 19.0.3
version: 1.2.1
appVersion: 20.0.7
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
- nextcloud

Binary file not shown.

View File

@@ -0,0 +1,4 @@
image:
repository: nextcloud
tag: 20.0.7
pullPolicy: IfNotPresent

View File

@@ -22,42 +22,6 @@ portals:
- "$variable-service.nodePort"
questions:
# Image related
- variable: image
description: "Docker Image Details"
label: "Docker Image"
group: "Container Images"
schema:
type: dict
required: true
attrs:
- variable: repository
description: "Docker image repository"
label: "Image repository"
schema:
type: string
default: "nextcloud"
required: true
- variable: tag
description: "Tag to use for specified image"
label: "Image Tag"
schema:
type: string
default: "latest"
- variable: pullPolicy
description: "Docker Image Pull Policy"
label: "Image Pull Policy"
schema:
type: string
default: "IfNotPresent"
enum:
- value: "IfNotPresent"
description: "Only pull image if not present on host"
- value: "Always"
description: "Always pull image even if present on host"
- value: "Never"
description: "Never pull image even if it's not present on host"
- variable: nextcloud
description: "Nextcloud configuration details"
label: "Nextcloud Configuration"