diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 4b47687af54..b2b73dc6836 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.8 +version: 2.0.9 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index a055d2f88e9..396607d97f5 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220614.0.221142@sha256:33dfb0f8b887b9925863e9453933382da7074aa31d1763c5dfb9fec0e272368b + tag: 20220615.0.131817@sha256:da1f0ffb80cf3c6a19a4529c37e189d1742e4ce3035eae67af13885ed41b87a4 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]