Update catalog information

This commit is contained in:
sonicaj
2023-05-10 13:33:34 +00:00
parent d1da312a25
commit 5097351c66
19 changed files with 17 additions and 16 deletions

View File

@@ -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,

View File

@@ -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"

View 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"

View File

@@ -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:

Binary file not shown.

View File

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

View File

@@ -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: