Skip to content

Commit

Permalink
Update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Nov 12, 2021
1 parent 8776b12 commit f8192f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Feel free to give it a try there!
There are pre-build container images available:

```bash
docker pull ghcr.io/pyrra-dev/pyrra:v0.1.0
docker pull ghcr.io/pyrra-dev/pyrra:v0.2.0
```

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.
Expand Down
2 changes: 1 addition & 1 deletion config/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
- api
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090
- --api-url=http://pyrra-kubernetes.monitoring.svc.cluster.local:9444
image: ghcr.io/pyrra-dev/pyrra:v0.1.0
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
name: pyrra-api
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion config/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
containers:
- args:
- kubernetes
image: ghcr.io/pyrra-dev/pyrra:v0.1.0
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
name: pyrra-kubernetes
resources:
limits:
Expand Down
4 changes: 2 additions & 2 deletions examples/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- prometheus_pyrra:/etc/prometheus/pyrra

pyrra-api:
image: ghcr.io/pyrra-dev/pyrra:v0.1.0
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
restart: always
command:
- api
Expand All @@ -36,7 +36,7 @@ services:
- pyrra

pyrra-filesystem:
image: ghcr.io/pyrra-dev/pyrra:v0.1.0
image: ghcr.io/pyrra-dev/pyrra:v0.2.0
restart: always
command:
- filesystem
Expand Down

0 comments on commit f8192f1

Please sign in to comment.