Unverified Commit d031a28b authored by Waqar Ahmed's avatar Waqar Ahmed Committed by GitHub

Merge pull request #86 from truenas/catalog-update-2d90

Upgraded catalog item(s)
parents 2d75a1a9 aef432e3
apiVersion: v1 apiVersion: v1
appVersion: 1.2.0-pre2 appVersion: 1.2.0
dependencies: dependencies:
- name: common - name: common
repository: file://../../../library/common/2105.0.0 repository: file://../../../library/common/2105.0.0
...@@ -15,4 +15,4 @@ name: chia ...@@ -15,4 +15,4 @@ name: chia
sources: sources:
- https://github.com/Chia-Network/chia-blockchain - https://github.com/Chia-Network/chia-blockchain
- https://github.com/orgs/chia-network/packages/container/package/chia - https://github.com/orgs/chia-network/packages/container/package/chia
version: 1.3.0 version: 1.3.1
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: ixsystems/chia-docker repository: ixsystems/chia-docker
tag: 1.2.0-pre2 tag: v1.2.0
updateStrategy: Recreate updateStrategy: Recreate
image:
repository: ixsystems/chia-docker
tag: 1.2.0-pre2
pullPolicy: IfNotPresent
updateStrategy: Recreate
appVolumeMounts: appVolumeMounts:
staging:
emptyDir: true
mountPath: "/plots"
data: data:
emptyDir: true emptyDir: true
mountPath: "/root/.chia" mountPath: /root/.chia
staging:
farmr_env: "off" emptyDir: true
mountPath: /plots
farmr_env: 'off'
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: v1.2.0
updateStrategy: Recreate
apiVersion: v1 apiVersion: v1
appVersion: '2021-06-17' appVersion: '2021-07-08'
dependencies: dependencies:
- name: common - name: common
repository: file://../../../library/common/2105.0.0 repository: file://../../../library/common/2105.0.0
...@@ -16,4 +16,4 @@ sources: ...@@ -16,4 +16,4 @@ sources:
- https://github.com/minio/minio - https://github.com/minio/minio
- https://github.com/minio/charts - https://github.com/minio/charts
upstream_version: 8.0.5 upstream_version: 8.0.5
version: 1.3.1 version: 1.3.2
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: minio/minio 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: appVolumeMounts:
export: export:
emptyDir: true emptyDir: true
mountPath: "/export" mountPath: /export
dnsConfig: dnsConfig:
options: [] 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 apiVersion: v2
name: nextcloud appVersion: '22'
version: 1.3.0 dependencies:
appVersion: 21.0.2 - name: common
description: A file sharing server that puts the control and security of your own data back into your hands. 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: keywords:
- nextcloud - nextcloud
- storage - storage
- http - http
- web - web
- php - php
home: https://nextcloud.com/ name: nextcloud
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
sources: sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
upstream_version: 2.3.2 upstream_version: 2.3.2
dependencies: version: 1.3.1
- name: common
repository: file://../../../library/common/2105.0.0
version: 2105.0.0
image: image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
## Official nextcloud image version appVolumeMounts:
## ref: https://hub.docker.com/r/library/nextcloud/tags/ nextcloud-data:
## emptyDir: true
mountPath: /var/www
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
image: image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
ixChartContext: {}
nextcloud: nextcloud:
datadir: /var/www/html/data
host: nextcloud.kube.home host: nextcloud.kube.home
username: admin
password: changeme password: changeme
datadir: /var/www/html/data username: admin
postgresAppVolumeMounts:
updateStrategy: "Recreate" postgres-backup:
emptyDir: true
mountPath: /postgres_backups
postgres-data:
emptyDir: true
mountPath: /var/lib/postgresql/data
postgresql: postgresql:
backupVolume: backupVolume:
mountPath: "/postgres_backups" datasetName: ix-postgres_backups
datasetName: "ix-postgres_backups" mountPath: /postgres_backups
dataVolume: dataVolume:
mountPath: "/var/lib/postgresql/data" datasetName: ix-postgres_data
datasetName: "ix-postgres_data" mountPath: /var/lib/postgresql/data
service: service:
nodePort: 31000 nodePort: 31000
updateStrategy: Recreate
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: []
apiVersion: v1 apiVersion: v1
appVersion: 1.2.0-pre2 appVersion: 1.2.0
dependencies: dependencies:
- name: common - name: common
repository: file://../../../library/common/2105.0.0 repository: file://../../../library/common/2105.0.0
...@@ -15,4 +15,4 @@ name: chia ...@@ -15,4 +15,4 @@ name: chia
sources: sources:
- https://github.com/Chia-Network/chia-blockchain - https://github.com/Chia-Network/chia-blockchain
- https://github.com/orgs/chia-network/packages/container/package/chia - https://github.com/orgs/chia-network/packages/container/package/chia
version: 1.3.0 version: 1.3.1
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: ixsystems/chia-docker repository: ixsystems/chia-docker
tag: 1.2.0-pre2 tag: v1.2.0
updateStrategy: Recreate updateStrategy: Recreate
image:
repository: ixsystems/chia-docker
tag: 1.2.0-pre2
pullPolicy: IfNotPresent
updateStrategy: Recreate
appVolumeMounts: appVolumeMounts:
staging:
emptyDir: true
mountPath: "/plots"
data: data:
emptyDir: true emptyDir: true
mountPath: "/root/.chia" mountPath: /root/.chia
staging:
farmr_env: "off" emptyDir: true
mountPath: /plots
farmr_env: 'off'
image:
pullPolicy: IfNotPresent
repository: ixsystems/chia-docker
tag: v1.2.0
updateStrategy: Recreate
apiVersion: v1 apiVersion: v1
appVersion: '2021-06-17' appVersion: '2021-07-08'
dependencies: dependencies:
- name: common - name: common
repository: file://../../../library/common/2105.0.0 repository: file://../../../library/common/2105.0.0
...@@ -16,4 +16,4 @@ sources: ...@@ -16,4 +16,4 @@ sources:
- https://github.com/minio/minio - https://github.com/minio/minio
- https://github.com/minio/charts - https://github.com/minio/charts
upstream_version: 8.0.5 upstream_version: 8.0.5
version: 1.3.1 version: 1.3.2
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: minio/minio 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: appVolumeMounts:
export: export:
emptyDir: true emptyDir: true
mountPath: "/export" mountPath: /export
dnsConfig: dnsConfig:
options: [] 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 apiVersion: v2
name: nextcloud appVersion: '22'
version: 1.3.0 dependencies:
appVersion: 21.0.2 - name: common
description: A file sharing server that puts the control and security of your own data back into your hands. 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: keywords:
- nextcloud - nextcloud
- storage - storage
- http - http
- web - web
- php - php
home: https://nextcloud.com/ name: nextcloud
icon: https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg
sources: sources:
- https://github.com/nextcloud/docker - https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm - https://github.com/nextcloud/helm
upstream_version: 2.3.2 upstream_version: 2.3.2
dependencies: version: 1.3.1
- name: common
repository: file://../../../library/common/2105.0.0
version: 2105.0.0
image: image:
repository: nextcloud
tag: 21.0.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: nextcloud
tag: '22'
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