Skip to content

Commit

Permalink
update ocp to 4.15 (#7778) (#7782)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f45a84)
  • Loading branch information
kvalliyurnatt authored May 7, 2024
1 parent 3af89d9 commit e6b4ae7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .buildkite/e2e/nightly-main-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#- DEPLOYER_CLIENT_VERSION: "4.10.55"
#- DEPLOYER_CLIENT_VERSION: "4.11.33"
#- DEPLOYER_CLIENT_VERSION: "4.13.4"
- DEPLOYER_CLIENT_VERSION: "4.14.12"
- DEPLOYER_CLIENT_VERSION: "4.15.10"

- label: eks-arm
fixed:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Current features:
Supported versions:

* Kubernetes 1.26-1.30
* OpenShift 4.11-4.14
* OpenShift 4.12-4.15
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+, 8+
* Enterprise Search: 7.7+, 8+
* Beats: 7.0+, 8+
Expand Down
2 changes: 1 addition & 1 deletion docs/supported-versions.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Kubernetes 1.26-1.30
* OpenShift 4.11-4.14
* OpenShift 4.12-4.15
* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)
* Helm: 3.2.0+
* Elasticsearch, Kibana, APM Server: 6.8+, 7.1+, 8+
Expand Down
4 changes: 2 additions & 2 deletions hack/deployer/config/plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ plans:
- id: ocp-ci
operation: create
clusterName: ci
clientVersion: 4.14.12
clientVersion: 4.15.10
provider: ocp
machineType: n1-standard-8
serviceAccount: true
Expand All @@ -104,7 +104,7 @@ plans:
- id: ocp-dev
operation: create
clusterName: dev
clientVersion: 4.14.12
clientVersion: 4.15.10
provider: ocp
machineType: n1-standard-8
serviceAccount: true
Expand Down
2 changes: 1 addition & 1 deletion hack/operatorhub/templates/csv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:

* Kubernetes 1.26-1.30

* OpenShift 4.11-4.14
* OpenShift 4.12-4.15

* Google Kubernetes Engine (GKE), Azure Kubernetes Service (AKS), and Amazon Elastic Kubernetes Service (EKS)

Expand Down

0 comments on commit e6b4ae7

Please sign in to comment.