Skip to content

Commit

Permalink
Updated skyline deployment YAML with the latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
sowm9802 authored and cloudnull committed Jun 3, 2024
1 parent b6a0a49 commit 1baced8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kustomize/skyline/base/configmap-bin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
#!/bin/bash
set -exo pipefail
cat /etc/skyline/skyline.yaml
alembic -c /skyline-apiserver/skyline_apiserver/db/alembic/alembic.ini upgrade head
alembic -c /opt/skyline-apiserver/skyline_apiserver/db/alembic/alembic.ini upgrade head
data-skyline-run.sh: |
set -exo pipefail
echo "/usr/local/bin/gunicorn -c /etc/skyline/gunicorn.py skyline_apiserver.main:app" >/run_command
Expand Down
6 changes: 3 additions & 3 deletions 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: "docker.io/99cloud/skyline:2023.1"
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1717079928"
imagePullPolicy: IfNotPresent
resources:
requests:
Expand All @@ -340,7 +340,7 @@ spec:
readOnly: true
containers:
- name: skyline-apiserver
image: "docker.io/99cloud/skyline:2023.1"
image: "ghcr.io/rackerlabs/skyline-rxt:master-ubuntu_jammy-1717079928"
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -353,7 +353,7 @@ spec:
command:
- bash
- -c
- /usr/bin/pip install SQLAlchemy\<=1.4.41 && /tmp/run.sh
- /tmp/run.sh
volumeMounts:
- name: pod-tmp
mountPath: /tmp
Expand Down

0 comments on commit 1baced8

Please sign in to comment.