diff --git a/charts/incubator/wizarr/Chart.yaml b/charts/incubator/wizarr/Chart.yaml index dd7597e21de..70a34b30fe3 100644 --- a/charts/incubator/wizarr/Chart.yaml +++ b/charts/incubator/wizarr/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://hub.docker.com/r/wizarr/wizarr - https://github.com/Wizarrrr/wizarr type: application -version: 0.0.7 +version: 0.0.8 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/incubator/wizarr/values.yaml b/charts/incubator/wizarr/values.yaml index d560c42ba48..bbfe789b761 100644 --- a/charts/incubator/wizarr/values.yaml +++ b/charts/incubator/wizarr/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/wizarr pullPolicy: IfNotPresent - tag: latest@sha256:f8a74452457b2fee8cc21bd199c4f347d35d514d36a3513268bc7233776b048e + tag: latest@sha256:70e426d55103676103540729769d29fda08bbf567a06c3f51caaf11318523ae9 env: APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"