Skip to content

Commit

Permalink
Upgraded testing and helm to version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCooper12 authored and ddlees committed Oct 4, 2024
1 parent efdfa2b commit 425e916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
services:
testdb:
restart: unless-stopped
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:16
command: "-c log_statement=all"
environment:
- POSTGRES_USER=bloodhound
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ appdb:
appName: postgres
container:
name: postgres
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:16
env:
POSTGRES_USER: "bloodhound"
POSTGRES_PASSWORD: "bloodhoundcommunityedition"
Expand Down

0 comments on commit 425e916

Please sign in to comment.