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>
This commit is contained in:
bugclerk
2023-05-10 10:32:52 -03:00
committed by GitHub
parent 26d4b00570
commit d1da312a25
6 changed files with 10 additions and 9 deletions

View File

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

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

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

View File

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