From 9346b7b8f64220dbb8e71b0a671f191b3c33c4bf Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 7 Mar 2024 08:58:33 -0300 Subject: [PATCH] remove eth2=true node selector label (#858) --- charts/eth2-common/Chart.yaml | 2 +- charts/eth2-common/templates/chain-ready.deployment.yaml | 2 -- charts/eth2-common/templates/prysm-beacon.statefulset.yaml | 2 -- charts/eth2-common/templates/prysm-validator.statefulset.yaml | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/charts/eth2-common/Chart.yaml b/charts/eth2-common/Chart.yaml index 3720724e1..56883f666 100644 --- a/charts/eth2-common/Chart.yaml +++ b/charts/eth2-common/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Elements shared by different eth2 clients name: eth2-common -version: 0.5.1 +version: 0.5.2 diff --git a/charts/eth2-common/templates/chain-ready.deployment.yaml b/charts/eth2-common/templates/chain-ready.deployment.yaml index 38df0858e..619e2c450 100644 --- a/charts/eth2-common/templates/chain-ready.deployment.yaml +++ b/charts/eth2-common/templates/chain-ready.deployment.yaml @@ -26,8 +26,6 @@ spec: values: - {{ .Release.Name }} topologyKey: kubernetes.io/hostname - nodeSelector: - eth2: "true" containers: - name: {{ .Values.ready.name }} image: {{ .Values.ready.image.repository }}:{{ .Values.ready.image.tag }} diff --git a/charts/eth2-common/templates/prysm-beacon.statefulset.yaml b/charts/eth2-common/templates/prysm-beacon.statefulset.yaml index cd8f9990c..7eb31eed3 100644 --- a/charts/eth2-common/templates/prysm-beacon.statefulset.yaml +++ b/charts/eth2-common/templates/prysm-beacon.statefulset.yaml @@ -26,8 +26,6 @@ spec: values: - {{ .Release.Name }} topologyKey: kubernetes.io/hostname - nodeSelector: - eth2: "true" volumes: - name: {{ .Release.Name }}-genesis-config configMap: diff --git a/charts/eth2-common/templates/prysm-validator.statefulset.yaml b/charts/eth2-common/templates/prysm-validator.statefulset.yaml index d536feafd..b1d220dfe 100644 --- a/charts/eth2-common/templates/prysm-validator.statefulset.yaml +++ b/charts/eth2-common/templates/prysm-validator.statefulset.yaml @@ -26,8 +26,6 @@ spec: values: - {{ .Release.Name }} topologyKey: kubernetes.io/hostname - nodeSelector: - eth2: "true" volumes: - name: {{ .Release.Name }}-genesis-config configMap: