Skip to content

Commit 8d28830

Browse files
committed
Update install-private-registry.mdx
1 parent 9953abf commit 8d28830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

calico-cloud/get-started/install-private-registry.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ You can perform a Helm installation from images stored on a private registry.
3737

3838
| Feature | Key | Values |
3939
|---------|-----|--------|
40-
| Image Assurance | `installer.components.imageAssurance.state` | `Enabled` (default), `Disabled` |
40+
| Image Assurance | `installer.components.imageAssurance.state` | `Enabled`, `Disabled` (default) |
4141
| Container Threat Detection | `installer.components.runtimeSecurity.state` | `Enabled`, `Disabled` (default\*) <br/> * The default for new clusters is `Disabled`. For upgrades for previously connected clusters, the default will retain the previous state. |
4242

4343
| Packet Capture | `installer.components.packetCaptureAPI.state` | `Enabled`, `Disabled` (default\*) <br/> * The default for new clusters is `Disabled`. For upgrades for previously connected clusters, the default will retain the previous state. |
44-
| Compliance Reports | `installer.components.compliance.enabled` | `true` (default), `false` |
44+
| Compliance Reports | `installer.components.compliance.enabled` | `true`, `false` (default) |
4545

4646
```bash title="Example of generated Helm command with user-added parameters"
4747
helm repo add calico-cloud https://installer.calicocloud.io/charts --force-update && helm upgrade --install calico-cloud-crds calico-cloud/calico-cloud-crds --namespace calico-cloud --create-namespace && helm upgrade --install calico-cloud calico-cloud/calico-cloud --namespace calico-cloud --set apiKey=ryl34elz8:5kdv6siag:ifk1uwruwlgp7vzn7ecijt5zjbf5p9p1il1ag8877ylwjo4muu19wzg2g8x5qa7x --set installer.clusterName=my-cluster --set installer.calicoCloudVersion=v19.1.0 \

0 commit comments

Comments
 (0)