diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 377e8a9a687..9c429c20033 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.7 +version: 2.0.8 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index 015c23d96d8..a055d2f88e9 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220613.0.214712@sha256:187d67ac70300a62b7b28a6f4dbeba9b577c55cf2a97bcad491cab63b3392043 + tag: 20220614.0.221142@sha256:33dfb0f8b887b9925863e9453933382da7074aa31d1763c5dfb9fec0e272368b pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]