diff --git a/charts/arbitrum-nitro/Chart.yaml b/charts/arbitrum-nitro/Chart.yaml index 2e5f784f..c4285def 100644 --- a/charts/arbitrum-nitro/Chart.yaml +++ b/charts/arbitrum-nitro/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/arbitrum-nitro/README.md b/charts/arbitrum-nitro/README.md index 58da56de..83d49cf8 100644 --- a/charts/arbitrum-nitro/README.md +++ b/charts/arbitrum-nitro/README.md @@ -2,7 +2,7 @@ Deploy and scale [Arbitrum-Nitro](https://github.com/OffchainLabs/nitro/) inside Kubernetes with ease -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.0-3e14543](https://img.shields.io/badge/AppVersion-v2.3.0--3e14543-informational?style=flat-square) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.3.0-3e14543](https://img.shields.io/badge/AppVersion-v2.3.0--3e14543-informational?style=flat-square) ## Features diff --git a/charts/arbitrum-nitro/templates/arbitrum-nitro/servicemonitor.yaml b/charts/arbitrum-nitro/templates/arbitrum-nitro/servicemonitor.yaml index e292417a..cd633880 100644 --- a/charts/arbitrum-nitro/templates/arbitrum-nitro/servicemonitor.yaml +++ b/charts/arbitrum-nitro/templates/arbitrum-nitro/servicemonitor.yaml @@ -1,7 +1,6 @@ {{- $values := $.Values.nitro }} {{- $componentName := "nitro" }} {{- $componentLabel := include "arbitrum-nitro.componentLabelFor" $componentName }} -{{- if $values.enabled }} {{- /* If serviceMonitors enabled in chart-wide values */ -}} {{- if $.Values.prometheus.serviceMonitors.enabled }} apiVersion: monitoring.coreos.com/v1 @@ -32,4 +31,3 @@ spec: {{- toYaml .Values.prometheus.serviceMonitors.relabelings | nindent 8 }} {{- end }} {{- end }} -{{- end }}