update versions

pull/2962/head
joshmeranda 2023-11-16 14:01:43 -05:00
parent 0fbc51bb6d
commit 9d7419e213
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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" . ) -}}