##// END OF EJS Templates
rccontrol: bumped some libraries versions
super-admin -
Show More
@@ -57,7 +57,7 b' services:'
57 - "traefik.http.services.node-exporter.loadbalancer.server.port=9100"
57 - "traefik.http.services.node-exporter.loadbalancer.server.port=9100"
58
58
59 prometheus:
59 prometheus:
60 image: prom/prometheus:v2.40.5
60 image: prom/prometheus:v2.40.6
61 restart: always
61 restart: always
62 command:
62 command:
63 - "--config.file=/etc/prometheus/prometheus.yml"
63 - "--config.file=/etc/prometheus/prometheus.yml"
@@ -95,7 +95,7 b' services:'
95 - "traefik.http.services.grafana-http.loadbalancer.server.port=3000"
95 - "traefik.http.services.grafana-http.loadbalancer.server.port=3000"
96
96
97 loki:
97 loki:
98 image: grafana/loki:2.7.0
98 image: grafana/loki:2.7.1
99 restart: always
99 restart: always
100 # ports:
100 # ports:
101 # - "3100:3100"
101 # - "3100:3100"
@@ -109,7 +109,7 b' services:'
109 - ./config/loki:/etc/loki
109 - ./config/loki:/etc/loki
110
110
111 promtail:
111 promtail:
112 image: grafana/promtail:2.7.0
112 image: grafana/promtail:2.7.1
113 command: [
113 command: [
114 "-config.file=/etc/promtail/promtail-config.yaml"
114 "-config.file=/etc/promtail/promtail-config.yaml"
115 ]
115 ]
@@ -16,7 +16,7 b' services:'
16
16
17 traefik:
17 traefik:
18
18
19 image: traefik:v2.9.5
19 image: traefik:v2.9.6
20
20
21 ports:
21 ports:
22 # The HTTP port, exposed as http entrypoint
22 # The HTTP port, exposed as http entrypoint
@@ -3743,7 +3743,7 b' rccontrol__completions_parse_requirements() {'
3743
3743
3744 # :command.initialize
3744 # :command.initialize
3745 initialize() {
3745 initialize() {
3746 version="4.28.0.REL20221207"
3746 version="4.28.0.REL20221212"
3747 long_usage=''
3747 long_usage=''
3748 set -e
3748 set -e
3749
3749
General Comments 0
You need to be logged in to leave comments. Login now