From 30be8cae93e943f31151726c0d6c1f1df0aa1fc5 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 25 Apr 2024 10:23:54 +0200 Subject: [PATCH] fix: OpenShift doc link to cluster wide proxy (#1832) Signed-off-by: Anatolii Bazko --- api/v2/checluster_types.go | 4 ++-- .../manifests/che-operator.clusterserviceversion.yaml | 4 ++-- .../eclipse-che/manifests/org.eclipse.che_checlusters.yaml | 4 ++-- config/crd/bases/org.eclipse.che_checlusters.yaml | 4 ++-- deploy/deployment/kubernetes/combined.yaml | 4 ++-- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 4 ++-- deploy/deployment/openshift/combined.yaml | 4 ++-- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 4 ++-- .../checlusters.org.eclipse.che.CustomResourceDefinition.yaml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index 252e2899ee..1f47f696b0 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -586,7 +586,7 @@ type Proxy struct { // URL (protocol+hostname) of the proxy server. // Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration, // defining `url` in a custom resource leads to overriding the cluster proxy configuration. - // See the following page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html. + // See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html. // +optional Url string `json:"url,omitempty"` // Proxy server port. @@ -599,7 +599,7 @@ type Proxy struct { // - 123.42.12.32 // Use only when a proxy configuration is required. The Operator respects OpenShift cluster-wide proxy configuration, // defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. - // See the following page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html. + // See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html. // +optional NonProxyHosts []string `json:"nonProxyHosts,omitempty"` // The secret name that contains `user` and `password` for a proxy server. diff --git a/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml b/bundle/next/eclipse-che/manifests/che-operator.clusterserviceversion.yaml index 1e177942c5..d55051f61b 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.85.0-863.next + name: eclipse-che.v7.86.0-864.next namespace: placeholder spec: apiservicedefinitions: {} @@ -1032,7 +1032,7 @@ spec: minKubeVersion: 1.19.0 provider: name: Eclipse Foundation - version: 7.85.0-863.next + version: 7.86.0-864.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 9896fc0ad0..bc607741c9 100644 --- a/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml @@ -4348,7 +4348,7 @@ spec: defining `nonProxyHosts` in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom - resources. See the following page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + resources. See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4361,7 +4361,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index 890ea4dcc1..2cd6916c46 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -4216,7 +4216,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4229,7 +4229,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index e6e7618682..ce51e63edf 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -4235,7 +4235,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4248,7 +4248,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object 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 9593fdfed8..2691a6ae9d 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -4230,7 +4230,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4243,7 +4243,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 95b90a8c4a..361b4bca56 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -4235,7 +4235,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4248,7 +4248,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object 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 a542843844..97e7df75af 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -4230,7 +4230,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4243,7 +4243,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 9593fdfed8..2691a6ae9d 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -4230,7 +4230,7 @@ spec: in a custom resource leads to merging non-proxy hosts lists from the cluster proxy configuration, and the ones defined in the custom resources. See the following - page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' items: type: string type: array @@ -4243,7 +4243,7 @@ spec: Operator respects OpenShift cluster-wide proxy configuration, defining `url` in a custom resource leads to overriding the cluster proxy configuration. See the following page: - https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' + https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' type: string type: object type: object