Skip to content

Commit

Permalink
fix(skyline): Resolve login failure for users with '@' in their usern…
Browse files Browse the repository at this point in the history
…ame (rackerlabs#488)

* Removed ingress related deployment in Magnum

* Hide volume types prefixed with '__' in the skyline UI

* Upgrade skyline to 2024.2 release

* fix(skyline): Resolve login failure for users with '@' in their username
  • Loading branch information
sowm9802 authored Oct 21, 2024
1 parent c08ddd0 commit cdb9863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-kustomize/skyline/base/deployment-apiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ spec:
key: prometheus_endpoint
optional: true
- name: skyline-apiserver-db-migrate
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1728361249"
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1729251422"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -340,7 +340,7 @@ spec:
readOnly: true
containers:
- name: skyline-apiserver
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1728361249"
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1729251422"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit cdb9863

Please sign in to comment.