Skip to content

Commit

Permalink
docs: fix chart version (aquasecurity#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
AP-XD authored Nov 14, 2023
1 parent 3902dc5 commit 54e6c90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/private-registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Lastly, we can deploy the operator inside our cluster with referencing our new `
helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.16.4
--version {{ var.chart_version }}
--values ./values.yaml
```

Expand All @@ -57,7 +57,7 @@ Alternatively, it is possible to set the values directly through Helm instead of
helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.16.4
--version {{ var.chart_version }}
--set="trivy.command=fs"
--set="trivyOperator.scanJobPodTemplateContainerSecurityContext.runAsUser=0"
```
Expand Down Expand Up @@ -230,7 +230,7 @@ Lastly, we can deploy the operator inside our cluster with referencing our new `
helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.16.4
--version {{ var.chart_version }}
--values ./values.yaml
```

Expand All @@ -240,7 +240,7 @@ Alternatively, it is possible to set the values directly through Helm instead of
helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \
--create-namespace \
--version 0.16.4
--version {{ var.chart_version }}
--set-json='operator.privateRegistryScanSecretsNames={"app":"dockerconfigjson-github-com"}'
```

Expand Down

0 comments on commit 54e6c90

Please sign in to comment.