瀏覽代碼

Upgraded catalog item(s) (#1192)

* Upgraded catalog item(s)

        This commit upgrades ipfs catalog item(s).

* bump common

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
bugclerk 2 年之前
父節點
當前提交
d1da312a25

+ 3 - 3
library/ix-dev/community/ipfs/Chart.lock

@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: file://../../../common
-  version: 1.0.6
-digest: sha256:2f1f31c15fb7f92db141a66adbb8d23a8598727730050a3883a211763a4e5472
-generated: "2023-04-20T15:40:49.779965625+03:00"
+  version: 1.0.7
+digest: sha256:919bcf42446fc1748a1b77001ec0161bb7a72a198381794b716a6ebb459ac31b
+generated: "2023-05-10T16:11:14.326920901+03:00"

+ 3 - 3
library/ix-dev/community/ipfs/Chart.yaml

@@ -4,9 +4,9 @@ description: Interplanetary Filesystem - the Web3 standard for content-addressin
 annotations:
   title: IPFS
 type: application
-version: 1.0.7
+version: 1.0.8
 apiVersion: v2
-appVersion: v0.19.2
+appVersion: v0.20.0
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas
@@ -15,7 +15,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.0.6
+    version: 1.0.7
 home: https://ipfs.tech/
 icon: https://avatars.githubusercontent.com/u/10536621
 sources:

二進制
library/ix-dev/community/ipfs/charts/common-1.0.6.tgz


二進制
library/ix-dev/community/ipfs/charts/common-1.0.7.tgz


+ 3 - 2
library/ix-dev/community/ipfs/templates/_ipfs.tpl

@@ -15,9 +15,10 @@ workload:
             runAsUser: {{ .Values.ipfsRunAs.user }}
             runAsGroup: {{ .Values.ipfsRunAs.group }}
           {{ with .Values.ipfsConfig.additionalEnvs }}
-          env:
+          envList:
             {{ range $env := . }}
-            {{ $env.name }}: {{ $env.value }}
+            - name: {{ $env.name }}
+              value: {{ $env.value }}
             {{ end }}
           {{ end }}
           probes:

+ 1 - 1
library/ix-dev/community/ipfs/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ipfs/kubo
   pullPolicy: IfNotPresent
-  tag: v0.19.2
+  tag: v0.20.0
 resources:
   limits:
     cpu: 4000m