Upgraded catalog item(s)

This commit upgrades chia, minio, nextcloud catalog item(s).
This commit is contained in:
sonicaj
2021-07-08 14:14:38 +00:00
parent 2d75a1a94f
commit fb3edd8569
59 changed files with 75 additions and 99 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.2.0-pre2
appVersion: 1.2.0
dependencies:
- name: common
repository: file://../../../library/common/2105.0.0
@@ -15,4 +15,4 @@ name: chia
sources:
- https://github.com/Chia-Network/chia-blockchain
- https://github.com/orgs/chia-network/packages/container/package/chia
version: 1.3.0
version: 1.3.1

View File

@@ -1,5 +1,5 @@
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: 1.2.0-pre2
tag: 1.2.0
updateStrategy: Recreate

View File

@@ -1,15 +1,13 @@
image:
repository: ixsystems/chia-docker
tag: 1.2.0-pre2
pullPolicy: IfNotPresent
updateStrategy: Recreate
appVolumeMounts:
staging:
emptyDir: true
mountPath: "/plots"
data:
emptyDir: true
mountPath: "/root/.chia"
farmr_env: "off"
mountPath: /root/.chia
staging:
emptyDir: true
mountPath: /plots
farmr_env: 'off'
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: 1.2.0
updateStrategy: Recreate

View File

@@ -1,27 +0,0 @@
## Set default image, imageTag, and imagePullPolicy. mode is used to indicate the
##
image:
repository: minio/minio
tag: RELEASE.2021-06-17T00-10-46Z
pullPolicy: IfNotPresent
## Additional arguments to pass to minio binary
extraArgs: []
updateStrategy: RollingUpdate
service:
nodePort: 32324
environmentVariables: []
## Please refer for comprehensive list https://docs.minio.io/docs/minio-server-configuration-guide.html
emptyDirVolumes: true
appVolumeMounts:
export:
emptyDir: true
mountPath: "/export"
dnsConfig:
options: []

View File

@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: '2021-06-17'
appVersion: '2021-07-08'
dependencies:
- name: common
repository: file://../../../library/common/2105.0.0
@@ -16,4 +16,4 @@ sources:
- https://github.com/minio/minio
- https://github.com/minio/charts
upstream_version: 8.0.5
version: 1.3.1
version: 1.3.2

View File

@@ -1,4 +1,4 @@
image:
pullPolicy: IfNotPresent
repository: minio/minio
tag: RELEASE.2021-06-17T00-10-46Z
tag: RELEASE.2021-07-08T01-15-01Z

View File

@@ -0,0 +1,16 @@
appVolumeMounts:
export:
emptyDir: true
mountPath: /export
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
extraArgs: []
image:
pullPolicy: IfNotPresent
repository: minio/minio
tag: RELEASE.2021-07-08T01-15-01Z
service:
nodePort: 32324
updateStrategy: RollingUpdate

View File

@@ -1,22 +1,22 @@
apiVersion: v2
name: nextcloud
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.
appVersion: '22'
dependencies:
- name: common
repository: file://../../../library/common/2105.0.0
version: 2105.0.0
description: A file sharing server that puts the control and security of your own
data back into your hands.
home: https://nextcloud.com/
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
keywords:
- nextcloud
- storage
- http
- web
- php
home: https://nextcloud.com/
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
name: nextcloud
sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
upstream_version: 2.3.2
dependencies:
- name: common
repository: file://../../../library/common/2105.0.0
version: 2105.0.0
version: 1.3.1

View File

@@ -1,4 +1,4 @@
image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'

View File

@@ -1,46 +1,35 @@
## Official nextcloud image version
## ref: https://hub.docker.com/r/library/nextcloud/tags/
##
image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent
nextcloud:
host: nextcloud.kube.home
username: admin
password: changeme
datadir: /var/www/html/data
updateStrategy: "Recreate"
postgresql:
backupVolume:
mountPath: "/postgres_backups"
datasetName: "ix-postgres_backups"
dataVolume:
mountPath: "/var/lib/postgresql/data"
datasetName: "ix-postgres_data"
service:
nodePort: 31000
emptyDirVolumes: true
ixChartContext: {}
environmentVariables: []
appVolumeMounts:
nextcloud-data:
emptyDir: true
mountPath: "/var/www"
postgresAppVolumeMounts:
postgres-data:
emptyDir: true
mountPath: "/var/lib/postgresql/data"
postgres-backup:
emptyDir: true
mountPath: "/postgres_backups"
mountPath: /var/www
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
image:
pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
ixChartContext: {}
nextcloud:
datadir: /var/www/html/data
host: nextcloud.kube.home
password: changeme
username: admin
postgresAppVolumeMounts:
postgres-backup:
emptyDir: true
mountPath: /postgres_backups
postgres-data:
emptyDir: true
mountPath: /var/lib/postgresql/data
postgresql:
backupVolume:
datasetName: ix-postgres_backups
mountPath: /postgres_backups
dataVolume:
datasetName: ix-postgres_data
mountPath: /var/lib/postgresql/data
service:
nodePort: 31000
updateStrategy: Recreate