From a9d1b6e646f91a03f83a2767f582f7dfd4794fb1 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 26 May 2022 08:09:47 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220525.0.234505 (#2757) * chore(deps): update container image kopia/kopia to v20220525.0.234505 * Commit bumped App Version Signed-off-by: TrueCharts-Bot --- charts/incubator/kopia/Chart.yaml | 2 +- charts/incubator/kopia/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/kopia/Chart.yaml b/charts/incubator/kopia/Chart.yaml index cfe82a1e301..e678a55a900 100644 --- a/charts/incubator/kopia/Chart.yaml +++ b/charts/incubator/kopia/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://kopia.io/docs/installation/#docker-images - https://hub.docker.com/r/kopia/kopia - https://github.com/kopia/kopia -version: 0.0.12 +version: 0.0.13 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index 3ac6b7eb95c..596246147c1 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220523.0.174913@sha256:ef56e5bc179b6b810c9050624f765433924462926d3394d023343d20ccc96bad + tag: 20220525.0.234505@sha256:9d3cff1a106536ab96e0c90795b5479d506467e622426e5e759b6c321ba49aed pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]