From 9c563adfe1c89240e5713dc14ea3282d5788aded Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 14 Jun 2022 09:15:49 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220613.0.214712 (#2874) * chore(deps): update container image kopia/kopia to v20220613.0.214712 * 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 515a82ddf04..dc77fdf57a9 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.5 +version: 2.0.6 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index b239fb7fd45..015c23d96d8 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220611.0.141757@sha256:826e0c563847e242c3543c361d21cb809b9cde9588fd50755c46782e904a27fe + tag: 20220613.0.214712@sha256:187d67ac70300a62b7b28a6f4dbeba9b577c55cf2a97bcad491cab63b3392043 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]