Skip to content

Commit 7574472

Browse files
committed
Update docs and config to v0.3.0
1 parent fbd83f1 commit 7574472

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Feel free to give it a try there!
5050
There are pre-build container images available:
5151

5252
```bash
53-
docker pull ghcr.io/pyrra-dev/pyrra:v0.2.0
53+
docker pull ghcr.io/pyrra-dev/pyrra:v0.3.0
5454
```
5555

5656
While running Pyrra on its own works there won't be any SLO configured nor will there be any data from a Prometheus to work with.

api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.2
22
info:
33
title: Pyrra
4-
version: 0.0.0
4+
version: 0.3.0
55
servers:
66
- url: /api/v1
77
paths:

config/api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- api
3333
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
3434
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
35-
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
35+
image: ghcr.io/pyrra-dev/pyrra:v0.3.0
3636
name: pyrra-api
3737
ports:
3838
- name: http

config/kubernetes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
containers:
3434
- args:
3535
- kubernetes
36-
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
36+
image: ghcr.io/pyrra-dev/pyrra:v0.3.0
3737
name: pyrra-kubernetes
3838
resources:
3939
limits:

docs/screenshot-readme.png

-19.7 KB
Loading

docs/screenshot.png

-52.1 KB
Loading

examples/docker-compose/docker-compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ volumes:
88

99
services:
1010
prometheus:
11-
image: prom/prometheus:v2.29.2
11+
image: prom/prometheus:v2.32.1
1212
restart: always
1313
networks:
1414
- pyrra
@@ -23,7 +23,7 @@ services:
2323
- prometheus_pyrra:/etc/prometheus/pyrra
2424

2525
pyrra-api:
26-
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
26+
image: ghcr.io/pyrra-dev/pyrra:v0.3.0
2727
restart: always
2828
command:
2929
- api
@@ -36,7 +36,7 @@ services:
3636
- pyrra
3737

3838
pyrra-filesystem:
39-
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
39+
image: ghcr.io/pyrra-dev/pyrra:v0.3.0
4040
restart: always
4141
command:
4242
- filesystem

0 commit comments

Comments
 (0)