Skip to content

Commit c6bf4b9

Browse files
committed
Merge remote-tracking branch 'origin/main' into gh-pages
2 parents fbad083 + 7c8473f commit c6bf4b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/fga-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ controllerManager:
3838
# Image configuration for the controller manager
3939
image:
4040
repository: ghcr.io/3schwartz/fga-operator
41-
tag: "11409204295"
41+
tag: "11409607006"
4242

4343
# Resource requests and limits for the controller manager container
4444
resources:

demo/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ helm repo update
2828
# Done at demo
2929

3030
```sh
31-
helm search repo fga --devel
31+
helm search repo fga
3232
```
3333

3434
```sh
35-
helm install fga-operator fga-operator/fga-operator --version 0.1.0-<TAG> -f values.yaml
35+
helm install fga-operator fga-operator/fga-operator --version <VERSION> -f values.yaml
3636
```
3737

3838
```sh

0 commit comments

Comments
 (0)