fix(openproject): Update PostgreSQL image for DB init to 16.3.

This commit is contained in:
openDesk Bot
2024-06-14 03:36:27 +00:00
committed by Thorsten Roßner
parent 0ce346b162
commit 45e569955d
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -5,8 +5,8 @@
.yamllint .yamllint
# Ignore changes to sample environments # Ignore changes to sample environments
helmfile/environments/dev/values.yaml.gotmpl helmfile/environments/dev/*.yaml.gotmpl
helmfile/environments/prod/values.yaml.gotmpl helmfile/environments/prod/*.yaml.gotmpl
# Ignore in CI generated files # Ignore in CI generated files
.kyverno/opendesk.yaml .kyverno/opendesk.yaml

View File

@@ -279,7 +279,7 @@ images:
# upstreamRepository: "library/postgres" # upstreamRepository: "library/postgres"
registry: "registry-1.docker.io" registry: "registry-1.docker.io"
repository: "library/postgres" repository: "library/postgres"
tag: "16@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c" tag: "16.3@sha256:f08a57b1e922be40565e1497dce1f60fd0cac9a26a2408695decd5a312f93978"
openxchangeBootstrap: openxchangeBootstrap:
# providerCategory: "Community" # providerCategory: "Community"
# providerResponsible: "openDesk" # providerResponsible: "openDesk"