From 3a6da5e453c5f3df18a5b9f6a6a22f0006e672cf Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 15 Jun 2022 10:30:08 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220614.0.221142 (#2892) * chore(deps): update container image kopia/kopia to v20220614.0.221142 * 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 377e8a9a687..9c429c20033 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.7 +version: 2.0.8 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index 015c23d96d8..a055d2f88e9 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220613.0.214712@sha256:187d67ac70300a62b7b28a6f4dbeba9b577c55cf2a97bcad491cab63b3392043 + tag: 20220614.0.221142@sha256:33dfb0f8b887b9925863e9453933382da7074aa31d1763c5dfb9fec0e272368b pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]