From 677bc34aa592549cf90efca7ea4eb7bcfafd571d Mon Sep 17 00:00:00 2001 From: shubhashri12 <71751815+shubhashri12@users.noreply.github.com> Date: Thu, 2 May 2024 10:47:43 +0530 Subject: [PATCH] feat(rel-argus): release argus charts v9.1.0 (#141) Co-authored-by: Shubhashri Shirode --- charts/argus/Chart.yaml | 2 +- charts/argus/templates/collector-conf.yaml | 2 +- charts/argus/templates/deployment.yaml | 3 ++- charts/argus/values.schema.json | 12 ------------ charts/argus/values.yaml | 2 -- 5 files changed, 4 insertions(+), 17 deletions(-) diff --git a/charts/argus/Chart.yaml b/charts/argus/Chart.yaml index 3b0883f..0b0b541 100644 --- a/charts/argus/Chart.yaml +++ b/charts/argus/Chart.yaml @@ -6,7 +6,7 @@ maintainers: - email: argus@logicmonitor.com name: LogicMonitor name: argus -version: 9.0.0 +version: 9.1.0 home: https://logicmonitor.github.io/helm-charts appVersion: v13.0.0 dependencies: diff --git a/charts/argus/templates/collector-conf.yaml b/charts/argus/templates/collector-conf.yaml index 97404af..70e2418 100644 --- a/charts/argus/templates/collector-conf.yaml +++ b/charts/argus/templates/collector-conf.yaml @@ -17,4 +17,4 @@ data: {{- $abc := include "collector-conf" . | fromYaml }} {{- $result := get $abc "resultList" }} {{- toYaml $result | nindent 6 }} - collector-ids.csv: "0" \ No newline at end of file + # collector-ids.csv: "0" \ No newline at end of file diff --git a/charts/argus/templates/deployment.yaml b/charts/argus/templates/deployment.yaml index 80dc540..3dc9b7f 100644 --- a/charts/argus/templates/deployment.yaml +++ b/charts/argus/templates/deployment.yaml @@ -10,7 +10,7 @@ metadata: checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} checksum/secret: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} spec: - replicas: {{ .Values.replicas }} + replicas: 1 selector: matchLabels: {{ include "lmutil.selectorLabels" . | nindent 6 }} @@ -90,6 +90,7 @@ spec: - name: collector-ids configMap: name: {{ include "lmutil.fullname" . }}-collector + optional: true items: - key: collector-ids.csv path: collector-ids.csv \ No newline at end of file diff --git a/charts/argus/values.schema.json b/charts/argus/values.schema.json index c96d24d..f452f69 100644 --- a/charts/argus/values.schema.json +++ b/charts/argus/values.schema.json @@ -447,18 +447,6 @@ }, "$comment": "tf:optional,yamlencode" }, - "replicas": { - "$id": "#/properties/replicas", - "type": "integer", - "title": "The replicas schema", - "description": "Argus Pod Replicas - defaults to 1, parameter is just for development purpose, do not increase more than one replicas in production", - "default": 1, - "minimum": 0, - "maximum": 1, - "examples": [ - 1 - ] - }, "resourceContainerID": { "$id": "#/properties/resourceContainerID", "type": "integer", diff --git a/charts/argus/values.yaml b/charts/argus/values.yaml index 097fda6..c23e194 100644 --- a/charts/argus/values.yaml +++ b/charts/argus/values.yaml @@ -52,8 +52,6 @@ resources: {} labels: {} # Annotations to apply on all objects created by Argus annotations: {} -# Replicas - defaults to 1, param is just for development purpose, do not increase more than one replicas in production -replicas: 1 ## OPTIONAL VALUES - Argus application configuration