Skip to content

Commit

Permalink
fix(sawtooth): make sawtooth component labels consistent
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Sep 22, 2021
1 parent 7bfcec9 commit 64ae709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sawtooth/Chart.yaml
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: sawtooth
description: BTP's Sawtooth distribution based on Hyperledger Sawtooth 1.2
type: application
version: 0.2.4
version: 0.2.5
appVersion: 1.2.5p4

dependencies:
Expand Down
1 change: 1 addition & 0 deletions charts/sawtooth/templates/_sawtooth.tpl
Expand Up @@ -22,6 +22,7 @@ Sawtooth Selector labels
{{- define "sawtooth.labels.matchLabels" -}}
{{ include "common.labels.matchLabels" . }}
app: {{ include "common.names.fullname" . }}
component: sawtooth
{{- end -}}

{{/* if the consensus type is devmode replicas is always 1 */}}
Expand Down

0 comments on commit 64ae709

Please sign in to comment.