瀏覽代碼

Update catalog information

sonicaj 2 年之前
父節點
當前提交
5097351c66

+ 4 - 4
catalog.json

@@ -568,7 +568,7 @@
             "latest_version": "1.0.0",
             "latest_version": "1.0.0",
             "latest_app_version": "latest",
             "latest_app_version": "latest",
             "latest_human_version": "latest_1.0.0",
             "latest_human_version": "latest_1.0.0",
-            "last_update": null,
+            "last_update": "2023-05-09 13:50:04",
             "name": "ddns-updater",
             "name": "ddns-updater",
             "recommended": false,
             "recommended": false,
             "title": "DDNS Updater",
             "title": "DDNS Updater",
@@ -961,9 +961,9 @@
             "healthy_error": null,
             "healthy_error": null,
             "home": "https://ipfs.tech/",
             "home": "https://ipfs.tech/",
             "location": "/__w/charts/charts/community/ipfs",
             "location": "/__w/charts/charts/community/ipfs",
-            "latest_version": "1.0.7",
-            "latest_app_version": "v0.19.2",
-            "latest_human_version": "v0.19.2_1.0.7",
+            "latest_version": "1.0.8",
+            "latest_app_version": "v0.20.0",
+            "latest_human_version": "v0.20.0_1.0.8",
             "last_update": "2023-05-04 11:22:55",
             "last_update": "2023-05-04 11:22:55",
             "name": "ipfs",
             "name": "ipfs",
             "recommended": false,
             "recommended": false,

+ 0 - 6
community/ipfs/1.0.7/Chart.lock

@@ -1,6 +0,0 @@
-dependencies:
-- name: common
-  repository: file://../../../common
-  version: 1.0.6
-digest: sha256:2f1f31c15fb7f92db141a66adbb8d23a8598727730050a3883a211763a4e5472
-generated: "2023-04-20T15:40:49.779965625+03:00"

二進制
community/ipfs/1.0.7/charts/common-1.0.6.tgz


+ 6 - 0
community/ipfs/1.0.8/Chart.lock

@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+  repository: file://../../../common
+  version: 1.0.7
+digest: sha256:919bcf42446fc1748a1b77001ec0161bb7a72a198381794b716a6ebb459ac31b
+generated: "2023-05-10T16:11:14.326920901+03:00"

+ 3 - 3
community/ipfs/1.0.7/Chart.yaml → community/ipfs/1.0.8/Chart.yaml

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

+ 0 - 0
community/ipfs/1.0.7/README.md → community/ipfs/1.0.8/README.md


+ 0 - 0
community/ipfs/1.0.7/app-readme.md → community/ipfs/1.0.8/app-readme.md


二進制
community/ipfs/1.0.8/charts/common-1.0.7.tgz


+ 0 - 0
community/ipfs/1.0.7/ci/basic-values.yaml → community/ipfs/1.0.8/ci/basic-values.yaml


+ 0 - 0
community/ipfs/1.0.7/ci/extra-env-values.yaml → community/ipfs/1.0.8/ci/extra-env-values.yaml


+ 0 - 0
community/ipfs/1.0.7/ci/hostNet-values.yaml → community/ipfs/1.0.8/ci/hostNet-values.yaml


+ 1 - 1
community/ipfs/1.0.7/ix_values.yaml → community/ipfs/1.0.8/ix_values.yaml

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

+ 0 - 0
community/ipfs/1.0.7/metadata.yaml → community/ipfs/1.0.8/metadata.yaml


+ 0 - 0
community/ipfs/1.0.7/questions.yaml → community/ipfs/1.0.8/questions.yaml


+ 0 - 0
community/ipfs/1.0.7/templates/NOTES.txt → community/ipfs/1.0.8/templates/NOTES.txt


+ 0 - 0
community/ipfs/1.0.7/templates/_configuration.tpl → community/ipfs/1.0.8/templates/_configuration.tpl


+ 3 - 2
community/ipfs/1.0.7/templates/_ipfs.tpl → community/ipfs/1.0.8/templates/_ipfs.tpl

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

+ 0 - 0
community/ipfs/1.0.7/templates/_portal.tpl → community/ipfs/1.0.8/templates/_portal.tpl


+ 0 - 0
community/ipfs/1.0.7/templates/common.yaml → community/ipfs/1.0.8/templates/common.yaml