Skip to content

Commit

Permalink
Revert pgAdmin 4 upgrade (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-mkaar committed Nov 6, 2022
1 parent d8703b8 commit 4bb4877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry/common/pgadmin4.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
registry: docker.io
repository: dpage/pgadmin4
# Overrides the image tag whose default is the chart appVersion.
tag: "6.15"
tag: "6.8"
pullPolicy: IfNotPresent

## Deployment annotations
Expand Down Expand Up @@ -228,7 +228,7 @@ VolumePermissions:
##
extraInitContainers: |
- name: prepare-pgpass
image: "dpage/pgadmin4:6.7"
image: "dpage/pgadmin4:6.8"
command:
- "sh"
- "-c"
Expand Down

0 comments on commit 4bb4877

Please sign in to comment.