Skip to content

Commit 0404232

Browse files
authored
Update image path, refresh resource icons, add x-forwarded-proto to load balancer, and minor tweaks to resource overview (#804)
* Add username to RabbitMQ secrets for Magnum and Barbican * Adjust layout to correctly position Application Credentials tab * Update image path to Quay, refresh resource icons, add x-forwarded-proto to load-balancer, and minor tweaks to resource overview page
1 parent 2307e24 commit 0404232

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.original-images.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy-1737928811",
1717
"ghcr.io/rackerlabs/genestack/octavia-ovn:2024.1-ubuntu_jammy-1737651745",
1818
"ghcr.io/rackerlabs/keystone-rxt:2024.1-ubuntu_jammy-1739377879",
19-
"ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1738594297"
19+
"ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1739967315"
2020
]

base-kustomize/skyline/base/deployment-apiserver.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
key: prometheus_endpoint
318318
optional: true
319319
- name: skyline-apiserver-db-migrate
320-
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1738594297"
320+
image: "quay.io/rackspace/rackerlabs-skyline-rxt:master-ubuntu_jammy-1739967315"
321321
imagePullPolicy: IfNotPresent
322322
resources:
323323
requests:
@@ -340,7 +340,7 @@ spec:
340340
readOnly: true
341341
containers:
342342
- name: skyline-apiserver
343-
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1738594297"
343+
image: "quay.io/rackspace/rackerlabs-skyline-rxt:master-ubuntu_jammy-1739967315"
344344
imagePullPolicy: IfNotPresent
345345
resources:
346346
limits:

0 commit comments

Comments
 (0)