Skip to content

Commit 3457d7f

Browse files
committed
MuShop helm chart updates for OKE Virtual Nodes
Signed-off-by: junior <[email protected]>
1 parent 8ef9861 commit 3457d7f

File tree

18 files changed

+37
-20
lines changed

18 files changed

+37
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
name: api
33
appVersion: 2.3.2
4-
version: 0.2.0
4+
version: 0.2.1
55
description: Helm chart for API component of the MuShop

deploy/complete/helm-chart/mushop/charts/api/templates/api-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ spec:
6060
{{- if not .Values.global.okeVirtualNodesSupport }}
6161
securityContext:
6262
{{- toYaml .Values.securityContext | nindent 12 }}
63+
{{- else }}
64+
automountServiceAccountToken: false
6365
{{- end }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
name: assets
33
appVersion: 1.1.3
4-
version: 0.2.0
4+
version: 0.2.1
55
description: Helm chart for media assets component of MuShop

deploy/complete/helm-chart/mushop/charts/assets/templates/assets-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ spec:
4141
{{- if not .Values.global.okeVirtualNodesSupport }}
4242
securityContext:
4343
{{- toYaml .Values.securityContext | nindent 12 }}
44+
{{- else }}
45+
automountServiceAccountToken: false
4446
{{- end }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
name: catalogue
33
appVersion: 1.4.0
4-
version: 0.2.0
4+
version: 0.2.1
55
description: Helm chart for catalogue component of the MuShop

deploy/complete/helm-chart/mushop/charts/catalogue/templates/catalogue-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ spec:
6262
{{- if not .Values.global.okeVirtualNodesSupport }}
6363
securityContext:
6464
fsGroup: 687467
65+
{{- else }}
66+
automountServiceAccountToken: false
6567
{{- end }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
name: edge
33
appVersion: 1.1.0
4-
version: 0.2.0
4+
version: 0.2.1
55
description: Helm chart for edge component of the MuShop

deploy/complete/helm-chart/mushop/charts/edge/templates/edge-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ spec:
4646
{{- if not .Values.global.okeVirtualNodesSupport }}
4747
securityContext:
4848
{{- toYaml .Values.securityContext | nindent 12 }}
49+
{{- else }}
50+
automountServiceAccountToken: false
4951
{{- end }}
5052
volumes:
5153
- name: config
5254
configMap:
5355
name: {{ include "edge-router.fullname" .}}
54-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
22
name: events
33
appVersion: 0.0.2
4-
version: 0.2.0
4+
version: 0.2.1
55
description: Helm chart for events streaming component of MuShop

deploy/complete/helm-chart/mushop/charts/events/templates/events-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ spec:
4848
{{- if not .Values.global.okeVirtualNodesSupport }}
4949
securityContext:
5050
{{- toYaml .Values.securityContext | nindent 12 }}
51+
{{- else }}
52+
automountServiceAccountToken: false
5153
{{- end }}

0 commit comments

Comments
 (0)