From d95969f72c0890d9edd3672a83b4be8fe8b730eb Mon Sep 17 00:00:00 2001 From: WEN CAI Date: Fri, 11 Oct 2024 09:56:18 +0800 Subject: [PATCH] 24.0.8.1 --- README_K8S.md | 12 ++++++------ descriptors/cluster/cluster-role-binding.yaml | 2 +- descriptors/cluster/cluster-role.yaml | 2 +- descriptors/cluster/operator.yaml | 2 +- descriptors/ida-operators-edit.yaml | 2 +- descriptors/namespaced/operator.yaml | 2 +- descriptors/namespaced/role-binding.yaml | 2 +- descriptors/namespaced/role.yaml | 2 +- descriptors/operator-crd.yaml | 2 +- descriptors/service-account.yaml | 2 +- ...-to-2408.md => upgrade-ida-from-2407-to-24081.md} | 10 +++++----- 11 files changed, 20 insertions(+), 20 deletions(-) rename docs/{upgrade-ida-from-2407-to-2408.md => upgrade-ida-from-2407-to-24081.md} (94%) diff --git a/README_K8S.md b/README_K8S.md index 84ea6c8..d033a9a 100644 --- a/README_K8S.md +++ b/README_K8S.md @@ -77,7 +77,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 @@ -107,10 +107,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 ``` @@ -163,7 +163,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": @@ -323,7 +323,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. @@ -400,6 +400,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 ``` diff --git a/descriptors/cluster/cluster-role-binding.yaml b/descriptors/cluster/cluster-role-binding.yaml index 06c2273..329860e 100644 --- a/descriptors/cluster/cluster-role-binding.yaml +++ b/descriptors/cluster/cluster-role-binding.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole diff --git a/descriptors/cluster/cluster-role.yaml b/descriptors/cluster/cluster-role.yaml index 8787e08..97b2e68 100644 --- a/descriptors/cluster/cluster-role.yaml +++ b/descriptors/cluster/cluster-role.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 rules: - apiGroups: - "" diff --git a/descriptors/cluster/operator.yaml b/descriptors/cluster/operator.yaml index 9dcd127..97c24ec 100644 --- a/descriptors/cluster/operator.yaml +++ b/descriptors/cluster/operator.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 spec: replicas: 1 selector: diff --git a/descriptors/ida-operators-edit.yaml b/descriptors/ida-operators-edit.yaml index 2cea1f7..baba94d 100644 --- a/descriptors/ida-operators-edit.yaml +++ b/descriptors/ida-operators-edit.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 rules: - apiGroups: - sdc.ibm.com diff --git a/descriptors/namespaced/operator.yaml b/descriptors/namespaced/operator.yaml index 5fc522c..0772d05 100644 --- a/descriptors/namespaced/operator.yaml +++ b/descriptors/namespaced/operator.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 spec: replicas: 1 selector: diff --git a/descriptors/namespaced/role-binding.yaml b/descriptors/namespaced/role-binding.yaml index 240f788..fb7e654 100644 --- a/descriptors/namespaced/role-binding.yaml +++ b/descriptors/namespaced/role-binding.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 roleRef: apiGroup: rbac.authorization.k8s.io kind: Role diff --git a/descriptors/namespaced/role.yaml b/descriptors/namespaced/role.yaml index 94ba3b5..f7acdbd 100644 --- a/descriptors/namespaced/role.yaml +++ b/descriptors/namespaced/role.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 rules: - apiGroups: - "" diff --git a/descriptors/operator-crd.yaml b/descriptors/operator-crd.yaml index b096eeb..6ee2618 100644 --- a/descriptors/operator-crd.yaml +++ b/descriptors/operator-crd.yaml @@ -6,7 +6,7 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 spec: group: sdc.ibm.com names: diff --git a/descriptors/service-account.yaml b/descriptors/service-account.yaml index f286bdf..7e5ddca 100644 --- a/descriptors/service-account.yaml +++ b/descriptors/service-account.yaml @@ -6,4 +6,4 @@ metadata: app.kubernetes.io/instance: ida app.kubernetes.io/managed-by: ida app.kubernetes.io/name: ida - release: 24.0.8 + release: 24.0.8.1 diff --git a/docs/upgrade-ida-from-2407-to-2408.md b/docs/upgrade-ida-from-2407-to-24081.md similarity index 94% rename from docs/upgrade-ida-from-2407-to-2408.md rename to docs/upgrade-ida-from-2407-to-24081.md index 189edeb..df22090 100644 --- a/docs/upgrade-ida-from-2407-to-2408.md +++ b/docs/upgrade-ida-from-2407-to-24081.md @@ -1,4 +1,4 @@ -## Upgrade IDA from v24.0.7 to v24.0.8 +## Upgrade IDA from v24.0.7 to v24.0.8.1 ### Before you begin @@ -26,7 +26,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 ``` Step 4. Log in to your cluster @@ -65,14 +65,14 @@ oc project oc project ida ``` -Step 2. Updrade IDA operator to v24.0.8. +Step 2. Updrade IDA operator to v24.0.8.1. ``` 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 3. Monitor the pod until it shows a STATUS of "Running": @@ -100,7 +100,7 @@ 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 ``` Step 3. Monitor the pod until it shows a STATUS of "Running":