Skip to content

Commit

Permalink
WIP: use postgresql 15 in ocp app and blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Jan 15, 2025
1 parent 2f402c9 commit 5c92840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ actions:
initImage: '{{if index .Options "kanisterImage" }} {{- .Options.kanisterImage -}} {{else -}} ghcr.io/kanisterio/kanister-tools:0.112.0 {{- end}}'
initCommand: ["bash", "-o", "errexit", "-o", "pipefail", "-c", "mkfifo /tmp/data; chmod 666 /tmp/data"]

backgroundImage: postgres:17-bullseye
backgroundImage: postgres:15-bullseye
backgroundCommand:
- bash
- -o
Expand Down
2 changes: 1 addition & 1 deletion pkg/app/postgresql-deploymentconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func NewPostgreSQLDepConfig(name string, templateVersion DBTemplate, storageType
"POSTGRESQL_ADMIN_PASSWORD": "secretpassword",
},
params: map[string]string{
"POSTGRESQL_VERSION": "13-el8",
"POSTGRESQL_VERSION": "15-el8",
"POSTGRESQL_DATABASE": "postgres",
},
storageType: storageType,
Expand Down

0 comments on commit 5c92840

Please sign in to comment.