diff --git a/charts/cluster-registry-client/Chart.yaml b/charts/cluster-registry-client/Chart.yaml index 6db8a8b9..9ba9da4d 100644 --- a/charts/cluster-registry-client/Chart.yaml +++ b/charts/cluster-registry-client/Chart.yaml @@ -11,5 +11,5 @@ maintainers: - name: radu-catalina email: caradu@adobe.com -version: 0.1.2 +version: 0.1.3 appVersion: "v1.4.1" diff --git a/charts/cluster-registry-client/README.md b/charts/cluster-registry-client/README.md index 5f679082..1049f77b 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.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.4.1](https://img.shields.io/badge/AppVersion-v1.4.1-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/role-leader-election.yaml b/charts/cluster-registry-client/templates/role-leader-election.yaml index 9229f56b..bd3e80e0 100644 --- a/charts/cluster-registry-client/templates/role-leader-election.yaml +++ b/charts/cluster-registry-client/templates/role-leader-election.yaml @@ -5,7 +5,7 @@ metadata: name: cluster-registry-leader-election-role namespace: {{ .Release.Namespace }} labels: - {{- include "cluster-registry-client.componentLabels" . | nindent 4 }} + {{- include "cluster-registry-client.labels" . | nindent 4 }} rules: - apiGroups: - "" diff --git a/charts/cluster-registry-client/templates/role.yaml b/charts/cluster-registry-client/templates/role.yaml index 3baf0ad2..82d2566c 100644 --- a/charts/cluster-registry-client/templates/role.yaml +++ b/charts/cluster-registry-client/templates/role.yaml @@ -4,7 +4,7 @@ metadata: name: cluster-registry-client namespace: {{ .Release.Namespace }} labels: - {{- include "cluster-registry-client.componentLabels" . | nindent 4 }} + {{- include "cluster-registry-client.labels" . | nindent 4 }} rules: - apiGroups: - registry.ethos.adobe.com diff --git a/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml b/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml index fdca0033..4054d212 100644 --- a/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml +++ b/charts/cluster-registry-client/templates/rolebinding-leader-election.yaml @@ -4,7 +4,7 @@ metadata: name: cluster-registry-leader-election-rolebinding namespace: {{ .Release.Namespace }} labels: - {{- include "cluster-registry-client.componentLabels" . | nindent 4 }} + {{- include "cluster-registry-client.labels" . | nindent 4 }} roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/charts/cluster-registry-client/templates/rolebinding.yaml b/charts/cluster-registry-client/templates/rolebinding.yaml index e21085ef..b506dd03 100644 --- a/charts/cluster-registry-client/templates/rolebinding.yaml +++ b/charts/cluster-registry-client/templates/rolebinding.yaml @@ -4,7 +4,7 @@ metadata: name: cluster-registry-client-rolebinding namespace: {{ .Release.Namespace }} labels: - {{- include "cluster-registry-client.componentLabels" . | nindent 4 }} + {{- include "cluster-registry-client.labels" . | nindent 4 }} roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/charts/cluster-registry-client/templates/serviceaccount.yaml b/charts/cluster-registry-client/templates/serviceaccount.yaml index c41b8daf..4abfd4e2 100644 --- a/charts/cluster-registry-client/templates/serviceaccount.yaml +++ b/charts/cluster-registry-client/templates/serviceaccount.yaml @@ -5,5 +5,5 @@ metadata: name: cluster-registry-client namespace: {{ .Release.Namespace }} labels: - {{- include "cluster-registry-client.componentLabels" . | nindent 4 }} + {{- include "cluster-registry-client.labels" . | nindent 4 }} {{- end }}