mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Update catalog information
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
"latest_version": "1.0.0",
|
||||
"latest_app_version": "latest",
|
||||
"latest_human_version": "latest_1.0.0",
|
||||
"last_update": null,
|
||||
"last_update": "2023-05-09 13:50:04",
|
||||
"name": "ddns-updater",
|
||||
"recommended": false,
|
||||
"title": "DDNS Updater",
|
||||
@@ -961,9 +961,9 @@
|
||||
"healthy_error": null,
|
||||
"home": "https://ipfs.tech/",
|
||||
"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",
|
||||
"name": "ipfs",
|
||||
"recommended": false,
|
||||
|
||||
@@ -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"
|
||||
Binary file not shown.
6
community/ipfs/1.0.8/Chart.lock
Normal file
6
community/ipfs/1.0.8/Chart.lock
Normal file
@@ -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"
|
||||
@@ -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:
|
||||
BIN
community/ipfs/1.0.8/charts/common-1.0.7.tgz
Normal file
BIN
community/ipfs/1.0.8/charts/common-1.0.7.tgz
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ipfs/kubo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.19.2
|
||||
tag: v0.20.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 4000m
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user