diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml index 515a82ddf04..dc77fdf57a9 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.5 +version: 2.0.6 annotations: truecharts.org/catagories: | - utility diff --git a/charts/stable/kopia/values.yaml b/charts/stable/kopia/values.yaml index b239fb7fd45..015c23d96d8 100644 --- a/charts/stable/kopia/values.yaml +++ b/charts/stable/kopia/values.yaml @@ -1,6 +1,6 @@ image: repository: kopia/kopia - tag: 20220611.0.141757@sha256:826e0c563847e242c3543c361d21cb809b9cde9588fd50755c46782e904a27fe + tag: 20220613.0.214712@sha256:187d67ac70300a62b7b28a6f4dbeba9b577c55cf2a97bcad491cab63b3392043 pullPolicy: IfNotPresent extraArgs: ["server", "--address=http://0.0.0.0:10238", "--ui", "--insecure"]