From 4fa7f515bada4fc056827eff23876c8e2fa72e2a Mon Sep 17 00:00:00 2001 From: mike hepburn Date: Thu, 30 Apr 2020 07:56:37 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=9A=20namespaced=20prom=20=F0=9F=A6=9A?= =?UTF-8?q?=20(#37)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🦚 namespaced 🦚 * 🦢 bump chart version 🦢 --- charts/argocd-operator/Chart.yaml | 2 +- charts/argocd-operator/templates/PrometheusSubscription.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argocd-operator/Chart.yaml b/charts/argocd-operator/Chart.yaml index d4e84042..2a976cb2 100644 --- a/charts/argocd-operator/Chart.yaml +++ b/charts/argocd-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v1.5.2 description: A Helm chart for customising the deployment of the ArgoCD Operator ⚓️ name: argocd-operator -version: 0.0.5 +version: 0.0.6 home: https://github.com/rht-labs/helm-charts maintainers: - name: springdo diff --git a/charts/argocd-operator/templates/PrometheusSubscription.yaml b/charts/argocd-operator/templates/PrometheusSubscription.yaml index fa5305ac..da0967ba 100644 --- a/charts/argocd-operator/templates/PrometheusSubscription.yaml +++ b/charts/argocd-operator/templates/PrometheusSubscription.yaml @@ -4,6 +4,7 @@ apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: prometheus-operator + namespace: {{ .Values.namespace }} spec: channel: beta installPlanApproval: Automatic