From b40f35c2c8597285a216412b6fffbebec5b230bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 May 2022 08:35:09 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220506.0.211612 (#2640) * chore(deps): update container image kopia/kopia to v20220506.0.211612 * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-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 63226ed282b..76364d14239 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.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index 48e0a4347f1..64553c3f853 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 0.10.7@sha256:2a4f9e0804c0897d8793cfa10d0a321e3c936544d89631ca9bac41ff9a68d903 + tag: 20220506.0.211612@sha256:c2188c2129acb623001b0ff81a61b71f93fb27797c0054b805754c77a72fb277 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]