Skip to content

Commit

Permalink
Merge pull request #217 from Tricentis/release-20243
Browse files Browse the repository at this point in the history
Update Launch chart version
  • Loading branch information
irunets authored Oct 18, 2024
2 parents ff111e0 + f047d53 commit b9be400
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charts/qtest-launch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion Charts/qtest-launch/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- with .Values.topologySpreadConstraints }}
topologySpreadConstraints:
{{ toYaml . | indent 8 }}
{{- end }}
{{- end }}
{{ if .Values.imageCredentials.enabled }}
{{ if .Values.imageCredentials.existingImageCredentials }}
imagePullSecrets:
Expand Down Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion Charts/qtest-launch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reloader:
enabled: false
secrets:
name: qtest-manager-secret
aesSecretKeysName: qtest-aes-secret-keys
image:
repository: qasymphony/launch
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -125,7 +126,7 @@ vpaAutoscaling:
updateMode: "Off"
resourcePolicy:
containerPolicies:
- containerName: "*"
- containerName: '*'
controlledValues: RequestsAndLimits
# HPA values
autoscaling:
Expand Down

0 comments on commit b9be400

Please sign in to comment.