File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ module "cloudpak_data" {
1919 prefix = var. prefix
2020 region = var. region
2121 cluster_name = module. roks_landing_zone . workload_cluster_id
22+ cloud_pak_deployer_image = " quay.io/cloud-pak-deployer/cloud-pak-deployer"
2223 cpd_admin_password = " Passw0rd" # pragma: allowlist secret
2324 cpd_entitlement_key = " entitlementKey"
2425 install_odf_cluster_addon = var. install_odf_cluster_addon
Original file line number Diff line number Diff line change @@ -326,6 +326,9 @@ resource "terraform_data" "uninstall_cpd" {
326326
327327 done
328328
329+ ${ self . input . oc } get pods -n ${ self . input . namespace_name }
330+ ${ self . input . oc } describe pods -n ${ self . input . namespace_name }
331+
329332 if $failed; then
330333 echo "Job ${ self . input . job_name } failed"
331334 exit 1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ variable "cloud_pak_deployer_image" {
2828variable "cloud_pak_deployer_release" {
2929 description = " Release of Cloud Pak Deployer version to use. View releases at: https://github.com/IBM/cloud-pak-deployer/releases."
3030 type = string
31- default = " v3.0.3 "
31+ default = " v3.1.1 "
3232}
3333
3434variable "cloud_pak_deployer_secret" {
You can’t perform that action at this time.
0 commit comments