From 15315662c96bf23862129716e7c9a981daabe1f8 Mon Sep 17 00:00:00 2001 From: Raphael Fonseca Date: Tue, 23 Jul 2024 16:38:24 -0300 Subject: [PATCH 1/3] chore: update tag name of custom metrics --- metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/metrics.go b/metrics/metrics.go index 063c6f5..5aad2e2 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -13,7 +13,7 @@ var ( prometheus.GaugeOpts{ Name: "custom_reconciliation_consecutive_errors_total", Help: "Total number of consecutive reconciliation errors labeled by controller, name of securityGroup/clustermesh and cluster environment", - }, []string{"controller", "object_name", "cluster_environment"}, + }, []string{"controller", "object_name", "object_environment"}, ) ) From 5175211724925e011591510a3cae0d7e758b9aac Mon Sep 17 00:00:00 2001 From: Raphael Fonseca Date: Tue, 23 Jul 2024 16:47:54 -0300 Subject: [PATCH 2/3] chore: bump kustomization and manifests --- .kubernetes/manifests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kubernetes/manifests.yaml b/.kubernetes/manifests.yaml index 534affa..f6584e2 100644 --- a/.kubernetes/manifests.yaml +++ b/.kubernetes/manifests.yaml @@ -325,7 +325,7 @@ spec: key: account name: spotinst-credentials optional: true - image: tfgco/kubernetes-crossplane-infrastructure-operator:v0.8.4-alpha + image: tfgco/kubernetes-crossplane-infrastructure-operator:v0.8.5-alpha livenessProbe: httpGet: path: /healthz From b82e1b31c416f02b96e8de16d91fca0dedcdb050 Mon Sep 17 00:00:00 2001 From: Raphael Fonseca Date: Tue, 23 Jul 2024 16:50:35 -0300 Subject: [PATCH 3/3] fix: bump kustomization --- config/manager/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index c090a7a..d0e76d6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: tfgco/kubernetes-crossplane-infrastructure-operator - newTag: v0.8.4-alpha + newTag: v0.8.5-alpha