We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e491840 commit 482752cCopy full SHA for 482752c
2 files changed
charts/abstract-node/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: abstract-node
3
description: External node for syncing and serving blockchain data for Abstract
4
-version: 0.1.17
+version: 0.1.18
5
type: application
6
icon: https://abstract-assets.abs.xyz/icons/light.png
7
keywords:
charts/abstract-node/templates/_names.tpl
@@ -2,5 +2,5 @@
Create name used to reference CNPG cluster.
*/}}
{{- define "cnpg.clusterName" -}}
-{{- printf "%s-%s" (include "common.names.fullname" .) .Values.cnpg.clusterSuffix | trunc 63 | trimSuffix "-" -}}
+{{- printf "%s-%s" (include "common.names.fullname" .) .Values.cnpg.clusterSuffix | trunc 63 | trimSuffix "-" }}
{{- end -}}
0 commit comments