Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/image-pgadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

ARG BASE_VERSION=ubi9
ARG PGADMIN4_VERSION=9.11
ARG PGADMIN4_VERSION=9.13
ARG PYTHON_VERSION=3.11
ARG PG_MAJOR=18

Expand Down
2 changes: 1 addition & 1 deletion config/components/images-by-tag/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kind: Component
images:
- name: image-pgadmin
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4
newTag: ubi9-9.12-2610
newTag: ubi9-9.13-2610
- name: image-pgbackrest
newName: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest
newTag: ubi9-2.58.0-2610
Expand Down
Loading