mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
14 lines
276 B
YAML
14 lines
276 B
YAML
# Default values for ix-chart.
|
|
|
|
image:
|
|
repository: debian
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "testing"
|
|
|
|
# Container CMD / entrypoint
|
|
container_entrypoint:
|
|
command: []
|
|
args: []
|
|
environment_variables: []
|