Skip to content

Commit 53f29c7

Browse files
chore(deps): update helm release cloudnative-pg to v0.26.1
1 parent f5d2e96 commit 53f29c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/databases/postgres.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "helm_release" "postgres_operator" {
2222

2323
repository = "https://cloudnative-pg.github.io/charts"
2424
chart = "cloudnative-pg"
25-
version = "0.25.0"
25+
version = "0.26.1"
2626

2727
name = "postgres-operator"
2828
namespace = kubernetes_namespace.postgres.metadata[0].name

0 commit comments

Comments
 (0)