Skip to content

Commit

Permalink
Bring update script up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
emwalker committed Oct 19, 2024
1 parent 8654e0f commit ad246e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions k8s/overlays/prod/digraph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ secretGenerator:

images:
- name: emwalker/digraph-api:latest
newTag: v1.1.15
newTag: v1.1.16
- name: emwalker/digraph-node:latest
newTag: v1.1.15
newTag: v1.1.16
- name: emwalker/digraph-node:next
newTag: v1.2.25
2 changes: 1 addition & 1 deletion k8s/prod-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.15
v1.1.16
2 changes: 1 addition & 1 deletion scripts/container-save-db-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euf -o pipefail
echo "installing pg_dump ..."
apt-get update -y
apt install gnupg gnupg2 gnupg1 wget -y
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
apt-get update -y
apt-get install postgresql-14 -y
Expand Down

0 comments on commit ad246e1

Please sign in to comment.