Files
truecharts/charts/stable/deepstack-gpu/SCALE/ix_values.yaml
Stavros Kois f845433829 feat(deepstack-gpu): Add deepstack-gpu (#1141)
* Add deepstack-gpu

* Bump version

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-10-14 23:42:35 +02:00

20 lines
641 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:
repository: deepquestai/deepstack
pullPolicy: IfNotPresent
tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
envTpl:
# Permissions Settings
USER_ID: "{{ .Values.env.PUID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##