From f7246b3bdac1db5edce1581f2741220aba21aea2 Mon Sep 17 00:00:00 2001 From: Sheikh-Abubaker Date: Wed, 5 Jun 2024 21:08:00 +0530 Subject: [PATCH 1/2] Add missing namespace in deployment template Signed-off-by: Sheikh-Abubaker --- charts/agent-operator/Chart.yaml | 2 +- charts/agent-operator/README.md | 2 +- charts/agent-operator/templates/operator-deployment.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 }} From b92f81a887e0b211c5202030a7d11d8af13ac97c Mon Sep 17 00:00:00 2001 From: Sheikh-Abubaker Date: Fri, 7 Jun 2024 00:11:39 +0530 Subject: [PATCH 2/2] Update chart version Signed-off-by: Sheikh-Abubaker --- charts/agent-operator/Chart.yaml | 2 +- charts/agent-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent-operator/Chart.yaml b/charts/agent-operator/Chart.yaml index 80745df2d2..bb5fa1c9cb 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.4.23 +version: 0.4.0 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 76c48ae5c7..10c5460c27 100644 --- a/charts/agent-operator/README.md +++ b/charts/agent-operator/README.md @@ -1,6 +1,6 @@ # grafana-agent-operator -![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) +![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.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) A Helm chart for Grafana Agent Operator