diff --git a/Charts/qtest-mgr/Chart.yaml b/Charts/qtest-mgr/Chart.yaml index 87261e07..23bbaf27 100644 --- a/Charts/qtest-mgr/Chart.yaml +++ b/Charts/qtest-mgr/Chart.yaml @@ -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" diff --git a/Charts/qtest-mgr/templates/deployment.yaml b/Charts/qtest-mgr/templates/deployment.yaml index 53bb6443..6f064b92 100644 --- a/Charts/qtest-mgr/templates/deployment.yaml +++ b/Charts/qtest-mgr/templates/deployment.yaml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/Charts/qtest-mgr/values.yaml b/Charts/qtest-mgr/values.yaml index bd6a4f4c..3b5b1f11 100644 --- a/Charts/qtest-mgr/values.yaml +++ b/Charts/qtest-mgr/values.yaml @@ -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