Skip to content

Commit 482752c

Browse files
committed
adjust cluster name
1 parent e491840 commit 482752c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/abstract-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: abstract-node
33
description: External node for syncing and serving blockchain data for Abstract
4-
version: 0.1.17
4+
version: 0.1.18
55
type: application
66
icon: https://abstract-assets.abs.xyz/icons/light.png
77
keywords:

charts/abstract-node/templates/_names.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
Create name used to reference CNPG cluster.
33
*/}}
44
{{- define "cnpg.clusterName" -}}
5-
{{- printf "%s-%s" (include "common.names.fullname" .) .Values.cnpg.clusterSuffix | trunc 63 | trimSuffix "-" -}}
5+
{{- printf "%s-%s" (include "common.names.fullname" .) .Values.cnpg.clusterSuffix | trunc 63 | trimSuffix "-" }}
66
{{- end -}}

0 commit comments

Comments
 (0)