Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v1.9.1
appVersion: v1.9.2
description: The control plane for confidential computing.
home: https://edgeless.systems
keywords:
Expand All @@ -9,7 +9,7 @@ kubeVersion: ">=1.13.0-0"
name: marblerun
sources:
- https://github.com/edgelesssys/marblerun
version: 1.9.1
version: 1.9.2
maintainers:
- name: Edgeless Systems
email: contact@edgeless.systems
Expand Down
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ their default values.
| `coordinator.stateSecretName` | string | Name of the secret to use for storing the coordinator state. Only used if `coordinator.distributedDeployment` is set to `true` | `"marblerun-state"` |
| `coordinator.kekConfigMap` | string | Name of the ConfigMap containing the Key Encryption Keys for the k8s-secret store backend. Only used if `coordinator.distributedDeployment` is set to `true` | `"marblerun-sealed-kek"` |
| `coordinator.keyAPIName` | string | Name of the Kubernetes service connecting to the Coordinator key exchange API. Only used if `coordinator.distributedDeployment` is set to `true` | `"marblerun-keyapi"` |
| `coordinator.version` | string | Version of the coordinator container image to pull | `"v1.9.1"` |
| `coordinator.version` | string | Version of the coordinator container image to pull | `"v1.9.2"` |
| `coordinator.azureCredentials.clientID` | string | Client ID of the Azure Service Principal / Managed Identity to use for Azure Managed HSM integration | `""` |
| `coordinator.azureCredentials.enableWorkloadIdentity` | bool | Set to `true` to use AKS Workload Identity to provide credentials to the Coordinator for HSM integration | `false` |
| `coordinator.azureCredentials.tenantID` | string | Tenant ID of the Azure Service Principal to use for HSM integration. Not needed when `enableWorkloadIdentity` is set to `true` | `""` |
Expand All @@ -73,7 +73,7 @@ their default values.
| `marbleInjector.start` | bool | Start the marbleInjector webhook | `false` |
| `marbleInjector.replicas` | int | Replicas of the marbleInjector webhook | `1` |
| `marbleInjector.repository` | string | Name of the container registry to pull the marbleInjector image from | `"ghcr.io/edgelesssys/marblerun"` |
| `marbleInjector.version` | string | Version of the marbleInjector container image to pull | `"v1.9.1"` |
| `marbleInjector.version` | string | Version of the marbleInjector container image to pull | `"v1.9.2"` |
| `marbleInjector.useCertManager` | bool | Set to use cert-manager for certificate provisioning. Required when using standalone helm chart for installation | `false` |
| `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"}]}` |
| `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 | `{}` |
Expand Down
8 changes: 4 additions & 4 deletions charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ marbleInjector:
repository: ghcr.io/edgelesssys/marblerun
image: marble-injector
pullPolicy: IfNotPresent
version: v1.9.1
hash: sha256:7dcf803d1faef7bdd0aee57458baea942803d03198dd5831ba9ba5066aaaea75
version: v1.9.2
hash: sha256:eec8c2d9009894e255e1ce9dd6658036b42c9244c03e95049c537c8303efb4d2

# Set to true to install the injection webhook
start: false
Expand Down Expand Up @@ -62,8 +62,8 @@ coordinator:
repository: ghcr.io/edgelesssys/marblerun
image: coordinator
pullPolicy: IfNotPresent
version: v1.9.1
hash: sha256:84faa95a3793c4b461e4ddd5af54da6e7db86a2e7ede313c46b420df7b96a99f
version: v1.9.2
hash: sha256:e589db0d0a2ce79ffd26cd69bb615223008501040eb8a296512f351e7c1bffb8

# Environment configuration for the coordinator control-plane
# meshServerPort needs to be configured to the same port as in the data-plane marbles
Expand Down
Loading