diff --git a/charts/incubator/kopia/Chart.yaml b/charts/incubator/kopia/Chart.yaml index f7531628d96..1c48d1863ba 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.8 +version: 0.0.9 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index b5a9258abae..e368416be7e 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220516.0.115504@sha256:721173be603167a60a189c8187009c0da50c57cc7fe49966d7b12fc9188bcddc + tag: 20220518.0.12706@sha256:b35f4e10ed1f6089c26d7196d9539d5efcf190c6cf10478eab338000d148af53 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]