Commit 026c4107 by Frank Mai Committed by Craig Jellick

Change images repo and version (#1)

parent fe313655
......@@ -70,7 +70,7 @@ alertmanager:
enabled: false
apiGroup: "monitoring.coreos.com"
image:
repository: quay.io/prometheus/alertmanager
repository: prom/alertmanager
tag: v0.15.2
nodeSelector:
beta.kubernetes.io/os: linux
......@@ -172,7 +172,7 @@ exporter-node:
enabled: false
apiGroup: "monitoring.coreos.com"
image:
repository: quay.io/prometheus/node-exporter
repository: prom/node-exporter
tag: v0.16.0
nodeSelector:
beta.kubernetes.io/os: linux
......@@ -190,6 +190,10 @@ grafana:
image:
repository: grafana/grafana
tag: 5.3.0
inits:
tools:
repository: rancher/prometheus-auth
tag: v0.1.0
nodeSelector:
beta.kubernetes.io/os: linux
persistence:
......@@ -211,12 +215,12 @@ prometheus:
## Reference to one or more secrets to be used when pulling images
##
pullSecrets: []
repository: quay.io/prometheus/prometheus
tag: v2.4.3
repository: prom/prometheus
tag: v2.5.0
inits:
tools:
repository: maiwj/curl
tag: 7.56.1-r0
repository: rancher/prometheus-auth
tag: v0.1.0
nodeSelector:
beta.kubernetes.io/os: linux
persistence:
......@@ -230,8 +234,9 @@ prometheus:
##
serviceAccountName: ""
sidecarsSpec:
- args:
- --log.debug
- command:
- prometheus-auth
args:
- agent
- start
- --agent.proxy-url
......@@ -243,7 +248,7 @@ prometheus:
valueFrom:
fieldRef:
fieldPath: status.podIP
image: maiwj/prometheus-auth:0.1.0
image: rancher/prometheus-auth:v0.1.0
livenessProbe:
failureThreshold: 6
httpGet:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment