From 4f26811c85477c7e13b3d20aea6bc9ffe3690bd7 Mon Sep 17 00:00:00 2001 From: ricoberger Date: Thu, 1 Feb 2024 14:23:29 +0100 Subject: [PATCH] [core] Fix Annotation for VirtualService in Helm Chart --- deploy/helm/kobs/Chart.yaml | 2 +- deploy/helm/kobs/templates/cluster/virtualservice.yaml | 2 +- deploy/helm/kobs/templates/hub/virtualservice.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/kobs/Chart.yaml b/deploy/helm/kobs/Chart.yaml index 52735870..27a1794d 100644 --- a/deploy/helm/kobs/Chart.yaml +++ b/deploy/helm/kobs/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: kobs description: Kubernetes Observability Platform type: application -version: 0.3.0 +version: 0.3.1 appVersion: v0.12.0 diff --git a/deploy/helm/kobs/templates/cluster/virtualservice.yaml b/deploy/helm/kobs/templates/cluster/virtualservice.yaml index acc2cd6b..0764310b 100644 --- a/deploy/helm/kobs/templates/cluster/virtualservice.yaml +++ b/deploy/helm/kobs/templates/cluster/virtualservice.yaml @@ -10,7 +10,7 @@ metadata: {{- with .Values.cluster.istio.virtualService.labels }} {{- toYaml . | nindent 4 }} {{- end }} - {{- with .Values.cluster.virtualService.annotations }} + {{- with .Values.cluster.istio.virtualService.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} diff --git a/deploy/helm/kobs/templates/hub/virtualservice.yaml b/deploy/helm/kobs/templates/hub/virtualservice.yaml index 8e8cc65e..aa18c402 100644 --- a/deploy/helm/kobs/templates/hub/virtualservice.yaml +++ b/deploy/helm/kobs/templates/hub/virtualservice.yaml @@ -10,7 +10,7 @@ metadata: {{- with .Values.hub.istio.virtualService.labels }} {{- toYaml . | nindent 4 }} {{- end }} - {{- with .Values.hub.virtualService.annotations }} + {{- with .Values.hub.istio.virtualService.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }}