Skip to content

Commit

Permalink
Add recommended helm labels (#71)
Browse files Browse the repository at this point in the history
* Add recommended helm labels

* Increase chart version
  • Loading branch information
radu-catalina authored Aug 29, 2023
1 parent 40cbb4d commit 8b92be0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ maintainers:
- name: radu-catalina
email: [email protected]

version: 0.1.2
version: 0.1.3
appVersion: "v1.4.1"
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- ""
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-registry-client/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 8b92be0

Please sign in to comment.