diff --git a/CMakeLists.txt b/CMakeLists.txt index dfe120f5..b925469a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.11) -project(marblerun VERSION 0.6.0) +project(marblerun VERSION 0.6.1) find_package(OpenEnclave CONFIG REQUIRED) if (NOT CMAKE_BUILD_TYPE) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 5cea0321..ba2f8fb3 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.6.0 +appVersion: v0.6.1 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: 0.6.0 +version: 0.6.1 maintainers: - name: Edgeless Systems email: contact@edgeless.systems diff --git a/charts/values.yaml b/charts/values.yaml index ee58468f..249d20ee 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -7,7 +7,7 @@ global: image: pullPolicy: IfNotPresent - version: v0.6.0 + version: v0.6.1 repository: ghcr.io/edgelesssys # Additional annotations to add to all pods