From 89f72cbed0c1f4b8e7444f441d3667ddffe7ddcf Mon Sep 17 00:00:00 2001 From: krzysztofer Date: Thu, 9 Nov 2023 10:23:21 +0100 Subject: [PATCH 1/3] prometheus monitoring fix - missing label --- deploy/helm/pulumi-operator/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/helm/pulumi-operator/templates/deployment.yaml b/deploy/helm/pulumi-operator/templates/deployment.yaml index ef14e0b2..5a8acfc6 100644 --- a/deploy/helm/pulumi-operator/templates/deployment.yaml +++ b/deploy/helm/pulumi-operator/templates/deployment.yaml @@ -24,6 +24,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} labels: + name: {{ template "pulumi-kubernetes-operator.name" . }} app: {{ template "pulumi-kubernetes-operator.name" . }} release: {{ .Release.Name }} {{- include "pulumi-kubernetes-operator.selectorLabels" . | nindent 8 }} From 55849d5d7ca2afc9dace42dee4c113df9ef6840b Mon Sep 17 00:00:00 2001 From: krzysztofer Date: Mon, 13 Nov 2023 11:29:43 +0100 Subject: [PATCH 2/3] new version --- deploy/helm/pulumi-operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/helm/pulumi-operator/Chart.yaml b/deploy/helm/pulumi-operator/Chart.yaml index 62c6a2a6..fd6f48d8 100755 --- a/deploy/helm/pulumi-operator/Chart.yaml +++ b/deploy/helm/pulumi-operator/Chart.yaml @@ -9,7 +9,7 @@ icon: https://www.pulumi.com/logos/brand/twitter-card.png type: application -version: 0.3.0 +version: 0.5.0 appVersion: 1.13.0 keywords: @@ -25,7 +25,7 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - indentation fix for adding new volumes and volume mounts (#104) + - Added "name" label with pulumi-kubernetes-operator.name value to pulumi-kubernetes-operator Deployment at ReplicaSet level. artifacthub.io/images: | - name: pulumi-kubernetes-operator image: docker.io/pulumi-kubernetes-operator:v1.13.0 From 591defc573a796ffa293310c60dfc3b041d8cb26 Mon Sep 17 00:00:00 2001 From: krzysztofer Date: Mon, 13 Nov 2023 11:57:08 +0100 Subject: [PATCH 3/3] changes --- deploy/helm/pulumi-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/pulumi-operator/Chart.yaml b/deploy/helm/pulumi-operator/Chart.yaml index fd6f48d8..ae55fcaa 100755 --- a/deploy/helm/pulumi-operator/Chart.yaml +++ b/deploy/helm/pulumi-operator/Chart.yaml @@ -25,7 +25,7 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - Added "name" label with pulumi-kubernetes-operator.name value to pulumi-kubernetes-operator Deployment at ReplicaSet level. + - Added "name" label with pulumi-kubernetes-operator.name value to pulumi-kubernetes-operator Deployment at ReplicaSet level. (#519) artifacthub.io/images: | - name: pulumi-kubernetes-operator image: docker.io/pulumi-kubernetes-operator:v1.13.0