We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b430848 commit 2e0acebCopy full SHA for 2e0aceb
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.10
+version: 0.1.11
5
type: application
6
icon: https://abstract-assets.abs.xyz/icons/light.png
7
keywords:
charts/abstract-node/templates/cluster.yaml
@@ -2,7 +2,7 @@
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
- name: {{- printf "%s-%s" (include "common.names.fullname" .) .Values.cnpg.clusterSuffix | trunc 63 | trimSuffix "-" -}}
+ name: {{- include "common.names.fullname" . -}}{{- if .Values.cnpg.clusterSuffix -}}-{{- .Values.cnpg.clusterSuffix -}}{{- end -}}
labels:
{{- include "common.labels.standard" . | nindent 4 }}
8
spec:
0 commit comments