Skip to content

Commit a81c68c

Browse files
stuggiclaude
andcommitted
[b/r] Default OADP channel to stable for OCP 4.20
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5143c61 commit a81c68c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dev/backup-restore/oadp/setup-oadp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
gather_facts: false
1818
vars:
1919
oadp_namespace: "openshift-adp"
20-
oadp_channel: "stable-1.4"
20+
oadp_channel: "stable"
2121
minio_namespace: "minio"
2222
minio_bucket_name: "velero"
2323
minio_region: "minio"

docs/dev/backup-restore/role/cifmw_backup_restore/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ cifmw_backup_restore_minio_root_password: minio123
5555
cifmw_backup_restore_minio_bucket_name: velero
5656

5757
# OADP Setup
58-
cifmw_backup_restore_oadp_channel: stable-1.4
58+
cifmw_backup_restore_oadp_channel: stable
5959
cifmw_backup_restore_oadp_enable_node_agent: true
6060
# cifmw_backup_restore_minio_access_key_id: REQUIRED for setup_oadp
6161
# cifmw_backup_restore_minio_secret_access_key: REQUIRED for setup_oadp

0 commit comments

Comments
 (0)