diff --git a/charts/soroban-rpc/Chart.yaml b/charts/soroban-rpc/Chart.yaml index 1547514..f9d409f 100644 --- a/charts/soroban-rpc/Chart.yaml +++ b/charts/soroban-rpc/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: soroban-rpc -version: 0.6.1 +version: 0.6.2 appVersion: "27.0.0" description: Stellar RPC Helm Chart. This chart will deploy Stellar RPC server maintainers: diff --git a/charts/soroban-rpc/templates/soroban-rpc-sts.yaml b/charts/soroban-rpc/templates/soroban-rpc-sts.yaml index 6152c9f..b875c1b 100644 --- a/charts/soroban-rpc/templates/soroban-rpc-sts.yaml +++ b/charts/soroban-rpc/templates/soroban-rpc-sts.yaml @@ -38,11 +38,12 @@ spec: {{ $key }}: {{ $value | quote }} {{- end }} {{- end }} - {{- if (.Values.sorobanRpc).annotations }} annotations: + checksum/configmap: {{ include (print $.Template.BasePath "/soroban-rpc-cm.yaml") . | sha256sum }} + {{- if (.Values.sorobanRpc).annotations }} {{- range $key, $value := .Values.sorobanRpc.annotations }} - {{ $key }}: {{ $value | quote }} - {{- end }} + {{ $key }}: {{ $value | quote }} + {{- end }} {{- end }} spec: {{- if (.Values.sorobanRpc).serviceAccountName }}