Skip to content

Commit

Permalink
Compatibility with Keptn 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kreuzberger <[email protected]>
  • Loading branch information
christian-kreuzberger-dtx committed May 4, 2021
1 parent 9a31bf4 commit 97d3ea5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This service reacts on the following Keptn CloudEvents (see [deploy/service.yaml
To deploy the current version of the *locust-service* in your Keptn Kubernetes cluster, run

```console
kubectl apply -f https://raw.githubusercontent.com/keptn-sandbox/locust-service/release-0.1.0/deploy/service.yaml -n keptn
kubectl apply -f https://raw.githubusercontent.com/keptn-sandbox/locust-service/release-0.1.1/deploy/service.yaml -n keptn
```

This will install the `locust-service` into the `keptn` namespace, which you can verify using:
Expand Down
4 changes: 2 additions & 2 deletions deploy/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ spec:
spec:
containers:
- name: locust-service
image: keptnsandbox/locust-service:0.1.0
image: keptnsandbox/locust-service:0.1.1
ports:
- containerPort: 8080
env:
- name: CONFIGURATION_SERVICE
value: 'http://configuration-service:8080'
- name: distributor
image: keptn/distributor:0.8.0
image: keptn/distributor:0.8.1
livenessProbe:
httpGet:
path: /health
Expand Down
13 changes: 13 additions & 0 deletions releasenotes/releasenotes_V0.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Release Notes v0.1.1

Compatibility for Keptn 0.8.1.

## New Features

- Use `keptn/distributor:0.8.1` instead of 0.8.0


## Fixed Issues

## Known Limitations

0 comments on commit 97d3ea5

Please sign in to comment.