Skip to content

Commit

Permalink
feat(argus-5-5-0): release argus charts v5.5.0 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashri Shirode <shubhashri.shirode@logicmonitor.com>
  • Loading branch information
shubhashri12 and lmshubhashri authored Apr 24, 2023
1 parent b676ab3 commit 0067193
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/argus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ maintainers:
- email: argus@logicmonitor.com
name: LogicMonitor
name: argus
version: 5.4.0
version: 5.5.0
home: https://logicmonitor.github.io/helm-charts
appVersion: v10.4.0
appVersion: v10.5.0
dependencies:
- name: lmutil
repository: https://logicmonitor.github.io/helm-charts
Expand Down
3 changes: 3 additions & 0 deletions charts/argus/templates/_argus_config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ monitoring:
annotations:
ignore:
{{- include "monitoring.annotations.ignore" . | nindent 6}}
labels:
ignore:
{{- toYaml .Values.monitoring.labels.ignore | nindent 6}}
alerting:
disable:
{{- include "alerting.disable" . | nindent 4 }}
Expand Down
30 changes: 30 additions & 0 deletions charts/argus/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,36 @@
},
"additionalItems": false,
"items": true
},
"labels": {
"$comment": "tf:optional,yamlencode",
"id": "#/properties/monitoring/properties/labels",
"type": "object",
"title": "Labels settings",
"description": "Label settings",
"default": [],
"examples": [
{
"ignore": []
}
],
"properties": {
"ignore": {
"$comment": "tf:optional,yamlencode",
"id": "#/properties/monitoring/properties/labels/ignore",
"title": "Ignored Labels for update events",
"description": "Labels Rules to ignore them while update operation is being performed",
"type": "array",
"additionalItems": false,
"items": {
"$id": "#/properties/monitoring/properties/labels/ignore/items",
"type": "string"
},
"uniqueItems": true
}
},
"additionalItems": false,
"items": true
}
},
"additionalProperties": false
Expand Down
3 changes: 3 additions & 0 deletions charts/argus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ monitoring:
# annotations to be ignored while performing an update operation
annotations:
ignore: []
# labels to be ignored while performing an update operation
labels:
ignore: []
lm:
opsNotes:
secrets:
Expand Down

0 comments on commit 0067193

Please sign in to comment.