Skip to content

Commit e418cfe

Browse files
committed
Fix docker + Kubernetes versions
1 parent d9daf78 commit e418cfe

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

cross-component/deployexecute/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ In this sample, you will:
1313
## Prerequisites
1414

1515
Ensure you have the following tools installed:
16+
<<<<<<< Updated upstream
1617
- Docker v27 or later, or Kubernetes 1.28+.
18+
=======
19+
- Docker 27.x or later, or Kubernetes 1.28+.
20+
>>>>>>> Stashed changes
1721
- [jq for JSON processing](https://jqlang.github.io/jq/download/)
1822

1923
## Installation of ODM

decisioncenter/businessvalueeditor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is the ODM on k8s adaptation of the ODM on premises [Custom Value Editor samp
1010

1111
### 1) Prerequisites
1212

13-
Before you begin, ensure you have at least Docker 24.0.x (and optionally Kubernetes 1.28+).
13+
Before you begin, ensure you have at least Docker 27.x (and optionally Kubernetes 1.28+).
1414

1515
### 2) Building the Decision Center extension JAR
1616

decisioncenter/dynamicdomain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To use the sample in Rule Designer, you need to build an Eclipse plugin.
4949

5050
### 2.1 Prerequisites
5151

52-
Ensure you have at least Docker 24.0.x (and optionally Kubernetes 1.28+).
52+
Ensure you have at least Docker 27.x (and optionally Kubernetes 1.28+).
5353

5454
### 2.2 Configuring how to connect to the database (kubernetes only)
5555

decisioncenter/guicustomization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This sample shows you how to customize the Business Console using [GUI customiza
88

99
### 1) Prerequisites
1010

11-
Before you begin, ensure you have at least Docker 24.0.x (and optionally Kubernetes 1.28+).
11+
Before you begin, ensure you have at least Docker 27.x (and optionally Kubernetes 1.28+).
1212

1313
### 2) Building the Decision Center extension JAR
1414

decisioncenter/users_groups_synchronization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This sample demonstrates how Decision Center dynamically adapts to organizationa
5555

5656
### 1) Prerequisites
5757

58-
Before you begin, ensure you have at least Docker 24.0.x (and optionally Kubernetes 1.27+).
58+
Before you begin, ensure you have at least Docker 27.x (and optionally Kubernetes 1.28+).
5959

6060
### 2) Instructions to use the sample in Decision Center
6161

decisioncenter/webhooknotifier/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this sample, you will learn how to configure and use the Webhook Notifier to
1616

1717
Before you begin, ensure you have the following:
1818

19-
- **Container Platform**: Docker 24.0.x or Kubernetes 1.27+.
19+
- **Container Platform**: Docker 27.x or Kubernetes 1.28+.
2020

2121
## Setup Instructions
2222

0 commit comments

Comments
 (0)