From a70bbadbfe26b79cd997f78dca2132a39b49f333 Mon Sep 17 00:00:00 2001 From: adriananeci Date: Mon, 30 Oct 2023 18:10:23 +0200 Subject: [PATCH] Fix leader election rolebinding (#86) --- charts/cluster-registry-client/Chart.yaml | 2 +- charts/cluster-registry-client/README.md | 2 +- .../templates/rolebinding-leader-election.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cluster-registry-client/Chart.yaml b/charts/cluster-registry-client/Chart.yaml index 81b4aa03..fb1325de 100644 --- a/charts/cluster-registry-client/Chart.yaml +++ b/charts/cluster-registry-client/Chart.yaml @@ -15,5 +15,5 @@ maintainers: - name: radu-catalina email: caradu@adobe.com -version: 0.1.7 +version: 0.1.8 appVersion: v1.4.2 diff --git a/charts/cluster-registry-client/README.md b/charts/cluster-registry-client/README.md index 0571c91c..a0d4c67d 100644 --- a/charts/cluster-registry-client/README.md +++ b/charts/cluster-registry-client/README.md @@ -1,6 +1,6 @@ # cluster-registry-client -![Version: 0.1.7](https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.2](https://img.shields.io/badge/AppVersion-v1.4.2-informational?style=flat-square) +![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.2](https://img.shields.io/badge/AppVersion-v1.4.2-informational?style=flat-square) Cluster Registry is a Rest API representing the source of record for all Kubernetes clusters in the infrastructure fleet. All clusters are automatically registered, and the information is accurately reflected in the Cluster Registry using a client-server architecture. diff --git a/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml b/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml index ac2637ee..fdc95d59 100644 --- a/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml +++ b/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml @@ -8,7 +8,7 @@ metadata: roleRef: apiGroup: rbac.authorization.k8s.io kind: Role - name: cluster-registry-leader-election-role + name: cluster-registry-leader-election subjects: - kind: ServiceAccount name: {{ include "cluster-registry-client.serviceAccountName" . }}