Skip to content

Commit 8b92be0

Browse files
Add recommended helm labels (#71)
* Add recommended helm labels * Increase chart version
1 parent 40cbb4d commit 8b92be0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

charts/cluster-registry-client/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ maintainers:
1111
- name: radu-catalina
1212
1313

14-
version: 0.1.2
14+
version: 0.1.3
1515
appVersion: "v1.4.1"

charts/cluster-registry-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster-registry-client
22

3-
![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)
3+
![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)
44

55
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.
66

charts/cluster-registry-client/templates/role-leader-election.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: cluster-registry-leader-election-role
66
namespace: {{ .Release.Namespace }}
77
labels:
8-
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
8+
{{- include "cluster-registry-client.labels" . | nindent 4 }}
99
rules:
1010
- apiGroups:
1111
- ""

charts/cluster-registry-client/templates/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: cluster-registry-client
55
namespace: {{ .Release.Namespace }}
66
labels:
7-
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
7+
{{- include "cluster-registry-client.labels" . | nindent 4 }}
88
rules:
99
- apiGroups:
1010
- registry.ethos.adobe.com

charts/cluster-registry-client/templates/rolebinding-leader-election.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: cluster-registry-leader-election-rolebinding
55
namespace: {{ .Release.Namespace }}
66
labels:
7-
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
7+
{{- include "cluster-registry-client.labels" . | nindent 4 }}
88
roleRef:
99
apiGroup: rbac.authorization.k8s.io
1010
kind: Role

charts/cluster-registry-client/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: cluster-registry-client-rolebinding
55
namespace: {{ .Release.Namespace }}
66
labels:
7-
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
7+
{{- include "cluster-registry-client.labels" . | nindent 4 }}
88
roleRef:
99
apiGroup: rbac.authorization.k8s.io
1010
kind: Role

charts/cluster-registry-client/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ metadata:
55
name: cluster-registry-client
66
namespace: {{ .Release.Namespace }}
77
labels:
8-
{{- include "cluster-registry-client.componentLabels" . | nindent 4 }}
8+
{{- include "cluster-registry-client.labels" . | nindent 4 }}
99
{{- end }}

0 commit comments

Comments
 (0)