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 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 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"}, ) )