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: charts/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ their default values.
46
46
| `coordinator.sealDir` | string | Path to the directory used for sealing data. Needs to be consistent with the persisten storage setup | `"/coordinator/data/"` |
47
47
| `coordinator.simulation` | bool | SGX simulation settings, set to `true` if your not running on an SGX capable cluster | `false` |
48
48
| `coordinator.storageClass` | string | Kubernetes [StorageClass](https://kubernetes.io/docs/concepts/storage/storage-classes/) to use for creating the Coordinator PVC. Leave empty to use the default StorageClass | |
49
-
| `coordinator.version` | string | Version of the coordinator container image to pull | `"v1.5.2"` |
49
+
| `coordinator.version` | string | Version of the coordinator container image to pull | `"v1.6.0"` |
50
50
| `global.coordinatorComponentLabel` | string | Control plane label. Do not edit | `"edgeless.systems/control-plane-component"` |
51
51
| `global.coordinatorNamespaceLabel` | string | Control plane label. Do not edit | `"edgeless.systems/control-plane-ns"` |
52
52
| `global.podAnnotations` | object | Additional annotations to add to all pods | `{}`|
| `marbleInjector.replicas` | int | Replicas of the marbleInjector webhook | `1` |
58
58
| `marbleInjector.repository` | string | Name of the container registry to pull the marbleInjector image from | `"ghcr.io/edgelesssys/marblerun"` |
59
-
| `marbleInjector.version` | string | Version of the marbleInjector container image to pull | `"v1.5.2"` |
59
+
| `marbleInjector.version` | string | Version of the marbleInjector container image to pull | `"v1.6.0"` |
60
60
| `marbleInjector.useCertManager` | bool | Set to use cert-manager for certificate provisioning. Required when using standalone helm chart for installation | `false` |
61
61
| `marbleInjector.objectSelector` | object | ObjectSelector to trigger marble-injector mutation, See the [K8S documentation](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-objectselector) for more information | `{matchExpressions:[{key:"marblerun/marbletype",operator:"Exists"}]}` |
62
62
| `marbleInjector.namespaceSelector` | object | NamespaceSelector to trigger marble-injector mutation, See the [K8S documentation](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-namespaceselector) for more information | `{}` |
0 commit comments