From f047d53e88268304b57b5421fd2671f1609afb75 Mon Sep 17 00:00:00 2001 From: TricentisDevOps Date: Thu, 17 Oct 2024 07:22:07 +0000 Subject: [PATCH] Update from Tricentis-qTest/qtest-chart --- Charts/qtest-launch/Chart.yaml | 2 +- Charts/qtest-launch/templates/deployment.yaml | 7 ++++++- Charts/qtest-launch/values.yaml | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Charts/qtest-launch/Chart.yaml b/Charts/qtest-launch/Chart.yaml index 67f733c3..c2e6193b 100644 --- a/Charts/qtest-launch/Chart.yaml +++ b/Charts/qtest-launch/Chart.yaml @@ -28,7 +28,7 @@ kubeVersion: ">=1.24.0-0" # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.4 +version: 1.5.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. diff --git a/Charts/qtest-launch/templates/deployment.yaml b/Charts/qtest-launch/templates/deployment.yaml index 97d630f3..1f48d939 100644 --- a/Charts/qtest-launch/templates/deployment.yaml +++ b/Charts/qtest-launch/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: {{- with .Values.topologySpreadConstraints }} topologySpreadConstraints: {{ toYaml . | indent 8 }} - {{- end }} + {{- end }} {{ if .Values.imageCredentials.enabled }} {{ if .Values.imageCredentials.existingImageCredentials }} imagePullSecrets: @@ -154,6 +154,11 @@ spec: configMapKeyRef: name: qtest-launch-configmap key: qTestLaunchTCPWD + - name: AES_SECRET_KEYS + valueFrom: + secretKeyRef: + name: {{ .Values.secrets.aesSecretKeysName }} + key: AESsecretKeys - name: NODE_TLS_REJECT_UNAUTHORIZED valueFrom: configMapKeyRef: diff --git a/Charts/qtest-launch/values.yaml b/Charts/qtest-launch/values.yaml index 2d1cb2c4..60b00951 100644 --- a/Charts/qtest-launch/values.yaml +++ b/Charts/qtest-launch/values.yaml @@ -6,6 +6,7 @@ reloader: enabled: false secrets: name: qtest-manager-secret + aesSecretKeysName: qtest-aes-secret-keys image: repository: qasymphony/launch pullPolicy: IfNotPresent @@ -125,7 +126,7 @@ vpaAutoscaling: updateMode: "Off" resourcePolicy: containerPolicies: - - containerName: "*" + - containerName: '*' controlledValues: RequestsAndLimits # HPA values autoscaling: