Browse Source

remove initial/full image set config after the restore of the database

Grega Bremec 1 month ago
parent
commit
92db1a7c15
2 changed files with 6 additions and 13 deletions
  1. 0 12
      install/mirror/image-set-config-init.yaml
  2. 6 1
      install/mirror/image-set-config.yaml

+ 0 - 12
install/mirror/image-set-config-init.yaml

@@ -1,12 +0,0 @@
-kind: ImageSetConfiguration
-apiVersion: mirror.openshift.io/v2alpha1
-mirror:
-  platform:
-    channels:
-    - name: stable-4.18
-      type: ocp
-      minVersion: 4.18.6
-      maxVersion: 4.18.6
-    graph: true
-  operators: []
-  additionalImages: []

+ 6 - 1
install/mirror/image-set-config-full.yaml → install/mirror/image-set-config.yaml

@@ -13,5 +13,10 @@ mirror:
       full: false
       full: false
       packages:
       packages:
         - name: node-maintenance-operator
         - name: node-maintenance-operator
+    - catalog: registry.redhat.io/redhat/community-operator-index:v4.18
+      full: false
+      packages:
+        - name: node-discovery-operator
   additionalImages:
   additionalImages:
-   - name: registry.redhat.io/ubi9/ubi:latest
+   - name: registry.access.redhat.com/ubi9/ubi:latest
+   - name: registry.access.redhat.com/ubi9/toolbox:latest