Skip to content

Commit 4001f9f

Browse files
committed
Update odm appversion to 9.0.0.1 & chart version to 24.1.0
1 parent 926d6c8 commit 4001f9f

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

authentication/Cognito/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ In the **Container software library** tile, verify your entitlement on the **Vie
505505
```shell
506506
helm search repo ibm-odm-prod
507507
NAME CHART VERSION APP VERSION DESCRIPTION
508-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
508+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
509509
```
510510

511511
### 3. Run the `helm install` command

contrib/monitor/mpmetrics/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Create the monitor-secret
7070
```shell
7171
helm search repo ibm-odm-prod
7272
NAME CHART VERSION APP VERSION DESCRIPTION
73-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
73+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
7474
```
7575

7676
### 3. Run the `helm install` command

contrib/monitor/opentelemetry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ helm repo update
9090
```bash
9191
$ helm search repo ibm-odm-prod
9292
NAME CHART VERSION APP VERSION DESCRIPTION
93-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
93+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
9494
```
9595

9696
### Install an IBM Operational Decision Manager release (10 min)

contrib/secrets-store/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ HashiCorp Vault must be up and running. An [on-prem installation description](RE
6060
- [Secrets Store CSI Driver](https://secrets-store-csi-driver.sigs.k8s.io/) already installed.
6161
- [HashiCorp Vault provider driver](https://developer.hashicorp.com/vault/tutorials/kubernetes/kubernetes-secret-store-driver) already installed
6262
- [Helm](https://helm.sh/docs/intro/install/)
63-
- Access to Operational Decision Manager on Container 9.0.0.0 images
63+
- Access to Operational Decision Manager on Container 9.0.0.1 images
6464

6565
> Note: The first and second steps are described in the [companion document](README-External_Vault.md) when you use OCP.
6666
@@ -160,7 +160,7 @@ Check that you can access ODM charts:
160160
```bash
161161
helm search repo ibm-odm-prod
162162
NAME CHART VERSION APP VERSION DESCRIPTION
163-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
163+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
164164
```
165165

166166
#### Data to be injected in the pods

contrib/secrets-store/values-default-vault.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ license: true
33

44
image:
55
repository: cp.stg.icr.io/cp/cp4a/odm/
6-
tag: 9.0.0.0
6+
tag: 9.0.0.1
77
## Optionally specify an list of imagePullSecrets.
88
## Secrets must be manually created in the namespace.
99
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

contrib/vault-initcontainer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The diagram visually represents the secure flow of secrets data from the central
5858
* [Vault client](https://developer.hashicorp.com/vault/install)
5959
* [Helm v3](https://helm.sh/docs/intro/install/)
6060
* [Kustomize](https://github.com/kubernetes-sigs/kustomize/releases)
61-
* Operational Decision Manager on Container 9.0.0.0
61+
* Operational Decision Manager on Container 9.0.0.1
6262

6363
> Note: This documentation has been tested with a HashiCorp evaluation instance. We assume that the procedure will remain the same for the commercial product.
6464

contrib/vault-initcontainer/openid/values-default-vault.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usersPassword: "odmAdmin"
1111

1212
image:
1313
repository: "cp.stg.icr.io/cp/cp4a/odm/"
14-
tag: 9.0.0.0
14+
tag: 9.0.0.1
1515
pullPolicy: IfNotPresent
1616
## Optionally specify an list of imagePullSecrets.
1717
## Secrets must be manually created in the namespace.

contrib/vault-initcontainer/values-default-vault.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usersPassword: "odmAdmin"
1111

1212
image:
1313
repository: "cp.stg.icr.io/cp/cp4a/odm/"
14-
tag: 9.0.0.0
14+
tag: 9.0.0.1
1515
pullPolicy: IfNotPresent
1616
## Optionally specify an list of imagePullSecrets.
1717
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)