diff --git a/Charts/qtest-parameters/Chart.yaml b/Charts/qtest-parameters/Chart.yaml index b0d9deb9..3539f087 100644 --- a/Charts/qtest-parameters/Chart.yaml +++ b/Charts/qtest-parameters/Chart.yaml @@ -22,16 +22,14 @@ maintainers: email: p.jaladi@ext.tricentis.com - name: liemng email: l.nguyen@tricentis.com - - name: tomasw - email: t.wallick@ext.tricentis.com home: https://github.com/Tricentis-qTest/qtest-chart.git 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.1.0 +version: 1.2.0 # 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. # It is recommended to use it with quotes. -appVersion: "2023.5.0" +appVersion: "2024.1.op" diff --git a/Charts/qtest-parameters/templates/configmap.yaml b/Charts/qtest-parameters/templates/configmap.yaml index 9b4e972d..ad318e33 100644 --- a/Charts/qtest-parameters/templates/configmap.yaml +++ b/Charts/qtest-parameters/templates/configmap.yaml @@ -24,4 +24,5 @@ data: qTestParametersPort: "{{ .Values.service.targetHttpsPort }}" {{- else }} qTestParametersPort: "{{ .Values.service.targetPort }}" + qTestParametersDeploymentEnv: "{{ .Values.qTestParameters.qTestParametersDeploymentEnv }}" {{- end -}} diff --git a/Charts/qtest-parameters/templates/deployment.yaml b/Charts/qtest-parameters/templates/deployment.yaml index bff4f877..ef534363 100644 --- a/Charts/qtest-parameters/templates/deployment.yaml +++ b/Charts/qtest-parameters/templates/deployment.yaml @@ -154,6 +154,11 @@ spec: secretKeyRef: name: {{ .Values.secrets.name }} key: {{ .Values.secrets.secretKey }} + - name: DEPLOYMENT_ENV + valueFrom: + configMapKeyRef: + name: qtest-parameters-configmap + key: qTestParametersDeploymentEnv - name: SSL_ENABLED valueFrom: configMapKeyRef: diff --git a/Charts/qtest-parameters/templates/hpa.yaml b/Charts/qtest-parameters/templates/hpa.yaml index 5c0cddd6..cc16b372 100644 --- a/Charts/qtest-parameters/templates/hpa.yaml +++ b/Charts/qtest-parameters/templates/hpa.yaml @@ -31,7 +31,6 @@ spec: type: Utilization averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} -{{- end }} {{- else }} apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler @@ -64,4 +63,5 @@ spec: type: Utilization averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} +{{- end }} diff --git a/Charts/qtest-parameters/values.yaml b/Charts/qtest-parameters/values.yaml index a6f23123..680995f8 100644 --- a/Charts/qtest-parameters/values.yaml +++ b/Charts/qtest-parameters/values.yaml @@ -9,7 +9,7 @@ secrets: image: repository: qasymphony/parameters pullPolicy: IfNotPresent - tag: "2023.5.0" + tag: "2024.1.op" imageCredentials: enabled: false # name: "" @@ -75,6 +75,7 @@ qTestParameters: qTestParametersSSLRequired: false qTestParametersSSLMountPath: "/mnt/secrets/tls" qTestParametersCorsOrigin: "tricentis.com" + qTestParametersDeploymentEnv: "saas" #### Ingress/IngressClass (> K8s 1.24-1.30+) ##### ingressClass: enabled: false