Skip to content

Commit

Permalink
Merge pull request #11 from javacruft/no-change-commit
Browse files Browse the repository at this point in the history
docs: update README for 3.9 branch
  • Loading branch information
gboutry authored Sep 12, 2023
2 parents 93d286c + f67b0a7 commit 33d624f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Pull Request
on:
pull_request:
branches:
- main
- stable/3.9

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-edge.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release to Edge
name: "Release to Edge [3.9]"

on:
push:
branches:
- main
- stable/3.9

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description

Charmed [RabbitMQ][rabbitmq-upstream] operator for Kubernetes.
[RabbitMQ][rabbitmq-upstream] 3.9 charm for Kubernetes.

RabbitMQ is an open source multi-protocol messaging broker. The charmed
RabbitMQ operator deploys RabbitMQ as a workload on Kubernetes. It grants
Expand All @@ -18,7 +18,7 @@ begin using the message broker immediately.
#### Simple deployment

```
juju deploy --trust rabbitmq-k8s
juju deploy --channel 3.9 --trust rabbitmq-k8s
juju deploy --trust traefik-k8s
juju add-relation rabbitmq-k8s traefik-k8s
```
Expand Down

0 comments on commit 33d624f

Please sign in to comment.