Skip to content
This repository was archived by the owner on Sep 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion values/caas-ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
operator:
image:
repository: ghcr.io/osac-project/osac-operator
tag: sha-7e4222b
tag: sha-773d078
pullPolicy: Always
provisioning:
provider: "aap"
Expand All @@ -22,6 +22,7 @@ operator:
computeInstance: false
tenant: true
networking: true
storageController: true

# --- Fulfillment Service ---
service:
Expand Down
3 changes: 2 additions & 1 deletion values/vmaas-ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
operator:
image:
repository: ghcr.io/osac-project/osac-operator
tag: sha-7e4222b
tag: sha-773d078
pullPolicy: Always
provisioning:
provider: "aap"
Expand All @@ -22,6 +22,7 @@ operator:
computeInstance: true
tenant: true
networking: true
storageController: true

# --- Fulfillment Service ---
service:
Expand Down
Loading