diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 0366a5959ac..7cff93b40c4 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: 1.0.0 +version: 1.0.1 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index de137f18120..d531fc19c29 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220528.0.132040@sha256:08e1637c0de22d155cdb7cd86600092453c92145a775f805444cabe6c0b5002c + tag: 20220529.0.22704@sha256:d4ec8b22bc52ccdfeeb066b08d34c7727406c46c8e6a0b0eea902ef5f31f5834 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]