Skip to content

Commit

Permalink
chore: v1.5.6 chart release to disable arc monitoring by default (Azu…
Browse files Browse the repository at this point in the history
…re#1619)

Signed-off-by: Nilekh Chaudhari <[email protected]>
  • Loading branch information
nilekhc authored Jul 23, 2024
1 parent b551439 commit e7fcef9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/csi-secrets-store-provider-azure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-secrets-store-provider-azure
version: 1.5.5
version: 1.5.6
appVersion: 1.5.3
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-secrets-store-provider-azure/arc-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Azure:

# Arc monitoring
arc:
enableMonitoring: true
enableMonitoring: false

# Port that serves metrics
metricsAddr: "8898"
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
bearer_token = "/var/run/secrets/kubernetes.io/serviceaccount/token"
tls_ca = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = true
response_timeout = "15s"
timeout = "15s"

[[inputs.prometheus]]
metric_version = 2
Expand All @@ -24,7 +24,7 @@
bearer_token = "/var/run/secrets/kubernetes.io/serviceaccount/token"
tls_ca = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
insecure_skip_verify = true
response_timeout = "15s"
timeout = "15s"

[[outputs.http]]
## URL is the address to send metrics to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
{{- end }}
# Telegraf
- name: telegraf
image: "mcr.microsoft.com/mirror/docker/library/telegraf:1.28"
image: "mcr.microsoft.com/cbl-mariner/base/telegraf:1.29"
imagePullPolicy: IfNotPresent
resources:
{{- toYaml .Values.telegraf.resources | nindent 12 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-secrets-store-provider-azure
version: 1.5.5
version: 1.5.6
appVersion: 1.5.3
kubeVersion: ">=1.16.0-0"
description: A Helm chart to install the Secrets Store CSI Driver and the Azure Keyvault Provider inside a Kubernetes cluster.
Expand Down

0 comments on commit e7fcef9

Please sign in to comment.