mirror of https://git.rancher.io/charts
update versions
parent
0fbc51bb6d
commit
9d7419e213
|
@ -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
|
||||
|
|
|
@ -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" . ) -}}
|
||||
|
|
Loading…
Reference in New Issue