Skip to content

Commit

Permalink
Adds addtional info to tempo-mixin and loki-mixin (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyAD committed Sep 1, 2023
1 parent 7a96ff2 commit 468f9a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/loki-mixin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- loki
- monitoring-mixin
- portefaix
version: 1.4.0
version: 1.5.0
appVersion: 2.7.0

maintainers:
Expand All @@ -52,4 +52,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: loki-mixin v2.8.0
description: Includes additionalLabels and additionalAnnotations on configmaps
6 changes: 6 additions & 0 deletions charts/loki-mixin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/component: monitoring-mixin
app.kubernetes.io/part-of: {{ include "loki-mixin.name" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.additionalLabels }}
{{- toYaml .Values.additionalLabels }}
{{- end }}
{{- end }}

{{/* See: https://ambassadorlabs.github.io/k8s-for-humans/ */}}
Expand All @@ -65,6 +68,9 @@ a8r.io/bugs: https://github.com/portefaix/portefaix-hub/issues
a8r.io/documentation: https://artifacthub.io/packages/helm/portefaix-hub/loki-mixin
a8r.io/repository: https://github.com/portefaix/portefaix-hub
a8r.io/support: https://github.com/portefaix/portefaix-hub/issues
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations }}
{{- end }}
{{- end }}

{{/* a8r.io/logs: */}}
Expand Down
4 changes: 2 additions & 2 deletions charts/tempo-mixin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- tempo
- monitoring-mixin
- portefaix
version: 1.3.0
version: 1.4.0
appVersion: 2.0.0

maintainers:
Expand All @@ -52,4 +52,4 @@ annotations:
url: https://keybase.io/nlamirault/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: tempo-mixin v2.0.1
description: Includes additionalLabels and additionalAnnotations on configmaps
6 changes: 6 additions & 0 deletions charts/tempo-mixin/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
app.kubernetes.io/component: monitoring-mixin
app.kubernetes.io/part-of: {{ include "tempo-mixin.name" . }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- if .Values.additionalLabels }}
{{- toYaml .Values.additionalLabels }}
{{- end }}
{{- end }}

{{/* See: https://ambassadorlabs.github.io/k8s-for-humans/ */}}
Expand All @@ -65,6 +68,9 @@ a8r.io/bugs: https://github.com/portefaix/portefaix-hub/issues
a8r.io/documentation: https://artifacthub.io/packages/helm/portefaix-hub/tempo-mixin
a8r.io/repository: https://github.com/portefaix/portefaix-hub
a8r.io/support: https://github.com/portefaix/portefaix-hub/issues
{{- if .Values.additionalAnnotations }}
{{- toYaml .Values.additionalAnnotations }}
{{- end }}
{{- end }}

{{/* a8r.io/logs: */}}
Expand Down

0 comments on commit 468f9a4

Please sign in to comment.