Commit 147a1d92 authored by sonicaj's avatar sonicaj

Update tags for test values

parent 69aca1f1
image:
repository: ghcr.io/chia-network/chia
tag: 1.1.6
tag: 1.1.7
pullPolicy: IfNotPresent
updateStrategy: Recreate
......
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment