Skip to content

Commit fb4b08d

Browse files
Fix security context for openshift
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 0ff65a8 commit fb4b08d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

charts/service-gateway-presets/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following table lists the configurable parameters of the `service-gateway-pr
106106
| chart.name | | <code>service-gateway</code> |
107107
| chart.namespace | | <code>ace</code> |
108108
| chart.createNamespace | | <code>true</code> |
109-
| chart.version | | <code>"v2026.1.15"</code> |
109+
| chart.version | | <code>"v2026.2.16"</code> |
110110
| chart.sourceRef.kind | | <code>HelmRepository</code> |
111111
| chart.sourceRef.name | | <code>appscode-charts-oci</code> |
112112
| chart.sourceRef.namespace | | <code>kubeops</code> |

charts/service-gateway-presets/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ gateway:
6969
gateway:
7070
controllerName: gateway.voyagermesh.com/ace
7171
extensionApis: {}
72+
crd-manager:
73+
featureGates:
74+
GatewayOfficial: false
75+
EnvoyOfficial: true
76+
DatabaseRoute: true
7277
deployment:
7378
priorityClassName: system-cluster-critical
7479
annotations: {}
@@ -145,7 +150,7 @@ chart:
145150
name: service-gateway
146151
namespace: ace
147152
createNamespace: true
148-
version: "v2026.1.15"
153+
version: "v2026.2.16"
149154
sourceRef:
150155
kind: HelmRepository
151156
name: appscode-charts-oci

charts/service-gateway/templates/gateway/gw.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,6 @@ spec:
4949
app: {{ include "tenant.name" . }}-gw-seed-backend
5050
spec:
5151
serviceAccountName: {{ include "tenant.name" . }}-gw-seed-backend
52-
{{- if eq "true" ( include "distro.openshift" . ) }}
53-
securityContext:
54-
{{- toYaml (omit .Values.podSecurityContext "runAsUser" "runAsGroup" "fsGroup" "supplementalGroups") | nindent 8 }}
55-
{{- else }}
56-
securityContext:
57-
{{- toYaml .Values.podSecurityContext | nindent 8 }}
58-
{{- end }}
5952
containers:
6053
- image: "{{ .Values.echoserver.image }}:{{ .Values.echoserver.tag }}"
6154
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)