Skip to content

Commit

Permalink
update postgres operator to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 12, 2023
1 parent 2b6908a commit 3250143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions apps/postgres_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ def objects():
yield from helm.build_chart_from_versions(
name=name,
versions=get_versions(__file__),
values={
"image": {
"tag": "v1.8.2-43-g3e148ea5",
},
},
)

yield {
Expand Down
2 changes: 1 addition & 1 deletion apps/versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ version = "0.3.0"
helm = "https://harbor.ocf.berkeley.edu/chartrepo/mycelium"

[postgres-operator]
version = "1.8.2"
version = "1.10.1"
helm = "https://opensource.zalando.com/postgres-operator/charts/postgres-operator"

[prometheus]
Expand Down

0 comments on commit 3250143

Please sign in to comment.