From 9d7419e21385580162caf5842533eed498f51c56 Mon Sep 17 00:00:00 2001 From: joshmeranda Date: Thu, 16 Nov 2023 14:01:43 -0500 Subject: [PATCH] update versions --- .../rancher-monitoring/rancher-pushprox/charts/Chart.yaml | 4 ++-- .../rancher-pushprox/charts/templates/_helpers.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/rancher-monitoring/rancher-pushprox/charts/Chart.yaml b/packages/rancher-monitoring/rancher-pushprox/charts/Chart.yaml index 680c8736e..05142eb03 100644 --- a/packages/rancher-monitoring/rancher-pushprox/charts/Chart.yaml +++ b/packages/rancher-monitoring/rancher-pushprox/charts/Chart.yaml @@ -6,9 +6,9 @@ annotations: catalog.rancher.io/namespace: cattle-monitoring-system catalog.rancher.io/release-name: rancher-pushprox apiVersion: v1 -appVersion: 0.1.0 +appVersion: 0.1.1 description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients. name: rancher-pushprox type: application -version: 102.0.2 +version: 103.0.0 diff --git a/packages/rancher-monitoring/rancher-pushprox/charts/templates/_helpers.tpl b/packages/rancher-monitoring/rancher-pushprox/charts/templates/_helpers.tpl index afb6cd66f..8e651dccf 100644 --- a/packages/rancher-monitoring/rancher-pushprox/charts/templates/_helpers.tpl +++ b/packages/rancher-monitoring/rancher-pushprox/charts/templates/_helpers.tpl @@ -102,7 +102,7 @@ app: {{ template "pushprox.serviceMonitor.name" . }} {{- define "pushProxy.serviceMonitor.endpoints" -}} {{- $proxyURL := (include "pushProxy.proxyUrl" .) -}} {{- $useHTTPS := .Values.clients.https.enabled -}} -{{- $setHTTPSScheme := .Values.clients.https.forceHTTPSScheme -}} +{{- $forceHTTPSScheme := .Values.clients.https.forceHTTPSScheme -}} {{- $insecureSkipVerify := .Values.clients.https.insecureSkipVerify -}} {{- $useServiceAccountCredentials := .Values.clients.https.useServiceAccountCredentials -}} {{- $serviceAccountTokenName := (include "pushProxy.client.serviceAccountTokenName" . ) -}}