Skip to content

Commit cc9f1b4

Browse files
authored
Merge pull request #3154 from Sheikh-Abubaker/namespace-pr
[agent-operator] Add missing namespace in deployment template.
2 parents 5d118ee + 19e1891 commit cc9f1b4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

charts/agent-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: grafana-agent-operator
33
description: A Helm chart for Grafana Agent Operator
44
type: application
5-
version: 0.3.24
5+
version: 0.4.0
66
appVersion: "0.41.1"
77
home: https://grafana.com/docs/agent/v0.41/
88
icon: https://raw.githubusercontent.com/grafana/agent/v0.41.0/docs/sources/assets/logo_and_name.png

charts/agent-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# grafana-agent-operator
22

3-
![Version: 0.3.24](https://img.shields.io/badge/Version-0.3.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.1](https://img.shields.io/badge/AppVersion-0.41.1-informational?style=flat-square)
3+
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.1](https://img.shields.io/badge/AppVersion-0.41.1-informational?style=flat-square)
44

55
A Helm chart for Grafana Agent Operator
66

charts/agent-operator/templates/operator-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: apps/v1
22
kind: Deployment
33
metadata:
44
name: {{ include "ga-operator.fullname" . }}
5+
namespace: {{ .Release.Namespace }}
56
labels:
67
{{ include "ga-operator.labels" . | indent 4 }}
78
{{- with .Values.annotations }}

0 commit comments

Comments
 (0)