We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbad083 + 7c8473f commit c6bf4b9Copy full SHA for c6bf4b9
charts/fga-operator/values.yaml
@@ -38,7 +38,7 @@ controllerManager:
38
# Image configuration for the controller manager
39
image:
40
repository: ghcr.io/3schwartz/fga-operator
41
- tag: "11409204295"
+ tag: "11409607006"
42
43
# Resource requests and limits for the controller manager container
44
resources:
demo/README.md
@@ -28,11 +28,11 @@ helm repo update
28
# Done at demo
29
30
```sh
31
-helm search repo fga --devel
+helm search repo fga
32
```
33
34
35
-helm install fga-operator fga-operator/fga-operator --version 0.1.0-<TAG> -f values.yaml
+helm install fga-operator fga-operator/fga-operator --version <VERSION> -f values.yaml
36
37
0 commit comments