Commit b9390e7f authored by Waqar Ahmed's avatar Waqar Ahmed

Add updated version of ipfs to charts train

parent 81935d97
apiVersion: v1 apiVersion: v1
description: Global, Versioned, peer-to-peer filesystem. description: Global, Versioned, peer-to-peer filesystem.
name: ipfs name: ipfs
version: 1.0.1 version: 1.0.2
appVersion: master appVersion: v0.8.0
keywords: keywords:
- storage - storage
- p2p - p2p
......
image:
repository: ipfs/go-ipfs
tag: v0.8.0
pullPolicy: IfNotPresent
...@@ -19,42 +19,6 @@ portals: ...@@ -19,42 +19,6 @@ portals:
path: "/webui" path: "/webui"
questions: 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: "ipfs/go-ipfs"
required: true
- variable: tag
description: "Tag to use for specified image"
label: "Image Tag"
schema:
type: string
default: "v0.8.0-rc1"
- 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: updateStrategy - variable: updateStrategy
label: "IPFS update strategy" label: "IPFS update strategy"
group: "Workload Configuration" group: "Workload Configuration"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## ##
image: image:
repository: ipfs/go-ipfs repository: ipfs/go-ipfs
tag: v0.8.0-rc1 tag: v0.8.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Additional arguments to pass to minio binary ## Additional arguments to pass to minio binary
......
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