From e560099de4900b74727eb6f00aef41de50610dbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 10:51:07 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220510.0.34525 (#2654) * chore(deps): update container image kopia/kopia to v20220510.0.34525 * 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 476b7251677..9af81cb54d8 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.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index 64553c3f853..34588e491a4 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220506.0.211612@sha256:c2188c2129acb623001b0ff81a61b71f93fb27797c0054b805754c77a72fb277 + tag: 20220510.0.34525@sha256:01dd824e7e4e1044bbb2e5d746923dffa9d7c03cd4c632cdaa43726ac8b1112d pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]