Skip to content

Commit

Permalink
[patch] fix gpu-operator-certified mirror error by using default v24.…
Browse files Browse the repository at this point in the history
…6 channel (#1422)
  • Loading branch information
anilprajapatiibm authored Aug 20, 2024
1 parent 04e8e12 commit 8d0004e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ mirror:
- name: gpu-operator-certified # Required by ibm.mas_devops.nvidia_gpu role
channels:
- name: v23.3
# We don't use the v24.3 channel, but oc-mirror fails when the default channel is not included
# We don't use the v24.6 channel, but oc-mirror fails when the default channel is not included
# - https://access.redhat.com/solutions/7013461
# - https://issues.redhat.com/browse/OCPBUGS-385
- name: v24.3
- name: v24.6
- name: kubeturbo-certified # Required by ibm.mas_devops.kubeturbo role
channels:
- name: stable
Expand Down

0 comments on commit 8d0004e

Please sign in to comment.