Commit aef432e3 authored by sonicaj's avatar sonicaj

Update charts train from test train

parent fb3edd85
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
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: 1.2.0-pre2
tag: v1.2.0
updateStrategy: Recreate
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: v1.2.0
updateStrategy: Recreate
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
image:
pullPolicy: IfNotPresent
repository: minio/minio
tag: RELEASE.2021-06-17T00-10-46Z
tag: RELEASE.2021-07-08T01-15-01Z
## 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"
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
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
image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
## Official nextcloud image version
## ref: https://hub.docker.com/r/library/nextcloud/tags/
##
appVolumeMounts:
nextcloud-data:
emptyDir: true
mountPath: /var/www
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
ixChartContext: {}
nextcloud:
datadir: /var/www/html/data
host: nextcloud.kube.home
username: admin
password: changeme
datadir: /var/www/html/data
updateStrategy: "Recreate"
username: admin
postgresAppVolumeMounts:
postgres-backup:
emptyDir: true
mountPath: /postgres_backups
postgres-data:
emptyDir: true
mountPath: /var/lib/postgresql/data
postgresql:
backupVolume:
mountPath: "/postgres_backups"
datasetName: "ix-postgres_backups"
datasetName: ix-postgres_backups
mountPath: /postgres_backups
dataVolume:
mountPath: "/var/lib/postgresql/data"
datasetName: "ix-postgres_data"
datasetName: ix-postgres_data
mountPath: /var/lib/postgresql/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"
dnsConfig:
options: []
updateStrategy: Recreate
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: 1.2.0
tag: v1.2.0
updateStrategy: Recreate
......@@ -9,5 +9,5 @@ farmr_env: 'off'
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: 1.2.0
tag: v1.2.0
updateStrategy: Recreate
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