You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
516 B
13 lines
516 B
# relok8s image hints file
|
|
# This file makes this Helm Chart relocatable by relok8s
|
|
# More info here https://github.com/vmware-tanzu/asset-relocation-tool-for-kubernetes
|
|
#
|
|
# postgresql chart
|
|
|
|
# postgresql image
|
|
- "{{.image.registry}}/{{.image.repository}}:{{.image.tag}}"
|
|
# os-shell image
|
|
- "{{.volumePermissions.image.registry}}/{{.volumePermissions.image.repository}}:{{.volumePermissions.image.tag}}"
|
|
# postgres-exporter image
|
|
- "{{.metrics.image.registry}}/{{.metrics.image.repository}}:{{.metrics.image.tag}}"
|
|
|
|
|