Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed May 7, 2024
1 parent 15bb2cf commit 7286f61
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ The project contains 3 different and independents artifacts:
The releases process are independent.


## K8s Autoscaling for Apache Pulsar docker image
## Operator image

Run the following command:

```bash
./release/release.sh operator-image <version>
./release/release.sh operator <version>
```

This will create a new tag `operator-<version>`, bump the pom versions and push the image to the docker registry.



## Pulsar Stack Helm Chart
## KAAP Chart

Run the following command:

```bash
./release/release.sh kaap-stack <version>
./release/release.sh kaap <version>
```

This will create a new tag `stack-<version>`, bump the chart version, creates a new Github release with the chart tarball and update the docs.
This will create a new tag `kaap-<version>`, bump the chart version, creates a new Github release with the chart tarball and update the docs.


## K8s Autoscaling for Apache Pulsar Helm Chart
## KAAP Stack Chart

Run the following command:

```bash
./release/release.sh kaap <version>
./release/release.sh kaap-stack <version>
```

This will create a new tag `kaap-<version>`, bump the chart version, creates a new Github release with the chart tarball and update the docs.
This will create a new tag `kaap-stack-<version>`, bump the chart version, creates a new Github release with the chart tarball and update the docs.

0 comments on commit 7286f61

Please sign in to comment.