Skip to content

Commit

Permalink
Merge pull request #184 from Tricentis/mgr_release
Browse files Browse the repository at this point in the history
Update from Tricentis-qTest/qtest-chart
  • Loading branch information
irunets authored Jul 4, 2024
2 parents d00ba3f + 4dbcaec commit a1d2921
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Charts/qtest-mgr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_l
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.7.0
version: 1.7.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.
# It is recommended to use it with quotes.
appVersion: "2024.1.op"
appVersion: "2024.1.3.op"
8 changes: 4 additions & 4 deletions Charts/qtest-mgr/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kind: Deployment
metadata:
name: mgr-ui-deployment
namespace: {{ .Values.namespace.name }}
{{- with (default .Values.deployment.annotations .Values.annotations) }}
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down Expand Up @@ -231,7 +231,7 @@ kind: Deployment
metadata:
name: mgr-poller-deployment
namespace: {{ .Values.namespace.name }}
{{- with (default .Values.deployment.annotations .Values.annotations) }}
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down Expand Up @@ -434,7 +434,7 @@ kind: Deployment
metadata:
name: mgr-notification-deployment
namespace: {{ .Values.namespace.name }}
{{- with (default .Values.deployment.annotations .Values.annotations) }}
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down Expand Up @@ -637,7 +637,7 @@ kind: Deployment
metadata:
name: mgr-api-deployment
namespace: {{ .Values.namespace.name }}
{{- with (default .Values.deployment.annotations .Values.annotations) }}
{{- with .Values.deployment.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions Charts/qtest-mgr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ image:
repository: tricentisimage/qtest-mgr
liquibase: tricentisimage/qtest-mgr-liquibase
pullPolicy: IfNotPresent
tag: "2024.1.op"
liquibasetag: "2024.1.op"
tag: "2024.1.3.op"
liquibasetag: "2024.1.3.op"
liquibasepullpolicy: IfNotPresent
imageCredentials:
enabled: false
Expand Down

0 comments on commit a1d2921

Please sign in to comment.