Skip to content

Commit

Permalink
chore(deps): update helm release postgres-operator to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 2eb7f86 commit 2c94b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/modules/postgres-operator/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "postgres-operator" {
chart = "postgres-operator"
name = "postgres-operator"
repository = "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"
version = "1.9.0"
version = "1.11.0"
namespace = var.namespace

atomic = true
Expand Down

0 comments on commit 2c94b59

Please sign in to comment.