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/namespace: cattle-monitoring-system
|
||||||
catalog.rancher.io/release-name: rancher-pushprox
|
catalog.rancher.io/release-name: rancher-pushprox
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.1
|
||||||
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
|
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
|
||||||
clients.
|
clients.
|
||||||
name: rancher-pushprox
|
name: rancher-pushprox
|
||||||
type: application
|
type: application
|
||||||
version: 102.0.2
|
version: 103.0.0
|
||||||
|
|
|
@ -102,7 +102,7 @@ app: {{ template "pushprox.serviceMonitor.name" . }}
|
||||||
{{- define "pushProxy.serviceMonitor.endpoints" -}}
|
{{- define "pushProxy.serviceMonitor.endpoints" -}}
|
||||||
{{- $proxyURL := (include "pushProxy.proxyUrl" .) -}}
|
{{- $proxyURL := (include "pushProxy.proxyUrl" .) -}}
|
||||||
{{- $useHTTPS := .Values.clients.https.enabled -}}
|
{{- $useHTTPS := .Values.clients.https.enabled -}}
|
||||||
{{- $setHTTPSScheme := .Values.clients.https.forceHTTPSScheme -}}
|
{{- $forceHTTPSScheme := .Values.clients.https.forceHTTPSScheme -}}
|
||||||
{{- $insecureSkipVerify := .Values.clients.https.insecureSkipVerify -}}
|
{{- $insecureSkipVerify := .Values.clients.https.insecureSkipVerify -}}
|
||||||
{{- $useServiceAccountCredentials := .Values.clients.https.useServiceAccountCredentials -}}
|
{{- $useServiceAccountCredentials := .Values.clients.https.useServiceAccountCredentials -}}
|
||||||
{{- $serviceAccountTokenName := (include "pushProxy.client.serviceAccountTokenName" . ) -}}
|
{{- $serviceAccountTokenName := (include "pushProxy.client.serviceAccountTokenName" . ) -}}
|
||||||
|
|
Loading…
Reference in New Issue