Skip to content

Commit

Permalink
chore(deps): update helm release postgres-operator to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 08e51e5 commit 4506c23
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.10.1"
namespace = var.namespace

atomic = true
Expand Down

0 comments on commit 4506c23

Please sign in to comment.