Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit f2b90d3

Browse files
committed
fix(helm): update image registry from blackopsrepl to solverforge
Update all legacy quickstart Helm charts to pull container images from the solverforge organization instead of blackopsrepl.
1 parent 3c0c474 commit f2b90d3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • legacy
    • employee-scheduling-fast/helm/employee-scheduling-fast
    • maintenance-scheduling-fast/helm/maintenance-scheduling-fast
    • meeting-scheduling-fast/helm/meeting-scheduling-fast
    • order-picking-fast/helm/order-picking-fast
    • vehicle-routing-fast/helm/vehicle-routing-fast
    • vm-placement-fast/helm/vm-placement-fast

legacy/employee-scheduling-fast/helm/employee-scheduling-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/employee-scheduling-fast
4+
repository: ghcr.io/solverforge/employee-scheduling-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

legacy/maintenance-scheduling-fast/helm/maintenance-scheduling-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/maintenance-scheduling-fast
4+
repository: ghcr.io/solverforge/maintenance-scheduling-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

legacy/meeting-scheduling-fast/helm/meeting-scheduling-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/meeting-scheduling-fast
4+
repository: ghcr.io/solverforge/meeting-scheduling-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

legacy/order-picking-fast/helm/order-picking-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/order-picking-fast
4+
repository: ghcr.io/solverforge/order-picking-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

legacy/vehicle-routing-fast/helm/vehicle-routing-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/vehicle-routing-fast
4+
repository: ghcr.io/solverforge/vehicle-routing-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

legacy/vm-placement-fast/helm/vm-placement-fast/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: ghcr.io/blackopsrepl/vm-placement-fast
4+
repository: ghcr.io/solverforge/vm-placement-fast
55
pullPolicy: IfNotPresent
66
tag: "latest"
77

0 commit comments

Comments
 (0)