Files
truecharts/charts/incubator/prowlarr/SCALE/ix_values.yaml
T
7210bc78eb chore(deps): update container image ghcr.io/k8s-at-home/prowlarr to v0.1.0.822 (#777)
* chore(deps): update container image ghcr.io/k8s-at-home/prowlarr to v0.1.0.822

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-17 16:32:03 +02:00

20 lines
570 B
YAML

##
# This file contains Values.yaml content that gets added to the output of questions.yaml
# It's ONLY meant for content that the user is NOT expected to change.
# Example: Everything under "image" is not included in questions.yaml but is included here.
##
image:
# -- image repository
repository: ghcr.io/k8s-at-home/prowlarr
# -- image tag
tag: v0.1.0.822
# -- image pull policy
pullPolicy: IfNotPresent
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##