diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 8884a9c6..0a883514 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -33,7 +33,7 @@ images: newName: ghcr.io/osac-project/osac-aap newTag: sha-89f41e7 - name: ghcr.io/osac-project/osac-operator - newTag: sha-7e4222b + newTag: sha-773d078 - name: ghcr.io/osac-project/bare-metal-fulfillment-operator newTag: sha-0a06955 - name: envoy diff --git a/base/osac-operator b/base/osac-operator index 7e4222b6..773d0785 160000 --- a/base/osac-operator +++ b/base/osac-operator @@ -1 +1 @@ -Subproject commit 7e4222b6ab465fc00606c8cfed980b226820cb1b +Subproject commit 773d078536651fa0490e7f812e3aa63ae598dcb6 diff --git a/values/caas-ci/values.yaml b/values/caas-ci/values.yaml index e5e71477..a74ac3ba 100644 --- a/values/caas-ci/values.yaml +++ b/values/caas-ci/values.yaml @@ -5,7 +5,7 @@ operator: image: repository: ghcr.io/osac-project/osac-operator - tag: sha-7e4222b + tag: sha-773d078 pullPolicy: Always provisioning: provider: "aap" @@ -22,6 +22,7 @@ operator: computeInstance: false tenant: true networking: true + storageController: true # --- Fulfillment Service --- service: diff --git a/values/vmaas-ci/values.yaml b/values/vmaas-ci/values.yaml index 3a8efdb8..5c0de988 100644 --- a/values/vmaas-ci/values.yaml +++ b/values/vmaas-ci/values.yaml @@ -5,7 +5,7 @@ operator: image: repository: ghcr.io/osac-project/osac-operator - tag: sha-7e4222b + tag: sha-773d078 pullPolicy: Always provisioning: provider: "aap" @@ -22,6 +22,7 @@ operator: computeInstance: true tenant: true networking: true + storageController: true # --- Fulfillment Service --- service: