diff --git a/charts/agent-operator/Chart.yaml b/charts/agent-operator/Chart.yaml index 958324697e..80745df2d2 100644 --- a/charts/agent-operator/Chart.yaml +++ b/charts/agent-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: grafana-agent-operator description: A Helm chart for Grafana Agent Operator type: application -version: 0.3.23 +version: 0.4.23 appVersion: "0.41.0" home: https://grafana.com/docs/agent/v0.41/ icon: https://raw.githubusercontent.com/grafana/agent/v0.41.0/docs/sources/assets/logo_and_name.png diff --git a/charts/agent-operator/README.md b/charts/agent-operator/README.md index 4eba48bc33..76c48ae5c7 100644 --- a/charts/agent-operator/README.md +++ b/charts/agent-operator/README.md @@ -1,6 +1,6 @@ # grafana-agent-operator -![Version: 0.3.23](https://img.shields.io/badge/Version-0.3.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) +![Version: 0.4.23](https://img.shields.io/badge/Version-0.4.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) A Helm chart for Grafana Agent Operator diff --git a/charts/agent-operator/templates/operator-deployment.yaml b/charts/agent-operator/templates/operator-deployment.yaml index e2c741ecb6..3367db194a 100644 --- a/charts/agent-operator/templates/operator-deployment.yaml +++ b/charts/agent-operator/templates/operator-deployment.yaml @@ -2,6 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "ga-operator.fullname" . }} + namespace: {{ .Release.Namespace }} labels: {{ include "ga-operator.labels" . | indent 4 }} {{- with .Values.annotations }}