Skip to content

Commit

Permalink
Update docs to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalmatze committed Nov 8, 2022
1 parent a96e3f3 commit 7bd9bb0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Thanks to [@rlex](https://github.com/rlex) there is a [Helm chart](https://artif
You can easily start Pyrra on its own via the provided Docker image:

```bash
docker pull ghcr.io/pyrra-dev/pyrra:v0.4.0
docker pull ghcr.io/pyrra-dev/pyrra:v0.5.0
```

When running Pyrra outside of Kubernetes, the SLO object can be provided through
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.4.0
image: ghcr.io/pyrra-dev/pyrra:v0.5.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.4.0
image: ghcr.io/pyrra-dev/pyrra:v0.5.0
name: pyrra-kubernetes
resources:
limits:
Expand Down
6 changes: 3 additions & 3 deletions examples/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
prometheus:
image: prom/prometheus:v2.32.1
image: prom/prometheus:v2.40.0
restart: always
networks:
- pyrra
Expand All @@ -23,7 +23,7 @@ services:
- prometheus_pyrra:/etc/prometheus/pyrra

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

pyrra-filesystem:
image: ghcr.io/pyrra-dev/pyrra:v0.4.0
image: ghcr.io/pyrra-dev/pyrra:v0.5.0
restart: always
command:
- filesystem
Expand Down
2 changes: 1 addition & 1 deletion examples/openshift/deploy/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- --prometheus-url=https://prometheus-k8s.openshift-monitoring.svc.cluster.local:9091
- --api-url=http://pyrra-kubernetes.openshift-monitoring.svc.cluster.local:9444
- --prometheus-bearer-token-path=/var/run/secrets/tokens/pyrra-kubernetes
image: ghcr.io/pyrra-dev/pyrra:v0.4.4
image: ghcr.io/pyrra-dev/pyrra:v0.5.0
imagePullPolicy: IfNotPresent
name: pyrra-api
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/openshift/deploy/openshift.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.4.4
image: ghcr.io/pyrra-dev/pyrra:v0.5.0
name: pyrra-kubernetes
resources:
limits:
Expand Down

0 comments on commit 7bd9bb0

Please sign in to comment.