mirror of https://git.rancher.io/charts
update rancher/mirrored-lirbrary-nginx and rancher/shell versions
parent
aa9391381c
commit
4a5a809206
|
@ -3,7 +3,7 @@
|
||||||
@@ -457,7 +457,39 @@
|
@@ -457,7 +457,39 @@
|
||||||
helm show values prometheus-community/kube-prometheus-stack
|
helm show values prometheus-community/kube-prometheus-stack
|
||||||
```
|
```
|
||||||
|
|
||||||
-You may also `helm show values` on this chart's [dependencies](#dependencies) for additional options.
|
-You may also `helm show values` on this chart's [dependencies](#dependencies) for additional options.
|
||||||
+You may also run `helm show values` on this chart's [dependencies](#dependencies) for additional options.
|
+You may also run `helm show values` on this chart's [dependencies](#dependencies) for additional options.
|
||||||
+
|
+
|
||||||
|
@ -38,6 +38,6 @@
|
||||||
+| `kubeAdmProxy.enabled` | Create a PushProx installation for monitoring kube-proxy metrics in kubeAdm clusters | `false` |
|
+| `kubeAdmProxy.enabled` | Create a PushProx installation for monitoring kube-proxy metrics in kubeAdm clusters | `false` |
|
||||||
+| `kubeAdmEtcd.enabled` | Create a PushProx installation for monitoring etcd metrics in kubeAdm clusters | `false` |
|
+| `kubeAdmEtcd.enabled` | Create a PushProx installation for monitoring etcd metrics in kubeAdm clusters | `false` |
|
||||||
+
|
+
|
||||||
|
|
||||||
### Multiple releases
|
### Multiple releases
|
||||||
|
|
||||||
|
|
|
@ -8,13 +8,11 @@
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
@@ -210,6 +211,7 @@
|
@@ -212,4 +213,5 @@
|
||||||
severity: critical
|
|
||||||
{{- if .Values.defaultRules.additionalRuleLabels }}
|
|
||||||
{{ toYaml .Values.defaultRules.additionalRuleLabels | indent 8 }}
|
{{ toYaml .Values.defaultRules.additionalRuleLabels | indent 8 }}
|
||||||
+{{- end }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
-{{- end }}
|
-{{- end }}
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
+{{- end }}
|
+{{- end }}
|
||||||
|
+{{- end }}
|
||||||
|
|
|
@ -10,12 +10,10 @@
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
@@ -289,6 +290,7 @@
|
@@ -291,4 +292,5 @@
|
||||||
severity: warning
|
|
||||||
{{- if .Values.defaultRules.additionalRuleLabels }}
|
|
||||||
{{ toYaml .Values.defaultRules.additionalRuleLabels | indent 8 }}
|
{{ toYaml .Values.defaultRules.additionalRuleLabels | indent 8 }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
+{{- end }}
|
+{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
\ No newline at end of file
|
\ No newline at end of file
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
apiVersion: monitoring.coreos.com/v1
|
apiVersion: monitoring.coreos.com/v1
|
||||||
kind: PrometheusRule
|
kind: PrometheusRule
|
||||||
metadata:
|
metadata:
|
||||||
@@ -33,12 +34,13 @@
|
@@ -33,7 +34,7 @@
|
||||||
description: KubeProxy has disappeared from Prometheus target discovery.
|
description: KubeProxy has disappeared from Prometheus target discovery.
|
||||||
runbook_url: {{ .Values.defaultRules.runbookUrl }}/kubernetes/kubeproxydown
|
runbook_url: {{ .Values.defaultRules.runbookUrl }}/kubernetes/kubeproxydown
|
||||||
summary: Target disappeared from Prometheus target discovery.
|
summary: Target disappeared from Prometheus target discovery.
|
||||||
|
@ -19,9 +19,8 @@
|
||||||
for: 15m
|
for: 15m
|
||||||
labels:
|
labels:
|
||||||
severity: critical
|
severity: critical
|
||||||
{{- if .Values.defaultRules.additionalRuleLabels }}
|
@@ -42,3 +43,4 @@
|
||||||
{{ toYaml .Values.defaultRules.additionalRuleLabels | indent 8 }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
+{{- end }}
|
+{{- end }}
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
|
@ -557,7 +557,7 @@
|
||||||
+ ## Image to use to run the scripts
|
+ ## Image to use to run the scripts
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/shell
|
+ repository: rancher/shell
|
||||||
+ tag: v0.1.18
|
+ tag: v0.1.19
|
||||||
+
|
+
|
||||||
+## Rancher Monitoring
|
+## Rancher Monitoring
|
||||||
+##
|
+##
|
||||||
|
@ -674,7 +674,7 @@
|
||||||
pspAnnotations: {}
|
pspAnnotations: {}
|
||||||
## Specify pod annotations
|
## Specify pod annotations
|
||||||
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
|
## Ref: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#apparmor
|
||||||
@@ -225,26 +865,78 @@
|
@@ -225,25 +865,77 @@
|
||||||
## ref: https://prometheus.io/docs/alerting/notifications/
|
## ref: https://prometheus.io/docs/alerting/notifications/
|
||||||
## https://prometheus.io/docs/alerting/notification_examples/
|
## https://prometheus.io/docs/alerting/notification_examples/
|
||||||
##
|
##
|
||||||
|
@ -697,7 +697,7 @@
|
||||||
- # {{ end }}
|
- # {{ end }}
|
||||||
- # {{ end }}
|
- # {{ end }}
|
||||||
- # {{ end }}
|
- # {{ end }}
|
||||||
|
+
|
||||||
+ templateFiles:
|
+ templateFiles:
|
||||||
+ rancher_defaults.tmpl: |-
|
+ rancher_defaults.tmpl: |-
|
||||||
+ {{- define "slack.rancher.text" -}}
|
+ {{- define "slack.rancher.text" -}}
|
||||||
|
@ -768,10 +768,9 @@
|
||||||
+ {{- end }}
|
+ {{- end }}
|
||||||
+ {{- end }}
|
+ {{- end }}
|
||||||
+ {{- end -}}
|
+ {{- end -}}
|
||||||
+
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
@@ -452,7 +1144,7 @@
|
@@ -452,7 +1144,7 @@
|
||||||
## Image of Alertmanager
|
## Image of Alertmanager
|
||||||
##
|
##
|
||||||
|
@ -887,11 +886,11 @@
|
||||||
+ ## Service type
|
+ ## Service type
|
||||||
+ ##
|
+ ##
|
||||||
+ type: ClusterIP
|
+ type: ClusterIP
|
||||||
|
+
|
||||||
+ proxy:
|
+ proxy:
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/mirrored-library-nginx
|
+ repository: rancher/mirrored-library-nginx
|
||||||
+ tag: 1.21.1-alpine
|
+ tag: 1.24.0-alpine
|
||||||
+
|
+
|
||||||
+ ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod
|
+ ## Enable an Specify container in extraContainers. This is meant to allow adding an authentication proxy to a grafana pod
|
||||||
+ extraContainers: |
|
+ extraContainers: |
|
||||||
|
@ -915,7 +914,7 @@
|
||||||
+ securityContext:
|
+ securityContext:
|
||||||
+ runAsUser: 101
|
+ runAsUser: 101
|
||||||
+ runAsGroup: 101
|
+ runAsGroup: 101
|
||||||
+
|
|
||||||
+ ## Volumes that can be used in containers
|
+ ## Volumes that can be used in containers
|
||||||
+ extraContainerVolumes:
|
+ extraContainerVolumes:
|
||||||
+ - name: nginx-home
|
+ - name: nginx-home
|
||||||
|
@ -1150,7 +1149,7 @@
|
||||||
+ proxy:
|
+ proxy:
|
||||||
+ image:
|
+ image:
|
||||||
+ repository: rancher/mirrored-library-nginx
|
+ repository: rancher/mirrored-library-nginx
|
||||||
+ tag: 1.21.1-alpine
|
+ tag: 1.24.0-alpine
|
||||||
+
|
+
|
||||||
## Containers allows injecting additional containers. This is meant to allow adding an authentication proxy to a Prometheus pod.
|
## Containers allows injecting additional containers. This is meant to allow adding an authentication proxy to a Prometheus pod.
|
||||||
## if using proxy extraContainer update targetPort with proxy container port
|
## if using proxy extraContainer update targetPort with proxy container port
|
||||||
|
|
Loading…
Reference in New Issue