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 charts/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: postgres
description: The World's Most Advanced Open Source Relational Database
type: application
version: 0.10.4
version: 0.10.5
appVersion: "18.0.0"
keywords:
- postgres
Expand Down
2 changes: 1 addition & 1 deletion charts/postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ image:
## @param image.repository PostgreSQL image repository
repository: postgres
## @param image.tag PostgreSQL image tag (immutable tags are recommended)
tag: "18.0@sha256:33d0aae6356d4412efdebcdc554e489e7f9e88bb3cf9281f44aa1924fadbb4e7"
tag: "18.0@sha256:1ffc019dae94eca6b09a49ca67d37398951346de3c3d0cfe23d8d4ca33da83fb"
## @param image.imagePullPolicy PostgreSQL image pull policy
imagePullPolicy: Always

Expand Down
Loading