Commit 7bd9bb0 1 parent a96e3f3 commit 7bd9bb0 Copy full SHA for 7bd9bb0
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ Thanks to [@rlex](https://github.com/rlex) there is a [Helm chart](https://artif
140
140
You can easily start Pyrra on its own via the provided Docker image:
141
141
142
142
``` bash
143
- docker pull ghcr.io/pyrra-dev/pyrra:v0.4 .0
143
+ docker pull ghcr.io/pyrra-dev/pyrra:v0.5 .0
144
144
```
145
145
146
146
When running Pyrra outside of Kubernetes, the SLO object can be provided through
Original file line number Diff line number Diff line change 32
32
- api
33
33
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
34
34
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
35
- image : ghcr.io/pyrra-dev/pyrra:v0.4 .0
35
+ image : ghcr.io/pyrra-dev/pyrra:v0.5 .0
36
36
name : pyrra-api
37
37
ports :
38
38
- name : http
Original file line number Diff line number Diff line change 33
33
containers :
34
34
- args :
35
35
- kubernetes
36
- image : ghcr.io/pyrra-dev/pyrra:v0.4 .0
36
+ image : ghcr.io/pyrra-dev/pyrra:v0.5 .0
37
37
name : pyrra-kubernetes
38
38
resources :
39
39
limits :
Original file line number Diff line number Diff line change 8
8
9
9
services :
10
10
prometheus :
11
- image : prom/prometheus:v2.32.1
11
+ image : prom/prometheus:v2.40.0
12
12
restart : always
13
13
networks :
14
14
- pyrra
@@ -23,7 +23,7 @@ services:
23
23
- prometheus_pyrra:/etc/prometheus/pyrra
24
24
25
25
pyrra-api :
26
- image : ghcr.io/pyrra-dev/pyrra:v0.4 .0
26
+ image : ghcr.io/pyrra-dev/pyrra:v0.5 .0
27
27
restart : always
28
28
command :
29
29
- api
@@ -36,7 +36,7 @@ services:
36
36
- pyrra
37
37
38
38
pyrra-filesystem :
39
- image : ghcr.io/pyrra-dev/pyrra:v0.4 .0
39
+ image : ghcr.io/pyrra-dev/pyrra:v0.5 .0
40
40
restart : always
41
41
command :
42
42
- filesystem
Original file line number Diff line number Diff line change 30
30
- --prometheus-url=https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091
31
31
- --api-url=http://pyrra-kubernetes.openshift-monitoring.svc.cluster.local:9444
32
32
- --prometheus-bearer-token-path=/var/run/secrets/tokens/pyrra-kubernetes
33
- image : ghcr.io/pyrra-dev/pyrra:v0.4.4
33
+ image : ghcr.io/pyrra-dev/pyrra:v0.5.0
34
34
imagePullPolicy : IfNotPresent
35
35
name : pyrra-api
36
36
ports :
Original file line number Diff line number Diff line change 33
33
containers :
34
34
- args :
35
35
- kubernetes
36
- image : ghcr.io/pyrra-dev/pyrra:v0.4.4
36
+ image : ghcr.io/pyrra-dev/pyrra:v0.5.0
37
37
name : pyrra-kubernetes
38
38
resources :
39
39
limits :
You can’t perform that action at this time.
0 commit comments