Skip to content

Commit

Permalink
pre-release version bumps (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour authored Mar 29, 2022
1 parent 73e44d7 commit 48e903f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ a file you can modify:
```console
$ helm inspect values oci://ghcr.io/brigadecore/brigade-cron-event-source \
--version v1.0.0 > ~/brigade-cron-event-source-values.yaml
--version v1.1.0 > ~/brigade-cron-event-source-values.yaml
```
Edit `~/brigade-cron-event-source-values.yaml`, making the following changes:
Expand Down Expand Up @@ -131,7 +131,7 @@ following command to install the event source using the above customizations:
```console
$ helm install brigade-cron-event-source \
oci://ghcr.io/brigadecore/brigade-cron-event-source \
--version v1.0.0 \
--version v1.1.0 \
--create-namespace \
--namespace brigade-cron-event-source \
--values ~/brigade-cron-event-source-values.yaml \
Expand Down

0 comments on commit 48e903f

Please sign in to comment.