Use fixed auto-updated versioning for fireflyiii podgrab and tvheadend
This commit is contained in:
parent
190eff5055
commit
b6375e3be8
|
@ -27,4 +27,4 @@ name: fireflyiii
|
|||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
image:
|
||||
repository: jc5x/firefly-iii
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: version-5.5.11
|
||||
|
||||
env:
|
||||
DB_USERNAME: fireflyiii
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: jc5x/firefly-iii
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: version-5.5.11
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: latest
|
||||
appVersion: auto
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://hub.docker.com/r/akhilrex/podgrab
|
||||
type: application
|
||||
upstream_version: 1.0.0
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
image:
|
||||
repository: akhilrex/podgrab
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
tag: 1.0.0
|
||||
|
||||
|
||||
##
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: akhilrex/podgrab
|
||||
pullPolicy: Always
|
||||
tag: latest
|
||||
tag: 1.0.0
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: latest
|
||||
appVersion: auto
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
|
@ -25,4 +25,4 @@ sources:
|
|||
- https://github.com/tvheadend/tvheadend
|
||||
type: application
|
||||
upstream_version: 1.1.2
|
||||
version: 6.0.1
|
||||
version: 6.0.2
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
image:
|
||||
repository: linuxserver/tvheadend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: version-63784405
|
||||
|
||||
##
|
||||
# Most other defaults are set in questions.yaml
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: linuxserver/tvheadend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest
|
||||
tag: version-63784405
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
Loading…
Reference in New Issue