From 8f6f5a6404fc51fbdb3a9b3ba8a7885050c056ce Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Sun, 19 Feb 2023 14:27:59 -0500 Subject: [PATCH] fix(wizarr) set tag v1.6.1 (#7375) --- charts/incubator/wizarr/Chart.yaml | 4 ++-- charts/incubator/wizarr/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/wizarr/Chart.yaml b/charts/incubator/wizarr/Chart.yaml index 6719b9b6422..6e0c4c48768 100644 --- a/charts/incubator/wizarr/Chart.yaml +++ b/charts/incubator/wizarr/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "latest" +appVersion: "1.6.1" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -24,7 +24,7 @@ sources: - https://ghcr.io/wizarrrr/wizarr - https://github.com/Wizarrrr/wizarr type: application -version: 0.0.8 +version: 1.0.0 annotations: truecharts.org/catagories: | - HomeAutomation diff --git a/charts/incubator/wizarr/values.yaml b/charts/incubator/wizarr/values.yaml index bbfe789b761..219f2ae62e0 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:70e426d55103676103540729769d29fda08bbf567a06c3f51caaf11318523ae9 + tag: 1.6.1@sha256:8f803f5f8e8f503da85d59887c5c4c8543d3373bc02dc25722924b72107b90e2 env: APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"