From 0914c34868782106bef06b41f838985d036dd7ea Mon Sep 17 00:00:00 2001 From: bugclerk <40872210+bugclerk@users.noreply.github.com> Date: Tue, 11 Jun 2024 04:49:18 -0700 Subject: [PATCH] Upgraded catalog item(s) (#2559) This commit upgrades ipfs catalog item(s). Co-authored-by: sonicaj --- library/ix-dev/community/ipfs/Chart.yaml | 4 ++-- library/ix-dev/community/ipfs/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/community/ipfs/Chart.yaml b/library/ix-dev/community/ipfs/Chart.yaml index d9acc632e4..b687454e10 100644 --- a/library/ix-dev/community/ipfs/Chart.yaml +++ b/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.36 +version: 1.0.37 apiVersion: v2 -appVersion: v0.28.0 +appVersion: v0.29.0 kubeVersion: '>=1.16.0-0' maintainers: - name: truenas diff --git a/library/ix-dev/community/ipfs/values.yaml b/library/ix-dev/community/ipfs/values.yaml index 1018e6813e..ecdf14d07e 100644 --- a/library/ix-dev/community/ipfs/values.yaml +++ b/library/ix-dev/community/ipfs/values.yaml @@ -1,7 +1,7 @@ image: repository: ipfs/kubo pullPolicy: IfNotPresent - tag: v0.28.0 + tag: v0.29.0 resources: limits: cpu: 4000m