From e04ad46c61ecdfa3d19e9842a81ab048b9863bca Mon Sep 17 00:00:00 2001
From: Pavel Spacil
Date: Tue, 5 Nov 2024 11:23:36 +0100
Subject: [PATCH] SRE-2307 Fix rollout spec - quotes around empty
annotationPrefix
---
Charts/qtest-insights-etl/Chart.yaml | 2 +-
Charts/qtest-insights-etl/templates/rollout.yaml | 2 +-
Charts/qtest-insights/Chart.yaml | 2 +-
Charts/qtest-insights/templates/rollout.yaml | 2 +-
Charts/qtest-launch/Chart.yaml | 2 +-
Charts/qtest-launch/templates/rollout.yaml | 2 +-
Charts/qtest-mgr/Chart.yaml | 2 +-
Charts/qtest-mgr/templates/rollout.yaml | 6 +++---
Charts/qtest-parameters/Chart.yaml | 2 +-
Charts/qtest-parameters/templates/rollout.yaml | 2 +-
Charts/qtest-pulse/Chart.yaml | 2 +-
Charts/qtest-pulse/templates/rollout.yaml | 2 +-
Charts/qtest-scenario/Chart.yaml | 2 +-
Charts/qtest-scenario/templates/rollout.yaml | 2 +-
Charts/qtest-session/Chart.yaml | 2 +-
Charts/qtest-session/templates/rollout.yaml | 2 +-
16 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/Charts/qtest-insights-etl/Chart.yaml b/Charts/qtest-insights-etl/Chart.yaml
index 18c47fbb..9deaa300 100644
--- a/Charts/qtest-insights-etl/Chart.yaml
+++ b/Charts/qtest-insights-etl/Chart.yaml
@@ -26,7 +26,7 @@ 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.5.2
+version: 1.5.3
# 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-insights-etl/templates/rollout.yaml b/Charts/qtest-insights-etl/templates/rollout.yaml
index cf764cdd..b9676f4f 100644
--- a/Charts/qtest-insights-etl/templates/rollout.yaml
+++ b/Charts/qtest-insights-etl/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-insights/Chart.yaml b/Charts/qtest-insights/Chart.yaml
index a0bef913..c91eafe8 100644
--- a/Charts/qtest-insights/Chart.yaml
+++ b/Charts/qtest-insights/Chart.yaml
@@ -31,7 +31,7 @@ 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.1
+version: 1.7.2
# 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-insights/templates/rollout.yaml b/Charts/qtest-insights/templates/rollout.yaml
index f208c3e2..4797c923 100644
--- a/Charts/qtest-insights/templates/rollout.yaml
+++ b/Charts/qtest-insights/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-launch/Chart.yaml b/Charts/qtest-launch/Chart.yaml
index c2e6193b..8bb44989 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.5.0
+version: 1.5.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.
diff --git a/Charts/qtest-launch/templates/rollout.yaml b/Charts/qtest-launch/templates/rollout.yaml
index 2c5b6b24..a914f297 100644
--- a/Charts/qtest-launch/templates/rollout.yaml
+++ b/Charts/qtest-launch/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-mgr/Chart.yaml b/Charts/qtest-mgr/Chart.yaml
index baf41d44..786311ef 100644
--- a/Charts/qtest-mgr/Chart.yaml
+++ b/Charts/qtest-mgr/Chart.yaml
@@ -65,7 +65,7 @@ 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.9.1
+version: 1.9.2
# 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-mgr/templates/rollout.yaml b/Charts/qtest-mgr/templates/rollout.yaml
index 2c6c1e93..9710592a 100644
--- a/Charts/qtest-mgr/templates/rollout.yaml
+++ b/Charts/qtest-mgr/templates/rollout.yaml
@@ -20,7 +20,7 @@ spec:
stableService: mgr-service
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
@@ -53,7 +53,7 @@ spec:
stableService: mgr-service-notification
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
@@ -85,7 +85,7 @@ spec:
stableService: mgr-service-api
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-parameters/Chart.yaml b/Charts/qtest-parameters/Chart.yaml
index 48818276..6ba5404f 100644
--- a/Charts/qtest-parameters/Chart.yaml
+++ b/Charts/qtest-parameters/Chart.yaml
@@ -27,7 +27,7 @@ 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.4.1
+version: 1.4.2
# 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-parameters/templates/rollout.yaml b/Charts/qtest-parameters/templates/rollout.yaml
index d18b0109..c00512bf 100644
--- a/Charts/qtest-parameters/templates/rollout.yaml
+++ b/Charts/qtest-parameters/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-pulse/Chart.yaml b/Charts/qtest-pulse/Chart.yaml
index ac8d6f79..7ab3097d 100644
--- a/Charts/qtest-pulse/Chart.yaml
+++ b/Charts/qtest-pulse/Chart.yaml
@@ -27,7 +27,7 @@ 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.3.2
+version: 1.3.3
# 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-pulse/templates/rollout.yaml b/Charts/qtest-pulse/templates/rollout.yaml
index e5d356ac..fa4fe816 100644
--- a/Charts/qtest-pulse/templates/rollout.yaml
+++ b/Charts/qtest-pulse/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-scenario/Chart.yaml b/Charts/qtest-scenario/Chart.yaml
index 8eb6317a..c308e21e 100644
--- a/Charts/qtest-scenario/Chart.yaml
+++ b/Charts/qtest-scenario/Chart.yaml
@@ -28,7 +28,7 @@ icon: https://images.g2crowd.com/uploads/product/image/social_landscape/social_l
# 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.4.3
+version: 1.4.4
# 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-scenario/templates/rollout.yaml b/Charts/qtest-scenario/templates/rollout.yaml
index e134eb24..14131c46 100644
--- a/Charts/qtest-scenario/templates/rollout.yaml
+++ b/Charts/qtest-scenario/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}
diff --git a/Charts/qtest-session/Chart.yaml b/Charts/qtest-session/Chart.yaml
index 104fbe94..845fbc90 100644
--- a/Charts/qtest-session/Chart.yaml
+++ b/Charts/qtest-session/Chart.yaml
@@ -25,7 +25,7 @@ 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.6.1
+version: 1.6.2
# 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-session/templates/rollout.yaml b/Charts/qtest-session/templates/rollout.yaml
index eeb5d211..1813c288 100644
--- a/Charts/qtest-session/templates/rollout.yaml
+++ b/Charts/qtest-session/templates/rollout.yaml
@@ -19,7 +19,7 @@ spec:
stableService: {{ .Values.service.serviceName }}
trafficRouting:
{{ .Values.rollouts.ingressClassName }}:
- annotationPrefix: {{ .Values.ingress.canary.annotationPrefix }}
+ annotationPrefix: {{ .Values.ingress.canary.annotationPrefix | quote }}
{{- with .Values.ingress.canary.annotations }}
additionalIngressAnnotations:
{{- toYaml . | nindent 12 }}