From 3e36af920375587771886b5059f64ef1c7560845 Mon Sep 17 00:00:00 2001 From: osac-dev-bot Date: Thu, 11 Jun 2026 11:28:14 +0000 Subject: [PATCH] bump submodules to latest with published images --- base/kustomization.yaml | 6 +++--- base/osac-aap | 2 +- base/osac-fulfillment-service | 2 +- base/osac-operator | 2 +- overlays/caas-ci/kustomization.yaml | 9 ++++----- overlays/development/kustomization.yaml | 5 ++--- overlays/osac-integration/kustomization.yaml | 9 ++++----- overlays/vmaas-ci/kustomization.yaml | 9 ++++----- values/caas-ci.yaml | 8 ++++---- values/vmaas-ci.yaml | 8 ++++---- 10 files changed, 28 insertions(+), 32 deletions(-) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index 438ba37e..018af1f0 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -27,12 +27,12 @@ images: newName: quay.io/sclorg/postgresql-18-c10s newTag: latest - name: ghcr.io/osac-project/fulfillment-service - newTag: sha-38f6f71 + newTag: sha-6252427 - name: osac-aap newName: ghcr.io/osac-project/osac-aap - newTag: sha-60be927 + newTag: sha-3453b54 - name: ghcr.io/osac-project/osac-operator - newTag: sha-2858ec2 + newTag: sha-0c69537 - name: envoy newName: docker.io/envoyproxy/envoy newTag: v1.33.0 diff --git a/base/osac-aap b/base/osac-aap index 60be9273..3453b544 160000 --- a/base/osac-aap +++ b/base/osac-aap @@ -1 +1 @@ -Subproject commit 60be927342ea5efee9c5f1c1a65648610d82bb17 +Subproject commit 3453b544737a6a70d729618b7648a50a55309037 diff --git a/base/osac-fulfillment-service b/base/osac-fulfillment-service index 38f6f71e..6252427c 160000 --- a/base/osac-fulfillment-service +++ b/base/osac-fulfillment-service @@ -1 +1 @@ -Subproject commit 38f6f71e1c6afd97e04f8ceac7aa58e51c7009e8 +Subproject commit 6252427c520abb01453040d5f2a536c3fbe7c302 diff --git a/base/osac-operator b/base/osac-operator index 2858ec2a..0c69537a 160000 --- a/base/osac-operator +++ b/base/osac-operator @@ -1 +1 @@ -Subproject commit 2858ec2af9dccb7f31956424db8c8342e20cb7e7 +Subproject commit 0c69537a1f1e4f7450d4e64487c2237c148d68b7 diff --git a/overlays/caas-ci/kustomization.yaml b/overlays/caas-ci/kustomization.yaml index ee41d0c6..759221ee 100644 --- a/overlays/caas-ci/kustomization.yaml +++ b/overlays/caas-ci/kustomization.yaml @@ -41,9 +41,9 @@ secretGenerator: options: disableNameSuffixHash: true literals: - - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-60be927 + - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-3453b54 - AAP_PROJECT_GIT_URI=https://github.com/osac-project/osac-aap - - AAP_PROJECT_GIT_BRANCH=60be927342ea5efee9c5f1c1a65648610d82bb17 + - AAP_PROJECT_GIT_BRANCH=3453b544737a6a70d729618b7648a50a55309037 - name: cluster-fulfillment-ig options: @@ -288,7 +288,7 @@ patches: role in tenant_idp_manager_roles } - # Check if an account is a regular client (no admin or tenant management roles): + # Check if an account is a regular client (no admin, tenant management roles): default is_client = false is_client if { not is_admin @@ -343,8 +343,7 @@ patches: "/osac.public.v1.ComputeInstances/Get", "/osac.public.v1.ComputeInstances/List", "/osac.public.v1.ComputeInstances/Update", - "/osac.public.v1.Console/Connect", - "/osac.public.v1.Console/GetAccess", + "/osac.public.v1.ConsoleSessions/Create", "/osac.public.v1.Events/Watch", "/osac.public.v1.HostTypes/Get", "/osac.public.v1.HostTypes/List", diff --git a/overlays/development/kustomization.yaml b/overlays/development/kustomization.yaml index a409a0f7..0b21d48e 100644 --- a/overlays/development/kustomization.yaml +++ b/overlays/development/kustomization.yaml @@ -306,7 +306,7 @@ patches: role in tenant_idp_manager_roles } - # Check if an account is a regular client (no admin or tenant management roles): + # Check if an account is a regular client (no admin, tenant management roles): default is_client = false is_client if { not is_admin @@ -361,8 +361,7 @@ patches: "/osac.public.v1.ComputeInstances/Get", "/osac.public.v1.ComputeInstances/List", "/osac.public.v1.ComputeInstances/Update", - "/osac.public.v1.Console/Connect", - "/osac.public.v1.Console/GetAccess", + "/osac.public.v1.ConsoleSessions/Create", "/osac.public.v1.Events/Watch", "/osac.public.v1.HostTypes/Get", "/osac.public.v1.HostTypes/List", diff --git a/overlays/osac-integration/kustomization.yaml b/overlays/osac-integration/kustomization.yaml index 2c2f1925..5bd6f371 100644 --- a/overlays/osac-integration/kustomization.yaml +++ b/overlays/osac-integration/kustomization.yaml @@ -41,9 +41,9 @@ secretGenerator: options: disableNameSuffixHash: true literals: - - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-60be927 + - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-3453b54 - AAP_PROJECT_GIT_URI="https://github.com/osac-project/osac-aap" - - AAP_PROJECT_GIT_BRANCH=60be927342ea5efee9c5f1c1a65648610d82bb17 + - AAP_PROJECT_GIT_BRANCH=3453b544737a6a70d729618b7648a50a55309037 - name: cluster-fulfillment-ig options: @@ -360,7 +360,7 @@ patches: role in tenant_idp_manager_roles } - # Check if an account is a regular client (no admin or tenant management roles): + # Check if an account is a regular client (no admin, tenant management roles): default is_client = false is_client if { not is_admin @@ -415,8 +415,7 @@ patches: "/osac.public.v1.ComputeInstances/Get", "/osac.public.v1.ComputeInstances/List", "/osac.public.v1.ComputeInstances/Update", - "/osac.public.v1.Console/Connect", - "/osac.public.v1.Console/GetAccess", + "/osac.public.v1.ConsoleSessions/Create", "/osac.public.v1.Events/Watch", "/osac.public.v1.HostTypes/Get", "/osac.public.v1.HostTypes/List", diff --git a/overlays/vmaas-ci/kustomization.yaml b/overlays/vmaas-ci/kustomization.yaml index 6784a57d..ff254e1f 100644 --- a/overlays/vmaas-ci/kustomization.yaml +++ b/overlays/vmaas-ci/kustomization.yaml @@ -41,9 +41,9 @@ secretGenerator: options: disableNameSuffixHash: true literals: - - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-60be927 + - AAP_EE_IMAGE=ghcr.io/osac-project/osac-aap:sha-3453b54 - AAP_PROJECT_GIT_URI=https://github.com/osac-project/osac-aap - - AAP_PROJECT_GIT_BRANCH=60be927342ea5efee9c5f1c1a65648610d82bb17 + - AAP_PROJECT_GIT_BRANCH=3453b544737a6a70d729618b7648a50a55309037 - name: cluster-fulfillment-ig options: @@ -276,7 +276,7 @@ patches: role in tenant_idp_manager_roles } - # Check if an account is a regular client (no admin or tenant management roles): + # Check if an account is a regular client (no admin, tenant management roles): default is_client = false is_client if { not is_admin @@ -331,8 +331,7 @@ patches: "/osac.public.v1.ComputeInstances/Get", "/osac.public.v1.ComputeInstances/List", "/osac.public.v1.ComputeInstances/Update", - "/osac.public.v1.Console/Connect", - "/osac.public.v1.Console/GetAccess", + "/osac.public.v1.ConsoleSessions/Create", "/osac.public.v1.Events/Watch", "/osac.public.v1.HostTypes/Get", "/osac.public.v1.HostTypes/List", diff --git a/values/caas-ci.yaml b/values/caas-ci.yaml index de31e442..cb96d921 100644 --- a/values/caas-ci.yaml +++ b/values/caas-ci.yaml @@ -5,7 +5,7 @@ operator: image: repository: ghcr.io/osac-project/osac-operator - tag: sha-2858ec2 + tag: sha-0c69537 pullPolicy: Always provisioning: provider: "aap" @@ -23,7 +23,7 @@ operator: service: variant: openshift images: - service: ghcr.io/osac-project/fulfillment-service:sha-38f6f71 + service: ghcr.io/osac-project/fulfillment-service:sha-6252427 envoy: docker.io/envoyproxy/envoy:v1.33.0 certs: issuerRef: @@ -79,7 +79,7 @@ aap: name: "osac-aap" bootstrap: enabled: true - image: ghcr.io/osac-project/osac-aap:sha-60be927 + image: ghcr.io/osac-project/osac-aap:sha-3453b54 cliImage: quay.io/openshift/origin-cli:4.20.0 backoffLimit: 15 configAsCode: @@ -93,4 +93,4 @@ validation: # --- Database migration --- dbMigrate: enabled: false - image: ghcr.io/osac-project/fulfillment-service:sha-38f6f71 + image: ghcr.io/osac-project/fulfillment-service:sha-6252427 diff --git a/values/vmaas-ci.yaml b/values/vmaas-ci.yaml index 8ab1389b..d098082d 100644 --- a/values/vmaas-ci.yaml +++ b/values/vmaas-ci.yaml @@ -5,7 +5,7 @@ operator: image: repository: ghcr.io/osac-project/osac-operator - tag: sha-2858ec2 + tag: sha-0c69537 pullPolicy: Always provisioning: provider: "aap" @@ -23,7 +23,7 @@ operator: service: variant: openshift images: - service: ghcr.io/osac-project/fulfillment-service:sha-38f6f71 + service: ghcr.io/osac-project/fulfillment-service:sha-6252427 envoy: docker.io/envoyproxy/envoy:v1.33.0 certs: issuerRef: @@ -79,7 +79,7 @@ aap: name: "osac-aap" bootstrap: enabled: true - image: ghcr.io/osac-project/osac-aap:sha-60be927 + image: ghcr.io/osac-project/osac-aap:sha-3453b54 cliImage: quay.io/openshift/origin-cli:4.20.0 backoffLimit: 15 configAsCode: @@ -93,4 +93,4 @@ validation: # --- Database migration --- dbMigrate: enabled: false - image: ghcr.io/osac-project/fulfillment-service:sha-38f6f71 + image: ghcr.io/osac-project/fulfillment-service:sha-6252427