Skip to content

Commit 67d2d7d

Browse files
committed
helm updated deprecated notation
1 parent 6e9d0d8 commit 67d2d7d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ spec:
4949
medium: Memory
5050
{{- include "carts.volumes" . | nindent 8 }}
5151
nodeSelector:
52-
beta.kubernetes.io/os: linux
52+
kubernetes.io/os: linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ spec:
7171
medium: Memory
7272
{{- include "orders.volumes" . | nindent 8 }}
7373
nodeSelector:
74-
beta.kubernetes.io/os: linux
74+
kubernetes.io/os: linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ spec:
4545
securityContext:
4646
{{- toYaml .Values.securityContext | nindent 12 }}
4747
nodeSelector:
48-
beta.kubernetes.io/os: linux
48+
kubernetes.io/os: linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ spec:
3131
securityContext:
3232
{{- toYaml .Values.securityContext | nindent 12 }}
3333
nodeSelector:
34-
beta.kubernetes.io/os: linux
34+
kubernetes.io/os: linux

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ spec:
4848
periodSeconds: 5
4949
volumes: {{- include "user.volumes" . | nindent 8 }}
5050
nodeSelector:
51-
beta.kubernetes.io/os: linux
51+
kubernetes.io/os: linux

0 commit comments

Comments
 (0)