From f03f3d5ccb83423c0ec28c728eca4a401dc90d3b Mon Sep 17 00:00:00 2001 From: ssttehrani Date: Mon, 2 Oct 2023 23:52:44 +0330 Subject: [PATCH] fix: update resource name to be compatible with RFC-1123 --- deploy/charts/svc-lb-to-cilium-netpolicy-operator/Chart.yaml | 2 +- .../templates/metrics-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/charts/svc-lb-to-cilium-netpolicy-operator/Chart.yaml b/deploy/charts/svc-lb-to-cilium-netpolicy-operator/Chart.yaml index 82d110e..db25a6d 100644 --- a/deploy/charts/svc-lb-to-cilium-netpolicy-operator/Chart.yaml +++ b/deploy/charts/svc-lb-to-cilium-netpolicy-operator/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/deploy/charts/svc-lb-to-cilium-netpolicy-operator/templates/metrics-service.yaml b/deploy/charts/svc-lb-to-cilium-netpolicy-operator/templates/metrics-service.yaml index 153a881..bcb56e8 100644 --- a/deploy/charts/svc-lb-to-cilium-netpolicy-operator/templates/metrics-service.yaml +++ b/deploy/charts/svc-lb-to-cilium-netpolicy-operator/templates/metrics-service.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Service metadata: - name: {{ include "svc-lb-to-cilium-netpolicy-operator.fullname" . }}-ctrl-mgr-metrics-service + name: {{ include "svc-lb-to-cilium-netpolicy-operator.fullname" . }}-ctrl-mgr-metrics-svc labels: app.kubernetes.io/component: kube-rbac-proxy app.kubernetes.io/created-by: svc-lb-to-cilium-netpolicy