mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
release: bring back changes from v2.5.0 (#1061)
* deps: update version to v2.5.0 * attestation: hardcode measurements for v2.5.0 * bump operator versions Co-authored-by: release[bot] <release[bot]@users.noreply.github.com> Co-authored-by: Leonard Cohnen <lc@edgeless.systems>
This commit is contained in:
parent
35d9efd351
commit
9567cc09ce
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
project(constellation LANGUAGES C VERSION 2.4.0)
|
||||
project(constellation LANGUAGES C VERSION 2.5.0)
|
||||
set(CLI_BUILD_TAGS "" CACHE STRING "Tags passed to go build of Constellation CLI.")
|
||||
|
||||
enable_testing()
|
||||
|
@ -2,54 +2,54 @@ apiVersion: v2
|
||||
name: constellation-services
|
||||
description: A chart to deploy all microservices that are part of a valid constellation cluster
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
dependencies:
|
||||
- name: key-service
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: join-service
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: ccm
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: cnm
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- name: autoscaler
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- name: verification-service
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: konnectivity
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: gcp-guest-agent
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- GCP
|
||||
- name: gcp-compute-persistent-disk-csi-driver
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: autoscaler
|
||||
description: A Helm chart to deploy the cluster autoscaler.
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: ccm
|
||||
description: A Helm chart to deploy the cloud controller manager.
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: cnm
|
||||
description: A chart to deploy cloud node manager for constellation
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: gcp-guest-agent
|
||||
description: A chart to deploy the GCP guest agent for Constellation
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: join-service
|
||||
description: A chart to deploy the Constellation join-service
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: key-service
|
||||
description: A Helm chart to deploy the Constellation KeyService
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: konnectivity
|
||||
description: A chart to deploy konnectivity for Constellation
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: verification-service
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,17 +2,17 @@ apiVersion: v2
|
||||
name: constellation-operators
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
dependencies:
|
||||
- name: node-maintenance-operator
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
- AWS
|
||||
- QEMU
|
||||
- name: constellation-operator
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
tags:
|
||||
- Azure
|
||||
- GCP
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: constellation-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -2,4 +2,4 @@ apiVersion: v2
|
||||
name: node-maintenance-operator
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 2.4.0
|
||||
version: 2.5.0
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-controller-manager
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -16,7 +16,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -47,7 +47,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-config
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -208,7 +208,7 @@ metadata:
|
||||
name: constellation-operator-manager-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-metrics-reader
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-proxy-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -28,7 +28,7 @@ metadata:
|
||||
name: constellation-operator-proxy-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -18,7 +18,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -49,7 +49,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -117,7 +117,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -30,7 +30,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-selfsigned-issuer
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-serving-cert
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from: testNamespace/node-maintenance-operator-serving-cert
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-controller-manager
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -16,7 +16,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -47,7 +47,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-config
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -208,7 +208,7 @@ metadata:
|
||||
name: constellation-operator-manager-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-metrics-reader
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-proxy-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -28,7 +28,7 @@ metadata:
|
||||
name: constellation-operator-proxy-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -18,7 +18,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -49,7 +49,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -117,7 +117,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -30,7 +30,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-selfsigned-issuer
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-serving-cert
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from: testNamespace/node-maintenance-operator-serving-cert
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-controller-manager
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -16,7 +16,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -47,7 +47,7 @@ metadata:
|
||||
name: constellation-operator-leader-election-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-config
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-manager-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -208,7 +208,7 @@ metadata:
|
||||
name: constellation-operator-manager-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-metrics-reader
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: constellation-operator-proxy-role
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -28,7 +28,7 @@ metadata:
|
||||
name: constellation-operator-proxy-rolebinding
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: constellation-operator-2.4.0
|
||||
helm.sh/chart: constellation-operator-2.5.0
|
||||
app.kubernetes.io/name: constellation-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -18,7 +18,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -49,7 +49,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -117,7 +117,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
labels:
|
||||
control-plane: controller-manager
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
@ -30,7 +30,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-selfsigned-issuer
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -4,7 +4,7 @@ metadata:
|
||||
name: node-maintenance-operator-serving-cert
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from: testNamespace/node-maintenance-operator-serving-cert
|
||||
labels:
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -5,7 +5,7 @@ metadata:
|
||||
namespace: testNamespace
|
||||
labels:
|
||||
node-maintenance-operator: ""
|
||||
helm.sh/chart: node-maintenance-operator-2.4.0
|
||||
helm.sh/chart: node-maintenance-operator-2.5.0
|
||||
app.kubernetes.io/name: node-maintenance-operator
|
||||
app.kubernetes.io/instance: testRelease
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
|
@ -49,19 +49,19 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
4: {
|
||||
Expected: [32]byte{
|
||||
0x58, 0x75, 0x6b, 0x91, 0x89, 0x84, 0xeb, 0x5a,
|
||||
0xbc, 0x0d, 0xf8, 0xd7, 0x76, 0xea, 0xd6, 0x1b,
|
||||
0x56, 0x39, 0xa6, 0x6c, 0x27, 0x79, 0xa4, 0x78,
|
||||
0x72, 0x69, 0xb4, 0x71, 0x5d, 0x97, 0x12, 0x7d,
|
||||
0x4a, 0x63, 0xd8, 0x7f, 0x5e, 0xa6, 0x0b, 0x5a,
|
||||
0x90, 0x65, 0x26, 0x00, 0xa5, 0x81, 0xf4, 0x60,
|
||||
0x50, 0x73, 0xd6, 0x64, 0xa0, 0x32, 0x2f, 0x73,
|
||||
0xcd, 0x4b, 0x89, 0x79, 0x87, 0x2f, 0xeb, 0x74,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
5: {
|
||||
Expected: [32]byte{
|
||||
0x98, 0x09, 0x28, 0xe9, 0x26, 0x20, 0x78, 0x2b,
|
||||
0xff, 0xfe, 0xc4, 0x37, 0x5d, 0x44, 0x66, 0x22,
|
||||
0xc6, 0xdd, 0x5b, 0xd1, 0x98, 0x33, 0xfb, 0xda,
|
||||
0xf5, 0x58, 0x2b, 0xb9, 0x38, 0x92, 0xbc, 0xee,
|
||||
0x64, 0x5c, 0x4b, 0xd2, 0xee, 0x0d, 0xab, 0x47,
|
||||
0x27, 0x87, 0xeb, 0xc3, 0xe0, 0xea, 0x36, 0x7b,
|
||||
0x93, 0x07, 0x31, 0x38, 0x74, 0x38, 0x40, 0x95,
|
||||
0x24, 0x8e, 0x6e, 0x66, 0x75, 0x99, 0x68, 0xde,
|
||||
},
|
||||
WarnOnly: true,
|
||||
},
|
||||
@ -94,10 +94,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
9: {
|
||||
Expected: [32]byte{
|
||||
0x56, 0x32, 0x73, 0x5e, 0xcc, 0x9d, 0x45, 0x33,
|
||||
0xf5, 0x2d, 0xc3, 0x57, 0xd1, 0xf0, 0xd8, 0x4e,
|
||||
0x86, 0xf4, 0xfd, 0xc2, 0x89, 0x09, 0x6e, 0xb2,
|
||||
0x99, 0xa8, 0x59, 0x0f, 0xd2, 0xf0, 0x44, 0x8a,
|
||||
0x88, 0xb1, 0x47, 0x2c, 0x79, 0xbd, 0xe7, 0x7c,
|
||||
0x52, 0x5c, 0xe4, 0x09, 0x46, 0xa4, 0x98, 0xe1,
|
||||
0xa2, 0xdc, 0x95, 0xf9, 0x8e, 0xd7, 0x2d, 0x54,
|
||||
0x47, 0xcc, 0x67, 0x5a, 0xf9, 0xbf, 0x06, 0x29,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -112,10 +112,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
12: {
|
||||
Expected: [32]byte{
|
||||
0xd5, 0x04, 0x41, 0xce, 0x5f, 0xea, 0xa5, 0x1a,
|
||||
0x17, 0x94, 0x2d, 0x7f, 0xe0, 0x3c, 0xce, 0x5f,
|
||||
0x25, 0x1e, 0x7f, 0x53, 0x81, 0xba, 0x78, 0x3f,
|
||||
0x55, 0x31, 0xc2, 0xf8, 0xfb, 0xb6, 0xfa, 0x15,
|
||||
0xbe, 0xc2, 0x43, 0x7b, 0xaf, 0xc1, 0xfe, 0x42,
|
||||
0x2c, 0xa5, 0x9b, 0x1b, 0x0e, 0x11, 0xea, 0x5c,
|
||||
0xfa, 0x7c, 0x9d, 0x16, 0x95, 0x2e, 0xed, 0x94,
|
||||
0xaa, 0xbb, 0xf8, 0x59, 0x3e, 0x22, 0x76, 0x34,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -178,19 +178,19 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
4: {
|
||||
Expected: [32]byte{
|
||||
0x7b, 0x33, 0x94, 0xd0, 0x81, 0x79, 0x41, 0x4b,
|
||||
0x01, 0x34, 0x14, 0x61, 0xbc, 0xcd, 0xa4, 0x5b,
|
||||
0xc6, 0x2b, 0x2d, 0x4b, 0x0e, 0x47, 0x04, 0xc8,
|
||||
0x81, 0xe8, 0x5f, 0xb6, 0xa8, 0xe8, 0xcb, 0x61,
|
||||
0xc6, 0x34, 0x05, 0xa9, 0xa5, 0x4c, 0x3c, 0x2e,
|
||||
0x2f, 0x64, 0x35, 0x88, 0xbb, 0x42, 0x8e, 0x27,
|
||||
0x2b, 0x64, 0x5c, 0x67, 0x99, 0x3c, 0xe2, 0x0e,
|
||||
0x87, 0xed, 0x98, 0x1b, 0xbf, 0xe0, 0x3a, 0xcb,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
5: {
|
||||
Expected: [32]byte{
|
||||
0xd2, 0x6b, 0x55, 0x6b, 0x72, 0xed, 0x82, 0xe1,
|
||||
0x27, 0x83, 0x9d, 0x96, 0xf8, 0xe0, 0x7c, 0x36,
|
||||
0xc7, 0x46, 0xa1, 0xdb, 0x4e, 0xab, 0x10, 0x2e,
|
||||
0x9d, 0x46, 0x2f, 0xbc, 0x3b, 0xa6, 0x56, 0x60,
|
||||
0xf2, 0xb6, 0x3c, 0xa6, 0xff, 0x07, 0x90, 0xd2,
|
||||
0xb3, 0xb7, 0xb9, 0xe7, 0xa7, 0x43, 0x7c, 0x21,
|
||||
0x14, 0x13, 0x75, 0x7d, 0x98, 0x11, 0xcc, 0xa3,
|
||||
0xe9, 0x29, 0x3d, 0x18, 0x5b, 0x11, 0x0c, 0xe7,
|
||||
},
|
||||
WarnOnly: true,
|
||||
},
|
||||
@ -214,10 +214,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
9: {
|
||||
Expected: [32]byte{
|
||||
0x8d, 0x0e, 0x87, 0x01, 0x0f, 0xa3, 0x2f, 0x17,
|
||||
0xc3, 0xa1, 0xbe, 0x2e, 0xd2, 0x58, 0xa6, 0xd5,
|
||||
0x29, 0x07, 0xc9, 0xc2, 0xfb, 0x0e, 0xab, 0xf1,
|
||||
0xb7, 0x10, 0x50, 0x92, 0x6c, 0xc3, 0xe6, 0x1b,
|
||||
0xd1, 0x3b, 0xc1, 0xbc, 0x94, 0x2b, 0x28, 0xae,
|
||||
0x87, 0xf8, 0xd9, 0x77, 0x02, 0x0e, 0xdd, 0x7b,
|
||||
0x26, 0xc5, 0x4c, 0x52, 0x4f, 0xe4, 0xc2, 0x03,
|
||||
0x24, 0x50, 0xe0, 0x10, 0x82, 0x89, 0xae, 0x9d,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -232,10 +232,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
12: {
|
||||
Expected: [32]byte{
|
||||
0x7c, 0x79, 0x3c, 0xdf, 0x4e, 0xcc, 0x2a, 0x0c,
|
||||
0xdf, 0xba, 0x01, 0x82, 0xbc, 0x3b, 0x24, 0x88,
|
||||
0xe0, 0x06, 0xbc, 0x85, 0x50, 0x58, 0x82, 0x4b,
|
||||
0x6a, 0x6e, 0xd8, 0xd8, 0x78, 0x39, 0xca, 0xe5,
|
||||
0x2c, 0x29, 0xa1, 0xd2, 0x23, 0xa3, 0xb5, 0xdb,
|
||||
0x86, 0x48, 0xd5, 0xca, 0xdf, 0xa3, 0xbc, 0x44,
|
||||
0xa3, 0xa5, 0x93, 0x65, 0x46, 0x74, 0xeb, 0xf6,
|
||||
0xa1, 0x2a, 0x79, 0xc3, 0x7c, 0xb7, 0x77, 0x45,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -307,19 +307,19 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
4: {
|
||||
Expected: [32]byte{
|
||||
0x74, 0x0d, 0x4b, 0x09, 0x6a, 0x9b, 0x8f, 0x46,
|
||||
0x9c, 0xe2, 0x5f, 0x93, 0x62, 0xdd, 0x3f, 0xa6,
|
||||
0x88, 0x28, 0x45, 0xfd, 0xe5, 0xb4, 0x2e, 0x56,
|
||||
0xac, 0x06, 0x69, 0x11, 0x49, 0x49, 0x20, 0xbf,
|
||||
0x32, 0x2b, 0x4b, 0x49, 0x10, 0xc7, 0xfb, 0xa3,
|
||||
0xac, 0x20, 0xff, 0xf3, 0xaf, 0xe8, 0x3b, 0x27,
|
||||
0x35, 0xd7, 0xbb, 0x7b, 0x9a, 0xad, 0x31, 0x7d,
|
||||
0x40, 0x1f, 0x2f, 0x80, 0xad, 0xce, 0xae, 0xab,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
5: {
|
||||
Expected: [32]byte{
|
||||
0x62, 0x88, 0x87, 0x63, 0x7b, 0xd1, 0x6e, 0xcd,
|
||||
0xe7, 0x9f, 0x9c, 0x79, 0x64, 0xe4, 0x12, 0xc6,
|
||||
0x88, 0x83, 0xfb, 0x57, 0x1c, 0xe6, 0xdc, 0x74,
|
||||
0xde, 0xff, 0x11, 0x8c, 0xe5, 0xaa, 0xe8, 0x35,
|
||||
0x20, 0x97, 0x5d, 0x01, 0x27, 0x5a, 0x09, 0xac,
|
||||
0x50, 0x54, 0xe1, 0x2f, 0xd3, 0x93, 0x19, 0x4a,
|
||||
0xdd, 0x14, 0xbd, 0x50, 0x22, 0xe8, 0xfc, 0x23,
|
||||
0x0d, 0x09, 0x01, 0xf7, 0x2a, 0xe2, 0x9e, 0xea,
|
||||
},
|
||||
WarnOnly: true,
|
||||
},
|
||||
@ -352,19 +352,19 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
9: {
|
||||
Expected: [32]byte{
|
||||
0x6a, 0x8d, 0xa1, 0x07, 0xe5, 0xfb, 0xca, 0x6c,
|
||||
0x00, 0x8e, 0xf8, 0x84, 0x58, 0xe3, 0x35, 0x3f,
|
||||
0x27, 0x09, 0x98, 0x45, 0xda, 0x23, 0x36, 0xc4,
|
||||
0xda, 0x59, 0x2d, 0xdb, 0x94, 0x79, 0x70, 0xc9,
|
||||
0x34, 0x0b, 0x2d, 0xfa, 0x36, 0xf3, 0x6f, 0x7f,
|
||||
0xb9, 0x32, 0xe7, 0x35, 0x19, 0x7d, 0xf4, 0xf3,
|
||||
0x4c, 0xd1, 0x2e, 0xf2, 0xe5, 0xa3, 0x6d, 0x3d,
|
||||
0x81, 0x3e, 0x5b, 0x4b, 0x12, 0xf8, 0x87, 0xf3,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
10: {
|
||||
Expected: [32]byte{
|
||||
0x66, 0x03, 0x42, 0x8e, 0x8f, 0xab, 0x0c, 0xed,
|
||||
0x71, 0xd2, 0x64, 0xec, 0x6a, 0xa2, 0xc4, 0x36,
|
||||
0x3f, 0xb8, 0x06, 0xe4, 0xe1, 0xb2, 0x98, 0xfc,
|
||||
0xe4, 0x54, 0xd9, 0xcf, 0x4d, 0x44, 0x52, 0x15,
|
||||
0x00, 0xfc, 0xb7, 0xc4, 0x4c, 0x98, 0x04, 0x1e,
|
||||
0xa1, 0xf4, 0xca, 0x50, 0xd6, 0xe5, 0x2b, 0x87,
|
||||
0xb1, 0xf8, 0xf4, 0x85, 0x13, 0x0d, 0x39, 0x4a,
|
||||
0x89, 0x97, 0x24, 0x29, 0x37, 0x67, 0x63, 0xd0,
|
||||
},
|
||||
WarnOnly: true,
|
||||
},
|
||||
@ -379,10 +379,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
12: {
|
||||
Expected: [32]byte{
|
||||
0x3a, 0x92, 0x94, 0x70, 0x27, 0x12, 0x5a, 0x16,
|
||||
0xfd, 0x78, 0x10, 0x2b, 0x5f, 0x81, 0x05, 0xad,
|
||||
0x98, 0xdc, 0x7b, 0xd8, 0x0d, 0x9d, 0x03, 0x1e,
|
||||
0xdf, 0xb2, 0x13, 0xbb, 0x50, 0xa5, 0x85, 0x5d,
|
||||
0xb9, 0x17, 0xbf, 0x5c, 0x83, 0xd6, 0x1d, 0x35,
|
||||
0xc7, 0x5b, 0xdd, 0x75, 0x10, 0x8f, 0x24, 0x7e,
|
||||
0xd3, 0xbf, 0xa2, 0x73, 0x9d, 0xdb, 0x3f, 0x1c,
|
||||
0x91, 0x95, 0x87, 0x9e, 0x21, 0xd5, 0xfb, 0xb5,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -418,10 +418,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
return M{
|
||||
4: {
|
||||
Expected: [32]byte{
|
||||
0xeb, 0xb4, 0xa7, 0xb0, 0xc0, 0x67, 0x24, 0x53,
|
||||
0xdb, 0xb4, 0x11, 0x5c, 0x0d, 0xb9, 0xae, 0x8c,
|
||||
0x2c, 0x60, 0x8b, 0xaa, 0xa6, 0x82, 0x37, 0xa3,
|
||||
0xa7, 0x97, 0x44, 0xe3, 0x6c, 0xf5, 0xa9, 0x55,
|
||||
0x58, 0x48, 0x5f, 0x62, 0x49, 0x70, 0x2f, 0x7e,
|
||||
0xb3, 0xb3, 0x31, 0x5c, 0x3d, 0x9b, 0xeb, 0xf6,
|
||||
0xb8, 0x10, 0x5c, 0x4c, 0x00, 0xad, 0xf7, 0xb6,
|
||||
0x48, 0xbf, 0x37, 0x61, 0x16, 0x85, 0xf0, 0x2f,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -436,10 +436,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
9: {
|
||||
Expected: [32]byte{
|
||||
0x1d, 0x89, 0x7a, 0xeb, 0x6a, 0xe5, 0xb3, 0x66,
|
||||
0xf2, 0xd1, 0x75, 0x15, 0xfb, 0x11, 0x3d, 0x85,
|
||||
0x12, 0x94, 0x5d, 0x4d, 0xba, 0x26, 0x26, 0xb6,
|
||||
0x92, 0xef, 0xcc, 0x59, 0x05, 0xe3, 0x55, 0x16,
|
||||
0x3e, 0x0d, 0x7a, 0xc0, 0x50, 0x91, 0xc5, 0xe0,
|
||||
0x31, 0xe1, 0x1a, 0x80, 0x7a, 0xff, 0xed, 0xe4,
|
||||
0x35, 0x17, 0x0e, 0xfc, 0xd4, 0xfa, 0x68, 0x7d,
|
||||
0x5b, 0xc9, 0x9b, 0xa7, 0x78, 0x46, 0x77, 0xe4,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
@ -454,10 +454,10 @@ func DefaultsFor(provider cloudprovider.Provider) M {
|
||||
},
|
||||
12: {
|
||||
Expected: [32]byte{
|
||||
0x51, 0xd1, 0x13, 0x57, 0xea, 0x78, 0xf4, 0x12,
|
||||
0xc9, 0xc6, 0x5d, 0xd1, 0x02, 0x25, 0x48, 0x67,
|
||||
0x4f, 0xb6, 0x50, 0x48, 0x81, 0xc0, 0xcf, 0xba,
|
||||
0x84, 0x03, 0x6c, 0xf9, 0x3b, 0x7e, 0x79, 0xaf,
|
||||
0x96, 0xf8, 0x37, 0x27, 0x53, 0x4e, 0x10, 0x78,
|
||||
0x57, 0x0a, 0x25, 0xba, 0x8c, 0xc1, 0x31, 0x84,
|
||||
0x7c, 0x52, 0x5e, 0xe4, 0x9a, 0xb9, 0xe1, 0x24,
|
||||
0x3d, 0x38, 0xd0, 0x03, 0x90, 0x53, 0x09, 0x44,
|
||||
},
|
||||
WarnOnly: false,
|
||||
},
|
||||
|
@ -10,5 +10,5 @@ package config
|
||||
|
||||
const (
|
||||
// defaultImage is the default image for the enterprise build.
|
||||
defaultImage = "v2.4.0"
|
||||
defaultImage = "v2.5.0"
|
||||
)
|
||||
|
@ -62,21 +62,21 @@ const (
|
||||
// KonnectivityServerImage server image for konnectivity service.
|
||||
KonnectivityServerImage = "registry.k8s.io/kas-network-proxy/proxy-server:v0.0.35@sha256:d863f7fd0da4392b9753dc6c9195a658e80d70e0be8c9adb410d77cf20b75c76" // renovate:container
|
||||
// JoinImage image of Constellation join service.
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.5.0-pre.0.20230120175106-a8cbfd848f89@sha256:eb27b940b9d66f25283e17c46c9b3cd38634373e53e75cc60c5c89e3ee55cb8a" // renovate:container
|
||||
JoinImage = "ghcr.io/edgelesssys/constellation/join-service:v2.5.0@sha256:82505d256bb4deb89d0fc6f014ece9a16552e8919cecb5c1a6add72389815287" // renovate:container
|
||||
// KeyServiceImage image of Constellation KMS server.
|
||||
KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.5.0-pre.0.20230120175959-b8648261e3a8@sha256:c0fb914a9b9ff5efa563fb7033ad47c16a72d03483f5ffc9e3eda83f1f70c4d3" // renovate:container
|
||||
KeyServiceImage = "ghcr.io/edgelesssys/constellation/key-service:v2.5.0@sha256:df286ad5481340c8ae9b4ab357727800334a0b4c37628407365f06963dc17eeb" // renovate:container
|
||||
// VerificationImage image of Constellation verification service.
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.5.0-pre.0.20230120175106-a8cbfd848f89@sha256:3b0279d90c2c41c85964fea388f2a3c490542ac637c0a9db65f77dc3f849cb0d" // renovate:container
|
||||
VerificationImage = "ghcr.io/edgelesssys/constellation/verification-service:v2.5.0@sha256:cd8c6b6681f870f6952ce6242b0755409be277dddb90bee7f1846f864677cf36" // renovate:container
|
||||
// GcpGuestImage image for GCP guest agent.
|
||||
// Check for new versions at https://github.com/GoogleCloudPlatform/guest-agent/releases and update in /.github/workflows/build-gcp-guest-agent.yml.
|
||||
GcpGuestImage = "ghcr.io/edgelesssys/gcp-guest-agent:20220927.00@sha256:3dea1ae3f162d2353e6584b325f0e325a39cda5f380f41e5a0ee43c6641d3905" // renovate:container
|
||||
// ConstellationOperatorImage is the image for the constellation node operator.
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.5.0-pre.0.20230120175106-a8cbfd848f89@sha256:aca01f5b3efb1c7b056b32552e02e420f443c2e935655f603d0b989a69b97aa2" // renovate:container
|
||||
ConstellationOperatorImage = "ghcr.io/edgelesssys/constellation/node-operator:v2.5.0@sha256:161dfa1bc071a7da263907be9885bce4c55504dc2d9cebb4e617b5455a0a3c2d" // renovate:container
|
||||
// NodeMaintenanceOperatorImage is the image for the node maintenance operator.
|
||||
NodeMaintenanceOperatorImage = "quay.io/medik8s/node-maintenance-operator:v0.14.0@sha256:2dffb6ffdbbe997d317799fc709baf030d678bde0be0264931ff6b3e94fd89ab" // renovate:container
|
||||
|
||||
// QEMUMetadataImage image of QEMU metadata api service.
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.5.0-pre.0.20230120175106-a8cbfd848f89@sha256:0714ef0970b65eea397ecd327bef4f9ac8963687a3732e8782327210348b7afe" // renovate:container
|
||||
QEMUMetadataImage = "ghcr.io/edgelesssys/constellation/qemu-metadata-api:v2.5.0@sha256:37d0a33c08a7171c1eb2bf35c7ab453948fcc2ad2dfcdf7ea3c67d61bb51a045" // renovate:container
|
||||
// LibvirtImage image that provides libvirt.
|
||||
LibvirtImage = "ghcr.io/edgelesssys/constellation/libvirt:v2.2.0@sha256:81ddc30cd679a95379e94e2f154861d9112bcabfffa96330c09a4917693f7cce" // renovate:container
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user