We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9143686 + 2956ea3 commit 41bda17Copy full SHA for 41bda17
README.md
@@ -87,7 +87,7 @@ a file you can modify:
87
88
```console
89
$ helm inspect values oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
90
- --version v0.3.0 > ~/brigade-cloudevents-gateway-values.yaml
+ --version v0.4.0 > ~/brigade-cloudevents-gateway-values.yaml
91
```
92
93
Edit `~/brigade-cloudevents-gateway-values.yaml`, making the following changes:
@@ -123,7 +123,7 @@ the gateway using the above customizations:
123
124
$ helm install brigade-cloudevents-gateway \
125
oci://ghcr.io/brigadecore/brigade-cloudevents-gateway \
126
- --version v0.3.0 \
+ --version v0.4.0 \
127
--create-namespace \
128
--namespace brigade-cloudevents-gateway \
129
--values ~/brigade-cloudevents-gateway-values.yaml \
0 commit comments