From a8c954f1f6dc8799bae325eeef77dcf29eab1163 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 13 May 2022 09:38:25 +0200 Subject: [PATCH] chore(deps): update container image kopia/kopia to v20220513.0.335 (#2667) * chore(deps): update container image kopia/kopia to v20220513.0.335 * Commit bumped App Version Signed-off-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 fb5bc358a16..f4183bf01d8 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.5 +version: 0.0.6 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index 127b47ba833..a38acdb3ac5 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220511.0.135115@sha256:4b8eab0f70f73c4ae58893d95747623d182a75971c674dc516889db1b08dbbda + tag: 20220513.0.335@sha256:443b650f18ec1a835f66641986748e615136fe76aa772e05fbf9c9300f43fd4c pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]