From 14625208968d31c5e52cd7ed39b6309a8bf0121b Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Tue, 14 May 2024 17:24:18 +0200 Subject: [PATCH] fix: dev resources (#1837) * fix: dev resources Signed-off-by: Anatolii Bazko * fix: test scripts Signed-off-by: Anatolii Bazko --------- Signed-off-by: Anatolii Bazko --- .../test-upgrade-from-stable-to-next.sh | 1 - .../test-upgrade-from-stable-to-stable.sh | 1 - .../che-operator.clusterserviceversion.yaml | 4 ++-- .../manifests/org.eclipse.che_checlusters.yaml | 8 ++++++-- config/crd/bases/org.eclipse.che_checlusters.yaml | 12 ++++++++++++ deploy/deployment/kubernetes/combined.yaml | 12 ++++++++++++ .../che-operator-selfsigned-issuer.Issuer.yaml | 12 ++++++++++++ .../objects/che-operator-service.Service.yaml | 12 ++++++++++++ .../che-operator-serving-cert.Certificate.yaml | 12 ++++++++++++ .../kubernetes/objects/che-operator.ClusterRole.yaml | 12 ++++++++++++ .../objects/che-operator.ClusterRoleBinding.yaml | 12 ++++++++++++ .../kubernetes/objects/che-operator.Deployment.yaml | 12 ++++++++++++ .../kubernetes/objects/che-operator.Role.yaml | 12 ++++++++++++ .../kubernetes/objects/che-operator.RoleBinding.yaml | 12 ++++++++++++ .../objects/che-operator.ServiceAccount.yaml | 12 ++++++++++++ ...ers.org.eclipse.che.CustomResourceDefinition.yaml | 12 ++++++++++++ .../kubernetes/objects/eclipse-che.Namespace.yaml | 12 ++++++++++++ ...org.eclipse.che.MutatingWebhookConfiguration.yaml | 12 ++++++++++++ ...g.eclipse.che.ValidatingWebhookConfiguration.yaml | 12 ++++++++++++ deploy/deployment/openshift/combined.yaml | 12 ++++++++++++ .../objects/che-operator-service.Service.yaml | 12 ++++++++++++ .../openshift/objects/che-operator.ClusterRole.yaml | 12 ++++++++++++ .../objects/che-operator.ClusterRoleBinding.yaml | 12 ++++++++++++ .../openshift/objects/che-operator.Deployment.yaml | 12 ++++++++++++ .../openshift/objects/che-operator.Role.yaml | 12 ++++++++++++ .../openshift/objects/che-operator.RoleBinding.yaml | 12 ++++++++++++ .../objects/che-operator.ServiceAccount.yaml | 12 ++++++++++++ ...ers.org.eclipse.che.CustomResourceDefinition.yaml | 12 ++++++++++++ .../openshift/objects/eclipse-che.Namespace.yaml | 12 ++++++++++++ ...org.eclipse.che.MutatingWebhookConfiguration.yaml | 12 ++++++++++++ ...g.eclipse.che.ValidatingWebhookConfiguration.yaml | 12 ++++++++++++ ...ers.org.eclipse.che.CustomResourceDefinition.yaml | 12 ++++++++++++ .../che-operator-selfsigned-issuer.Issuer.yaml | 12 ++++++++++++ .../next/templates/che-operator-service.Service.yaml | 12 ++++++++++++ .../che-operator-serving-cert.Certificate.yaml | 12 ++++++++++++ .../next/templates/che-operator.ClusterRole.yaml | 12 ++++++++++++ .../templates/che-operator.ClusterRoleBinding.yaml | 12 ++++++++++++ .../next/templates/che-operator.Deployment.yaml | 12 ++++++++++++ helmcharts/next/templates/che-operator.Role.yaml | 12 ++++++++++++ .../next/templates/che-operator.RoleBinding.yaml | 12 ++++++++++++ .../next/templates/che-operator.ServiceAccount.yaml | 12 ++++++++++++ ...org.eclipse.che.MutatingWebhookConfiguration.yaml | 12 ++++++++++++ ...g.eclipse.che.ValidatingWebhookConfiguration.yaml | 12 ++++++++++++ helmcharts/next/templates/org_v2_checluster.yaml | 12 ++++++++++++ 44 files changed, 488 insertions(+), 6 deletions(-) diff --git a/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh b/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh index 0bec603311..37078b961c 100755 --- a/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh +++ b/build/scripts/minikube-tests/test-upgrade-from-stable-to-next.sh @@ -54,7 +54,6 @@ runTest() { # Free up some resources minikube image rm quay.io/eclipse/che-plugin-registry:${LAST_PACKAGE_VERSION} - minikube image rm quay.io/eclipse/che-devfile-registry:${LAST_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-dashboard:${LAST_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-server:${LAST_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-operator:${LAST_PACKAGE_VERSION} diff --git a/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh b/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh index f91c8e4607..ab00416ff8 100755 --- a/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh +++ b/build/scripts/minikube-tests/test-upgrade-from-stable-to-stable.sh @@ -49,7 +49,6 @@ runTest() { # Free up some resources minikube image rm quay.io/eclipse/che-plugin-registry:${PREVIOUS_PACKAGE_VERSION} - minikube image rm quay.io/eclipse/che-devfile-registry:${PREVIOUS_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-dashboard:${PREVIOUS_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-server:${PREVIOUS_PACKAGE_VERSION} minikube image rm quay.io/eclipse/che-operator:${PREVIOUS_PACKAGE_VERSION} diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 2f54e56649..f2d5e336fa 100644 --- a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml +++ b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml @@ -100,7 +100,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/eclipse-che/che-operator support: Eclipse Foundation - name: eclipse-che.v7.86.0-865.next + name: eclipse-che.v7.86.0-866.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1032,7 +1032,7 @@ spec: minKubeVersion: 1.19.0 provider: name: Eclipse Foundation - version: 7.86.0-865.next + version: 7.86.0-866.next webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml index bc607741c9..ac001cf76c 100644 --- a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -8293,9 +8293,13 @@ spec: for OpenShift. type: string oAuthSecret: - description: Name of the secret set in the OpenShift `OAuthClient` + description: 'Name of the secret set in the OpenShift `OAuthClient` resource used to set up identity federation on the OpenShift - side. + side. For Kubernetes, this can either be the plain text + oAuthSecret value, or the name of a kubernetes secret + which contains a key `oAuthSecret` and the value is the + secret. NOTE: this secret must exist in the same namespace + as the `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' type: string type: object domain: diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index eaa9b62134..d9a62e09be 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index a0549a341e..8a523b37b7 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml index 201bd4cbe5..9e7d30b56b 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: cert-manager.io/v1 kind: Issuer metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml index ef65d0125f..a2b93c3f8e 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-service.Service.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Service metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml index d1e5efe20f..7abd7ffbe9 100644 --- a/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator-serving-cert.Certificate.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: cert-manager.io/v1 kind: Certificate metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml index 6d15ff09bc..3b506c07d1 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRole.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml index 8679cdda85..b24901258a 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ClusterRoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml index ceed7d2aa3..4f91768226 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml index 04fcd766ae..43625be999 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.Role.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.Role.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml index 77c7bdfadc..df0254b1e3 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.RoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml index 96dbe0eaad..6bda97faf2 100644 --- a/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/kubernetes/objects/che-operator.ServiceAccount.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: ServiceAccount metadata: diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index a6206b6201..2f3e453aaa 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml index be5002d895..da2bffddd0 100644 --- a/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/kubernetes/objects/eclipse-che.Namespace.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index 5975c5e55a..70c1d94e1b 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index 260e16b36a..8bada1b409 100644 --- a/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/kubernetes/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index ff29445425..b2282f275d 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml index cbc9e5dc49..13a93239c2 100644 --- a/deploy/deployment/openshift/objects/che-operator-service.Service.yaml +++ b/deploy/deployment/openshift/objects/che-operator-service.Service.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Service metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml index 6d15ff09bc..3b506c07d1 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRole.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml index 8679cdda85..b24901258a 100644 --- a/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ClusterRoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml index 8869d66743..78bda734a4 100644 --- a/deploy/deployment/openshift/objects/che-operator.Deployment.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Deployment.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.Role.yaml b/deploy/deployment/openshift/objects/che-operator.Role.yaml index 04fcd766ae..43625be999 100644 --- a/deploy/deployment/openshift/objects/che-operator.Role.yaml +++ b/deploy/deployment/openshift/objects/che-operator.Role.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml index 77c7bdfadc..df0254b1e3 100644 --- a/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml +++ b/deploy/deployment/openshift/objects/che-operator.RoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml index 96dbe0eaad..6bda97faf2 100644 --- a/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml +++ b/deploy/deployment/openshift/objects/che-operator.ServiceAccount.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: ServiceAccount metadata: diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 29035c5823..41739617a9 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml index be5002d895..da2bffddd0 100644 --- a/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml +++ b/deploy/deployment/openshift/objects/eclipse-che.Namespace.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Namespace metadata: diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml index 68a3f5e1fe..9c0e3869d0 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml index ab9dc8403b..e7cd60d8ea 100644 --- a/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/deploy/deployment/openshift/objects/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index a6206b6201..2f3e453aaa 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: diff --git a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml index 201bd4cbe5..9e7d30b56b 100644 --- a/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml +++ b/helmcharts/next/templates/che-operator-selfsigned-issuer.Issuer.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: cert-manager.io/v1 kind: Issuer metadata: diff --git a/helmcharts/next/templates/che-operator-service.Service.yaml b/helmcharts/next/templates/che-operator-service.Service.yaml index ef65d0125f..a2b93c3f8e 100644 --- a/helmcharts/next/templates/che-operator-service.Service.yaml +++ b/helmcharts/next/templates/che-operator-service.Service.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: Service metadata: diff --git a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml index d1e5efe20f..7abd7ffbe9 100644 --- a/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml +++ b/helmcharts/next/templates/che-operator-serving-cert.Certificate.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: cert-manager.io/v1 kind: Certificate metadata: diff --git a/helmcharts/next/templates/che-operator.ClusterRole.yaml b/helmcharts/next/templates/che-operator.ClusterRole.yaml index 6d15ff09bc..3b506c07d1 100644 --- a/helmcharts/next/templates/che-operator.ClusterRole.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRole.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: diff --git a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml index 8679cdda85..b24901258a 100644 --- a/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.ClusterRoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: diff --git a/helmcharts/next/templates/che-operator.Deployment.yaml b/helmcharts/next/templates/che-operator.Deployment.yaml index ceed7d2aa3..4f91768226 100644 --- a/helmcharts/next/templates/che-operator.Deployment.yaml +++ b/helmcharts/next/templates/che-operator.Deployment.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: apps/v1 kind: Deployment metadata: diff --git a/helmcharts/next/templates/che-operator.Role.yaml b/helmcharts/next/templates/che-operator.Role.yaml index 04fcd766ae..43625be999 100644 --- a/helmcharts/next/templates/che-operator.Role.yaml +++ b/helmcharts/next/templates/che-operator.Role.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: diff --git a/helmcharts/next/templates/che-operator.RoleBinding.yaml b/helmcharts/next/templates/che-operator.RoleBinding.yaml index 77c7bdfadc..df0254b1e3 100644 --- a/helmcharts/next/templates/che-operator.RoleBinding.yaml +++ b/helmcharts/next/templates/che-operator.RoleBinding.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: diff --git a/helmcharts/next/templates/che-operator.ServiceAccount.yaml b/helmcharts/next/templates/che-operator.ServiceAccount.yaml index 96dbe0eaad..6bda97faf2 100644 --- a/helmcharts/next/templates/che-operator.ServiceAccount.yaml +++ b/helmcharts/next/templates/che-operator.ServiceAccount.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: v1 kind: ServiceAccount metadata: diff --git a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml index 5975c5e55a..70c1d94e1b 100644 --- a/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.MutatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: MutatingWebhookConfiguration metadata: diff --git a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml index 260e16b36a..8bada1b409 100644 --- a/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml +++ b/helmcharts/next/templates/org.eclipse.che.ValidatingWebhookConfiguration.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: diff --git a/helmcharts/next/templates/org_v2_checluster.yaml b/helmcharts/next/templates/org_v2_checluster.yaml index 3dc855b14d..aacc4ae651 100644 --- a/helmcharts/next/templates/org_v2_checluster.yaml +++ b/helmcharts/next/templates/org_v2_checluster.yaml @@ -1,3 +1,15 @@ +# +# Copyright (c) 2019-2023 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + apiVersion: org.eclipse.che/v2 kind: CheCluster metadata: