From 4cbe57e8c0fb8a0b8ba23c098c2ed5636aa42ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Thu, 3 Sep 2026 09:06:43 +0200 Subject: [PATCH] charts: bump versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- charts/Chart.yaml | 4 ++-- charts/README.md | 4 ++-- charts/values.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index a7a87856f..c01629341 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -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: @@ -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 diff --git a/charts/README.md b/charts/README.md index 6b798e769..861e47d89 100644 --- a/charts/README.md +++ b/charts/README.md @@ -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` | `""` | @@ -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 | `{}` | diff --git a/charts/values.yaml b/charts/values.yaml index f4f7775fa..04b36fd94 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -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 @@ -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