diff --git a/Charts/qtest-parameters/Chart.yaml b/Charts/qtest-parameters/Chart.yaml index 7e97a693..48818276 100644 --- a/Charts/qtest-parameters/Chart.yaml +++ b/Charts/qtest-parameters/Chart.yaml @@ -27,7 +27,7 @@ kubeVersion: ">=1.24.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.0 +version: 1.4.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/Charts/qtest-parameters/templates/deployment.yaml b/Charts/qtest-parameters/templates/deployment.yaml index 95951f5f..4ad694cc 100644 --- a/Charts/qtest-parameters/templates/deployment.yaml +++ b/Charts/qtest-parameters/templates/deployment.yaml @@ -181,11 +181,6 @@ spec: name: qtest-parameters-configmap key: qTestParametersSSLKey {{- end }} - - name: NODE_OPTIONS - valueFrom: - configMapKeyRef: - name: qtest-parameters-configmap - key: qTestParametersNodeOptions {{- with .Values.extraEnv }} {{ toYaml . | indent 12 }} {{- end }}