Skip to content

Commit

Permalink
fixed version label for service
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl authored Oct 31, 2023
1 parent 774b9b0 commit e2a1582
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/stream-processors/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ keywords:
- kafka
- strimzi kafka operator
- stream processing
version: 1.2.1
version: 1.2.2
annotations:
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/strimzi/strimzi-kafka-operator
- url: https://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stack
artifacthub.io/changes: |
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: refreshed docs with latest helm-docs
- kind: fixed
description: "app.kubernetes.io/version label in service yaml"
2 changes: 1 addition & 1 deletion charts/stream-processors/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: {{ include "stream-processors.fullname" $ }}-{{ $name }}-metrics
labels:
{{- include "stream-processors.labels" $ | nindent 4 }}
app.kubernetes.io/version: {{ $spec.container.image.tag | quote }}
app.kubernetes.io/version: {{ include "stream-processors.version-label-value" . }}
app.kubernetes.io/name: {{ $name }}
app.kubernetes.io/instance: {{ $.Release.Name }}-{{ $name }}
spec:
Expand Down

0 comments on commit e2a1582

Please sign in to comment.