mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 12:09:53 +08:00
Update tags for test values
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/chia-network/chia
|
||||
tag: 1.1.6
|
||||
tag: 1.1.7
|
||||
pullPolicy: IfNotPresent
|
||||
updateStrategy: Recreate
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ipfs/go-ipfs
|
||||
tag: 0.9.0
|
||||
tag: v0.9.0
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
image:
|
||||
repository: ipfs/go-ipfs
|
||||
tag: v0.8.0
|
||||
tag: v0.9.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
|
||||
@@ -12,7 +12,7 @@ def newer_mapping(image_tags):
|
||||
return {}
|
||||
|
||||
return {
|
||||
'tags': {key: version},
|
||||
'tags': {key: f'v{version}'},
|
||||
'app_version': f'v{version}',
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
##
|
||||
image:
|
||||
repository: minio/minio
|
||||
tag: RELEASE.2021-04-06T23-11-00Z
|
||||
tag: RELEASE.2021-06-17T00-10-46Z
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Additional arguments to pass to minio binary
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
image:
|
||||
repository: plexinc/pms-docker
|
||||
tag: 1.23.2.4656-85f0adf5b
|
||||
tag: 1.23.3.4707-ebb5fe9f3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
##### START --> Official PLEX container environment variables
|
||||
|
||||
Reference in New Issue
Block a user