From 83a89171756cd0289b6ce2feddd152dfb7d61cc3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 16 Jun 2022 12:22:09 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220615.0.131817 (#2906) * chore(deps): update container image kopia/kopia to v20220615.0.131817 * Commit bumped App Version Signed-off-by: TrueCharts-Bot --- charts/stable/kopia/Chart.yaml | 2 +- charts/stable/kopia/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 4b47687af54..b2b73dc6836 100644 --- a/charts/stable/kopia/Chart.yaml +++ b/charts/stable/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: 2.0.8 +version: 2.0.9 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index a055d2f88e9..396607d97f5 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220614.0.221142@sha256:33dfb0f8b887b9925863e9453933382da7074aa31d1763c5dfb9fec0e272368b + tag: 20220615.0.131817@sha256:da1f0ffb80cf3c6a19a4529c37e189d1742e4ce3035eae67af13885ed41b87a4 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]