Skip to content

Commit

Permalink
24.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-wencai authored Oct 11, 2024
1 parent d9e8695 commit 5497fa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ chmod +x scripts/loadImages.sh
scripts/loadImages.sh -p ida-<version>.tgz -r <docker_registry>
#Example of using private docker registry:
scripts/loadImages.sh -p ida-24.0.8.tgz -r $REGISTRY_HOST/ida
scripts/loadImages.sh -p ida-24.0.8.1.tgz -r $REGISTRY_HOST/ida
```

## IDA Operator
Expand Down Expand Up @@ -87,10 +87,10 @@ chmod +x scripts/deployOperator.sh
scripts/deployOperator.sh -i <operator_image> -c <operator_scope> -s <image_pull_secret>
#Example of namespace-scoped operator:
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8 -s ida-operator-secret
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1 -s ida-operator-secret
#Example of cluster-scoped operator:
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8 -c Cluster -s ida-operator-secret
scripts/deployOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1 -c Cluster -s ida-operator-secret
```

Expand Down Expand Up @@ -143,7 +143,7 @@ chmod +x scripts/upgradeOperator.sh
scripts/upgradeOperator.sh -i <operator_image>
#Example of using private docker registry:
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8
scripts/upgradeOperator.sh -i $REGISTRY_HOST/ida/ida-operator:24.0.8.1
```

Step 4. Monitor the pod until it shows a STATUS of "Running":
Expand Down Expand Up @@ -303,7 +303,7 @@ A custom resource YAML is a configuration file that describes an instance of a d

Parameters | Description
--- | --------------
idaWeb.image | Image URL. E.g., example.repository.com/ida/ida:24.0.8
idaWeb.image | Image URL. E.g., example.repository.com/ida/ida:24.0.8.1
idaWeb.imagePullPolicy | Image pull policy. The default value is **Always**.
idaWeb.imagePullSecrets | Image pull secrets. E.g., ida-docker-secret
idaWeb.replicas | Number of IDA pods. The default value is 1.
Expand Down Expand Up @@ -376,6 +376,6 @@ chmod +x scripts/upgradeIDA.sh
scripts/upgradeIDA.sh -i <ida_image>
#Example of using private docker registry:
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8
scripts/upgradeIDA.sh -i $REGISTRY_HOST/ida/ida:24.0.8.1
```

0 comments on commit 5497fa9

Please sign in to comment.