Skip to content

Commit

Permalink
Merge pull request #179 from Tricentis/2024.1.op
Browse files Browse the repository at this point in the history
Update Parameter version from 2023.5 to 2024.1
  • Loading branch information
irunets authored May 28, 2024
2 parents 2148c44 + 4f83ce9 commit e572350
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Charts/qtest-parameters/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ maintainers:
email: [email protected]
- name: liemng
email: [email protected]
- name: tomasw
email: [email protected]
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"
1 change: 1 addition & 0 deletions Charts/qtest-parameters/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ data:
qTestParametersPort: "{{ .Values.service.targetHttpsPort }}"
{{- else }}
qTestParametersPort: "{{ .Values.service.targetPort }}"
qTestParametersDeploymentEnv: "{{ .Values.qTestParameters.qTestParametersDeploymentEnv }}"
{{- end -}}
5 changes: 5 additions & 0 deletions Charts/qtest-parameters/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-parameters/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}
{{- else }}
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
Expand Down Expand Up @@ -64,4 +63,5 @@ spec:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
3 changes: 2 additions & 1 deletion Charts/qtest-parameters/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ secrets:
image:
repository: qasymphony/parameters
pullPolicy: IfNotPresent
tag: "2023.5.0"
tag: "2024.1.op"
imageCredentials:
enabled: false
# name: ""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e572350

Please sign in to comment.