19 lines
457 B
Diff
19 lines
457 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -56,7 +56,7 @@
|
|
# Declare variables to be passed into your templates.
|
|
|
|
# Default value is: loftsh/loft:{{ .Chart.Version }}
|
|
-# image: loftsh/loft
|
|
+image: loftsh/loft:2.2.1
|
|
|
|
# Additional enviroment variables in the form of
|
|
# VAR_NAME: VAR_VALUE
|
|
@@ -152,4 +152,4 @@
|
|
# - drops all capabilities
|
|
# - runs as non-root
|
|
securityContext:
|
|
- enabled: true
|
|
\ No newline at end of file
|
|
+ enabled: true
|