diff --git a/helm/charts/stan/Chart.yaml b/helm/charts/stan/Chart.yaml index 953408d4..f987a1e3 100755 --- a/helm/charts/stan/Chart.yaml +++ b/helm/charts/stan/Chart.yaml @@ -11,11 +11,14 @@ keywords: - replay - statefulset - cncf -version: 0.2.0 +version: 0.2.2 maintainers: - name: Waldemar Quevedo github: https://github.com/wallyqs email: wally@nats.io + - name: Colin Sullivan + github: https://github.com/ColinSullivan1 + email: colin@nats.io - name: rchenzheng github: https://github.com/rchenzheng icon: https://nats.io/img/logo.png diff --git a/helm/charts/stan/templates/configmap.yaml b/helm/charts/stan/templates/configmap.yaml index 32a0b349..dc31ee57 100644 --- a/helm/charts/stan/templates/configmap.yaml +++ b/helm/charts/stan/templates/configmap.yaml @@ -51,8 +51,8 @@ data: ] } {{- end }} - } - {{- with .Values.store.limits }} - store_limits: {{ toPrettyJson . | indent 4 }} - {{- end }} \ No newline at end of file + {{- with .Values.store.limits }} + store_limits: {{ toPrettyJson . | indent 6 }} + {{- end }} + }