From 532dbfc391936dfbab42347bf3ca3fc9e1a91b12 Mon Sep 17 00:00:00 2001 From: Scott Trent Date: Tue, 30 Apr 2024 10:23:29 +0900 Subject: [PATCH] use consistent/historical mertics port number Signed-off-by: Scott Trent --- VERSION | 2 +- .../susql-operator.clusterserviceversion.yaml | 14 +++++++------- config/default/manager_auth_proxy_patch.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index c5d54ec..7c1886b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 +0.0.10 diff --git a/bundle/manifests/susql-operator.clusterserviceversion.yaml b/bundle/manifests/susql-operator.clusterserviceversion.yaml index a20db4c..d9910ed 100644 --- a/bundle/manifests/susql-operator.clusterserviceversion.yaml +++ b/bundle/manifests/susql-operator.clusterserviceversion.yaml @@ -22,14 +22,14 @@ metadata: ] capabilities: Basic Install categories: Monitoring - containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.9 - createdAt: "2024-04-26T02:37:42Z" + containerImage: quay.io/sustainable_computing_io/susql_operator:0.0.10 + createdAt: "2024-04-30T01:22:03Z" description: 'Aggregates energy data from pods tagged with SusQL labels ' operators.operatorframework.io/builder: operator-sdk-v1.34.1 operators.operatorframework.io/project_layout: go.kubebuilder.io/v4 repository: https://github.com/sustainable-computing-io/susql-operator support: https://github.com/sustainable-computing-io/susql-operator/issues - name: susql-operator.v0.0.9 + name: susql-operator.v0.0.10 namespace: placeholder spec: apiservicedefinitions: {} @@ -174,7 +174,7 @@ spec: containers: - args: - --secure-listen-address=0.0.0.0:8443 - - --upstream=http://127.0.0.1:8080/ + - --upstream=http://127.0.0.1:8082/ - --logtostderr=true - --v=0 image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 @@ -197,7 +197,7 @@ spec: - ALL - args: - --health-probe-bind-address=:8081 - - --metrics-bind-address=127.0.0.1:8080 + - --metrics-bind-address=127.0.0.1:8082 - --leader-elect - --kepler-prometheus-url=$(KEPLER-PROMETHEUS-URL) - --kepler-metric-name=$(KEPLER-METRIC-NAME) @@ -217,7 +217,7 @@ spec: value: http://0.0.0.0:8082 - name: SAMPLING-RATE value: "2" - image: quay.io/sustainable_computing_io/susql_operator:0.0.9 + image: quay.io/sustainable_computing_io/susql_operator:0.0.10 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -314,4 +314,4 @@ spec: provider: name: SusQL Operator Contributors url: https://github.com/sustainable-computing-io/susql-operator - version: 0.0.9 + version: 0.0.10 diff --git a/config/default/manager_auth_proxy_patch.yaml b/config/default/manager_auth_proxy_patch.yaml index dfdc3c6..ad315ac 100644 --- a/config/default/manager_auth_proxy_patch.yaml +++ b/config/default/manager_auth_proxy_patch.yaml @@ -18,7 +18,7 @@ spec: image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 args: - "--secure-listen-address=0.0.0.0:8443" - - "--upstream=http://127.0.0.1:8080/" + - "--upstream=http://127.0.0.1:8082/" - "--logtostderr=true" - "--v=0" ports: @@ -35,7 +35,7 @@ spec: - name: manager args: - "--health-probe-bind-address=:8081" - - "--metrics-bind-address=127.0.0.1:8080" + - "--metrics-bind-address=127.0.0.1:8082" - "--leader-elect" - "--kepler-prometheus-url=$(KEPLER-PROMETHEUS-URL)" - "--kepler-metric-name=$(KEPLER-METRIC-NAME)" diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d9fea34..9f30876 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: quay.io/sustainable_computing_io/susql_operator - newTag: 0.0.9 + newTag: 0.0.10