Skip to content

Commit 6b4fe20

Browse files
committed
fixing api wait-db uid for vanilla deployment
1 parent 5b92d7c commit 6b4fe20

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

charts/netapp-neo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: NetApp Neo v4.x — context lake microservice architecture for AI s
44
type: application
55
keywords: ["NetApp", "Neo", "MCP", "AI", "context lake"]
66
home: "https://netapp.github.io/Innovation-Labs/"
7-
version: 26.5.4
7+
version: 26.5.5
88
appVersion: "4.1.4"

charts/netapp-neo/templates/api-deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ spec:
2424
serviceAccountName: {{ include "netapp-neo.apiServiceAccountName" . }}
2525
{{- end }}
2626
securityContext:
27+
{{- if not (and .Values.openshift.deploy .Values.openshift.restrictedV2.enabled) }}
28+
runAsUser: 1000
29+
runAsGroup: 1000
30+
fsGroup: 1000
31+
{{- end }}
2732
runAsNonRoot: true
2833
{{- if .Values.postgresql.enabled }}
2934
initContainers:

0 commit comments

Comments
 (0)