From b1a4a7ac22c8758f1eb513b3f308677c278fa4f6 Mon Sep 17 00:00:00 2001 From: Elie CHARRA Date: Wed, 20 Mar 2024 09:58:40 +0100 Subject: [PATCH] feat: bump Kubernetes controller to v0.0.6 (#53) --- spacelift-workerpool-controller/Chart.yaml | 2 +- .../crds/workerpool-crd.yaml | 122 ++++++++++++++++++ spacelift-workerpool-controller/values.yaml | 2 +- 3 files changed, 124 insertions(+), 2 deletions(-) diff --git a/spacelift-workerpool-controller/Chart.yaml b/spacelift-workerpool-controller/Chart.yaml index d2f54ed..e43e322 100644 --- a/spacelift-workerpool-controller/Chart.yaml +++ b/spacelift-workerpool-controller/Chart.yaml @@ -3,4 +3,4 @@ name: spacelift-workerpool-controller description: A Helm chart for deploying spacelift workerpool controller type: application version: 0.1.0 -appVersion: "v0.0.5" +appVersion: "v0.0.6" diff --git a/spacelift-workerpool-controller/crds/workerpool-crd.yaml b/spacelift-workerpool-controller/crds/workerpool-crd.yaml index e1b9483..8396070 100644 --- a/spacelift-workerpool-controller/crds/workerpool-crd.yaml +++ b/spacelift-workerpool-controller/crds/workerpool-crd.yaml @@ -1883,6 +1883,67 @@ spec: x-kubernetes-int-or-string: true type: object type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object volumeMounts: items: properties: @@ -2043,6 +2104,67 @@ spec: x-kubernetes-int-or-string: true type: object type: object + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object volumeMounts: items: properties: diff --git a/spacelift-workerpool-controller/values.yaml b/spacelift-workerpool-controller/values.yaml index bd5162d..7c038ce 100644 --- a/spacelift-workerpool-controller/values.yaml +++ b/spacelift-workerpool-controller/values.yaml @@ -42,7 +42,7 @@ controllerManager: - ALL image: repository: public.ecr.aws/spacelift/kube-workerpool-controller - tag: v0.0.5 + tag: v0.0.6 resources: limits: memory: 128Mi