diff --git a/README.md b/README.md index a7c64f7..253bf9f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ chmod +x scripts/loadImages.sh scripts/loadImages.sh -p ida-.tgz -r #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 @@ -87,10 +87,10 @@ chmod +x scripts/deployOperator.sh scripts/deployOperator.sh -i -c -s #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 ``` @@ -143,7 +143,7 @@ chmod +x scripts/upgradeOperator.sh scripts/upgradeOperator.sh -i #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": @@ -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. @@ -376,6 +376,6 @@ chmod +x scripts/upgradeIDA.sh scripts/upgradeIDA.sh -i #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 ```