diff --git a/charts/rss3-node/Chart.yaml b/charts/rss3-node/Chart.yaml index ba349bd..7f72b31 100644 --- a/charts/rss3-node/Chart.yaml +++ b/charts/rss3-node/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.0 +version: 0.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/rss3-node/templates/configmap.yaml b/charts/rss3-node/templates/configmap.yaml index c6b5e5f..fe85b6d 100644 --- a/charts/rss3-node/templates/configmap.yaml +++ b/charts/rss3-node/templates/configmap.yaml @@ -33,4 +33,6 @@ data: database: {{- toYaml .Values.database | nindent 6 }} stream: - {{- toYaml .Values.stream | nindent 6 }} \ No newline at end of file + {{- toYaml .Values.stream | nindent 6 }} + observability: + {{- toYaml .Values.observability | nindent 6}} \ No newline at end of file