فهرست منبع

Add updated version of ipfs to charts train

Waqar Ahmed 4 سال پیش
والد
کامیت
b9390e7ff5

BIN
charts/ipfs/1.0.1/charts/common-2101.0.0.tgz


+ 0 - 0
charts/ipfs/1.0.1/.helmignore → charts/ipfs/1.0.2/.helmignore


+ 2 - 2
charts/ipfs/1.0.1/Chart.yaml → charts/ipfs/1.0.2/Chart.yaml

@@ -1,8 +1,8 @@
 apiVersion: v1
 description: Global, Versioned, peer-to-peer filesystem.
 name: ipfs
-version: 1.0.1
-appVersion: master
+version: 1.0.2
+appVersion: v0.8.0
 keywords:
 - storage
 - p2p

+ 0 - 0
charts/ipfs/1.0.1/README.md → charts/ipfs/1.0.2/README.md


+ 0 - 0
charts/ipfs/1.0.1/app-readme.md → charts/ipfs/1.0.2/app-readme.md


BIN
charts/ipfs/1.0.2/charts/common-2101.0.0.tgz


+ 0 - 0
charts/ipfs/1.0.1/default_values.yaml → charts/ipfs/1.0.2/default_values.yaml


+ 4 - 0
charts/ipfs/1.0.2/ix_values.yaml

@@ -0,0 +1,4 @@
+image:
+  repository: ipfs/go-ipfs
+  tag: v0.8.0
+  pullPolicy: IfNotPresent

+ 0 - 36
charts/ipfs/1.0.1/questions.yaml → charts/ipfs/1.0.2/questions.yaml

@@ -19,42 +19,6 @@ portals:
     path: "/webui"
 
 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
     label: "IPFS update strategy"
     group: "Workload Configuration"

+ 0 - 0
charts/ipfs/1.0.1/requirements.lock → charts/ipfs/1.0.2/requirements.lock


+ 0 - 0
charts/ipfs/1.0.1/templates/NOTES.txt → charts/ipfs/1.0.2/templates/NOTES.txt


+ 0 - 0
charts/ipfs/1.0.1/templates/deployment.yaml → charts/ipfs/1.0.2/templates/deployment.yaml


+ 0 - 0
charts/ipfs/1.0.1/templates/service.yaml → charts/ipfs/1.0.2/templates/service.yaml


+ 0 - 0
charts/ipfs/1.0.1/templates/serviceaccount.yaml → charts/ipfs/1.0.2/templates/serviceaccount.yaml


+ 1 - 1
charts/ipfs/1.0.1/test_values.yaml → charts/ipfs/1.0.2/test_values.yaml

@@ -2,7 +2,7 @@
 ##
 image:
   repository: ipfs/go-ipfs
-  tag: v0.8.0-rc1
+  tag: v0.8.0
   pullPolicy: IfNotPresent
 
 ## Additional arguments to pass to minio binary

+ 0 - 0
charts/ipfs/1.0.1/values.yaml → charts/ipfs/1.0.2/values.yaml