You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: stable/enterprise/README.md
+34-9
Original file line number
Diff line number
Diff line change
@@ -639,6 +639,7 @@ To restore your deployment to using your previous driver configurations:
639
639
| `global.fullnameOverride` | overrides the fullname set on resources | `""` |
640
640
| `global.nameOverride` | overrides the name set on resources | `""` |
641
641
642
+
642
643
### Common Resource Parameters
643
644
644
645
| Name | Description | Value |
@@ -693,6 +694,7 @@ To restore your deployment to using your previous driver configurations:
693
694
| `scripts` | Collection of helper scripts usable in all anchore enterprise pods | `{}` |
694
695
| `domainSuffix` | domain suffix for appending to the ANCHORE_ENDPOINT_HOSTNAME. If blank, domainSuffix will be "namespace.svc.cluster.local". | `""` |
695
696
697
+
696
698
### Anchore Configuration Parameters
697
699
698
700
| Name | Description | Value |
@@ -822,6 +824,7 @@ To restore your deployment to using your previous driver configurations:
822
824
| `anchoreConfig.ui.dbUser` | allows overriding and separation of the ui database user. | `""` |
823
825
| `anchoreConfig.ui.dbPassword` | allows overriding and separation of the ui database user authentication | `""` |
824
826
827
+
825
828
### Anchore Analyzer k8s Deployment Parameters
826
829
827
830
| Name | Description | Value |
@@ -839,6 +842,7 @@ To restore your deployment to using your previous driver configurations:
839
842
| `analyzer.serviceAccountName` | Service account name for Anchore API pods | `""` |
840
843
| `analyzer.scratchVolume.details` | Details for the k8s volume to be created for Anchore Analyzer scratch space | `{}` |
841
844
845
+
842
846
### Anchore API k8s Deployment Parameters
843
847
844
848
| Name | Description | Value |
@@ -861,6 +865,7 @@ To restore your deployment to using your previous driver configurations:
861
865
| `api.affinity` | Affinity for Anchore API pod assignment | `{}` |
862
866
| `api.serviceAccountName` | Service account name for Anchore API pods | `""` |
863
867
868
+
864
869
### Anchore Catalog k8s Deployment Parameters
865
870
866
871
| Name | Description | Value |
@@ -884,6 +889,7 @@ To restore your deployment to using your previous driver configurations:
884
889
| `catalog.serviceAccountName` | Service account name for Anchore Catalog pods | `""` |
885
890
| `catalog.scratchVolume.details` | Details for the k8s volume to be created for Anchore Catalog scratch space | `{}` |
886
891
892
+
887
893
### Anchore DataSyncer k8s Deployment Parameters
888
894
889
895
| Name | Description | Value |
@@ -907,6 +913,7 @@ To restore your deployment to using your previous driver configurations:
907
913
| `dataSyncer.serviceAccountName` | Service account name for Anchore DataSyncer pods | `""` |
908
914
| `dataSyncer.scratchVolume.details` | Details for the k8s volume to be created for Anchore DataSyncer scratch space | `{}` |
909
915
916
+
910
917
### Anchore Notifications Parameters
911
918
912
919
| Name | Description | Value |
@@ -929,6 +936,7 @@ To restore your deployment to using your previous driver configurations:
929
936
| `notifications.affinity` | Affinity for Anchore Notifications pod assignment | `{}` |
930
937
| `notifications.serviceAccountName` | Service account name for Anchore Notifications pods | `""` |
| `osaaMigrationJob.enabled` | Enable the Anchore Object Store and Analysis Archive migration job | `false` |
1122
-
| `osaaMigrationJob.kubectlImage` | The image to use for the job's init container that uses kubectl to scale down deployments for the migration |`bitnami/kubectl:1.27`|
1147
+
| `osaaMigrationJob.kubectlImage` | The image to use for the job's init container that uses kubectl to scale down deployments for the migration |`bitnami/kubectl:1.30`|
1123
1148
|`osaaMigrationJob.extraEnv`| An array to add extra environment variables |`[]`|
1124
1149
|`osaaMigrationJob.extraVolumes`| Define additional volumes for Anchore Object Store and Analysis Archive migration job |`[]`|
1125
1150
|`osaaMigrationJob.extraVolumeMounts`| Define additional volume mounts for Anchore Object Store and Analysis Archive migration job |`[]`|
0 commit comments