diff --git a/charts/incubator/kopia/Chart.yaml b/charts/incubator/kopia/Chart.yaml index 476b7251677..9af81cb54d8 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.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/kopia/values.yaml b/charts/incubator/kopia/values.yaml index 64553c3f853..34588e491a4 100644 --- a/charts/incubator/kopia/values.yaml +++ b/charts/incubator/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220506.0.211612@sha256:c2188c2129acb623001b0ff81a61b71f93fb27797c0054b805754c77a72fb277 + tag: 20220510.0.34525@sha256:01dd824e7e4e1044bbb2e5d746923dffa9d7c03cd4c632cdaa43726ac8b1112d pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]