From 2956ea3b48923949b11d6bb0cac9db94cd0026b1 Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Tue, 29 Mar 2022 15:05:05 -0400 Subject: [PATCH] pre-release version bumps Signed-off-by: Kent Rancourt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ba8b5..11aaf25 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ a file you can modify: ```console $ helm inspect values oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \ - --version v0.3.0 > ~/brigade-cloudevents-gateway-values.yaml + --version v0.4.0 > ~/brigade-cloudevents-gateway-values.yaml ``` Edit `~/brigade-cloudevents-gateway-values.yaml`, making the following changes: @@ -123,7 +123,7 @@ the gateway using the above customizations: ```console $ helm install brigade-cloudevents-gateway \ oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \ - --version v0.3.0 \ + --version v0.4.0 \ --create-namespace \ --namespace brigade-cloudevents-gateway \ --values ~/brigade-cloudevents-gateway-values.yaml \