From be5dd8579ef0fbd536b7347a759a243006edc65f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 23 May 2022 07:13:17 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220522.0.201701 (#2735) * chore(deps): update container image kopia/kopia to v20220522.0.201701 * 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 13b7c2b0228..e90d4df0e24 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.9 +version: 0.0.10 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index e368416be7e..82199b35b1c 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220518.0.12706@sha256:b35f4e10ed1f6089c26d7196d9539d5efcf190c6cf10478eab338000d148af53 + tag: 20220522.0.201701@sha256:d41b04fe0aecf7ac8a75be3a02085ae0ceab8c23ef88dc6e44329884fb0944c2 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]