Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8569f9ed03
commit
22061f6a99
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [wizarr-1.0.4](https://github.com/truecharts/charts/compare/wizarr-1.0.3...wizarr-1.0.4) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v1.6.5
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [wizarr-1.0.5](https://github.com/truecharts/charts/compare/wizarr-1.0.4...wizarr-1.0.5) (2023-02-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-1.0.4](https://github.com/truecharts/charts/compare/wizarr-1.0.3...wizarr-1.0.4) (2023-02-23)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wizarr-0.0.3](https://github.com/truecharts/charts/compare/wizarr-0.0.2...wizarr-0.0.3) (2022-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.6.5"
|
||||
appVersion: "2.0.0"
|
||||
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: 1.0.4
|
||||
version: 1.0.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wizarr-1.0.5](https://github.com/truecharts/charts/compare/wizarr-1.0.4...wizarr-1.0.5) (2023-02-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wizarr to v2.0.0
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wizarr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.5@sha256:a3e49f7ada50f5b231720a82e1c7ed48bf5cfa8a73d641fd42be4c1a593c2098
|
||||
tag: 2.0.0@sha256:de2c3ab3f1a241e8ba05b52ee188a6499495dca64b897d7d53abc0479f71add4
|
||||
|
||||
env:
|
||||
APP_URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
Loading…
Reference in New Issue