35 lines
706 B
Diff
35 lines
706 B
Diff
diff --git a/values.yaml b/values.yaml
|
|
index 7ed6839..2b144ad 100644
|
|
--- a/values.yaml
|
|
+++ b/values.yaml
|
|
@@ -1,6 +1,6 @@
|
|
image:
|
|
repository: registry.hub.docker.com/vaultwarden/server
|
|
- pullPolicy: IfNotPresent
|
|
+ pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
imagePullSecrets: []
|
|
@@ -10,13 +10,14 @@ podAnnotations: {}
|
|
podSecurityContext: {}
|
|
# fsGroup: 2000
|
|
|
|
-securityContext: {}
|
|
-# capabilities:
|
|
-# drop:
|
|
-# - ALL
|
|
-# readOnlyRootFilesystem: true
|
|
-# runAsNonRoot: true
|
|
-# runAsUser: 1000
|
|
+securityContext:
|
|
+capabilities:
|
|
+ drop:
|
|
+ - ALL
|
|
+
|
|
+readOnlyRootFilesystem: true
|
|
+runAsNonRoot: true
|
|
+runAsUser: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|