Skip to content

sync upstream #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
eb0d55e
[UI] revert index.html base url and provide USE_AWS_INSTANCE_PROFILE …
FxKu Sep 4, 2023
781d17b
Add service account name in connection pooler (#2352)
cdmikechen Sep 4, 2023
552bd26
bump to v1.10.1 (#2410)
FxKu Sep 7, 2023
36389b2
Enable specifying PVC retention policy for auto deletion (#2343)
idanovinda Sep 8, 2023
8fc4b9b
on PVC when_scaled:retain check pod count, too (#2415)
FxKu Sep 12, 2023
102a22e
generate deepcopy to show new pvc data type (#2420)
idanovinda Sep 15, 2023
e03fdaa
add support for recovery section in event streams (#2421)
FxKu Sep 19, 2023
b1fca41
add info on secret name for prepared users (#2425)
FxKu Sep 19, 2023
dc872ab
support new stream fields in CRD (#2427)
FxKu Sep 20, 2023
62f04d6
Migrate cdp overlay to use cdp runtime (#2416)
idanovinda Oct 16, 2023
8ae769a
Improve appearance of Readme image in github dark mode (#2431)
boomskats Oct 16, 2023
f41c14f
improve additional teams lookup (#2445)
FxKu Oct 16, 2023
409e4c7
Bump golang.org/x/net from 0.9.0 to 0.17.0 (#2442)
dependabot[bot] Oct 17, 2023
96077c4
bump ubuntu version in logical-backup Dockerfile (#2478)
FxKu Nov 29, 2023
9ee14f2
let isSystemUsername check all system users (#2489)
FxKu Dec 8, 2023
39fcf2e
remove Users section from Patroni Bootstrap (#2490)
FxKu Jan 3, 2024
957e872
📝 "*" can be used for UI TARGET_NAMESPACE option (#2412)
MisguidedEmails Jan 3, 2024
9d52a95
User Alpine 3 to stay up to date (#2488)
Jan-M Jan 3, 2024
7ceedea
Fix VolumeClaimTemplates index out of range problem (#2493)
seekingua Jan 4, 2024
ef74170
Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#2501)
dependabot[bot] Jan 4, 2024
c4df33c
Bump golang.org/x/crypto from 0.8.0 to 0.17.0 in /kubectl-pg (#2502)
dependabot[bot] Jan 4, 2024
f6add42
Bump gevent from 22.10.2 to 23.9.1 in /ui (#2433)
dependabot[bot] Jan 4, 2024
bbba15f
Logical backup secret (#2051)
stgrace Jan 4, 2024
dad5b13
Standby cluster promotion by changing manifest (#2472)
FxKu Jan 4, 2024
0367a07
Populating crd labels and annotations in logical backup job pod manif…
Jan 4, 2024
182a6d9
Bump golang.org/x/net from 0.9.0 to 0.17.0 in /kubectl-pg (#2443)
dependabot[bot] Jan 4, 2024
3ca26d0
Make PodDisruptionBudget master label selector optional (#2364)
b1zzu Jan 4, 2024
9581ba9
Add hugepages 2Mi and 1Gi fields to ResourceDescription and pass them…
silenium-dev Jan 4, 2024
743aade
Use finalizers to avoid losing delete events and to ensure full resou…
frittentheke Jan 4, 2024
30ff382
chore: add "macedigital" as codeowner & maintainer (#2511)
macedigital Jan 11, 2024
39f426d
hugepages empty on default and updated date in codegen files (#2512)
FxKu Jan 12, 2024
3bad9aa
fix when syncing standby discription (#2513)
FxKu Jan 12, 2024
4a0c483
add unit test and documentation for finalizers (#2509)
FxKu Jan 22, 2024
45489d3
fixed markdown formatting operator_parameters.md (#2504)
regme Jan 22, 2024
8f31399
fix: no switchover candidate found with member state "streaming" (#19…
bootc Jan 24, 2024
473a203
adding finalizer option in all manifests and rework its docs (#2521)
FxKu Jan 24, 2024
8bde04f
feat(chart): add flags for podPriorityClassName (#2499)
arthlr Feb 2, 2024
375a467
bump pooler image to pgBouncer 1.22.0 (#2529)
FxKu Feb 2, 2024
8a1b2f4
Ability to push ARM/AMD64 Operator UI images to GHCR (#2426)
urashidmalik Feb 2, 2024
bf5db67
replace deprecated ioutil (#2531)
FxKu Feb 5, 2024
29ea863
allow empty resources when defaults are empty (#2524)
FxKu Feb 9, 2024
886cb86
allow users to opt out from globally enabled secret rotation (#2528)
FxKu Feb 9, 2024
569fc57
Implement CI for UI, Logical Backup Images to GHCR (#2527)
dgiebert Feb 14, 2024
3d9d025
patch event stream CRD instead of update (#2535)
FxKu Feb 14, 2024
c1bfc2c
do not block delete because of emtpy child resources (#2538)
FxKu Feb 15, 2024
2af9cfa
Fixed Throughput typo (#2542)
dmotte Feb 16, 2024
e34f19b
update spec when updating status (#2546)
FxKu Feb 20, 2024
3fb3b34
change username in secret when switching rotation mode (#2549)
FxKu Feb 22, 2024
23f4fdb
update go and dependencies (#2554)
FxKu Feb 23, 2024
ae95c2d
Recheck version from Patroni IP. (#2533)
Jan-M Feb 29, 2024
06947ee
chore(build): Add OCI label for container image source (#2541)
sklirg Mar 4, 2024
9bb5d8a
Fix updating SynchronousNodeCount (#2552) (#2558)
cstohr1 Mar 5, 2024
a63a075
Add support for PostgreSQL 16 (#2437)
tm604 Mar 5, 2024
8bd9080
return create and sync error, not setStatus error (#2574)
FxKu Mar 12, 2024
a5663da
add the pg version 16 (#2557)
jopadi Mar 13, 2024
377ddd1
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /kubectl-pg …
dependabot[bot] Mar 14, 2024
6653b8f
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#2576)
dependabot[bot] Mar 14, 2024
773c039
fix: db row close error be ignored (#2578)
drivebyer Mar 14, 2024
08089ed
add option to prevent PVC removal on cluster deletion (#2579)
FxKu Mar 14, 2024
3ebe4ff
reflect new replica states in unit tests (#2581)
FxKu Mar 15, 2024
0f96eb2
bump tp v1.11.0 (#2580)
FxKu Mar 15, 2024
4cd4bee
Fix duplicate key issue when using configmap config target (#2584)
ThoreKr Mar 18, 2024
be28f3a
update helm chart with #2584 (#2585)
FxKu Mar 18, 2024
6ddafad
add pdb_master_label_selector to helm chart and example manifests (#2…
FxKu Mar 28, 2024
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 .github/ISSUE_TEMPLATE/postgres-operator-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ''

Please, answer some short questions which should help us to understand your problem / question better?

- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.10.0
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.11.0
- **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s]
- **Are you running Postgres Operator in production?** [yes | no]
- **Type of issue?** [Bug report, question, feature request, etc.]
Expand Down
44 changes: 38 additions & 6 deletions .github/workflows/publish_ghcr_image.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Publish multiarch postgres-operator image on ghcr.io
name: Publish multiarch postgres-operator images on ghcr.io

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME_UI: ${{ github.repository }}-ui

on:
push:
tags:
- '*'

jobs:
publish:
name: Build, test and push image
Expand All @@ -21,16 +23,28 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: "^1.19.8"
go-version: "^1.21.7"

- name: Run unit tests
run: make deps mocks test

- name: Define image name
id: image
run: |
IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}"
echo "NAME=$IMAGE" >> $GITHUB_OUTPUT
OPERATOR_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${GITHUB_REF/refs\/tags\//}"
echo "OPERATOR_IMAGE=$OPERATOR_IMAGE" >> $GITHUB_OUTPUT

- name: Define UI image name
id: image_ui
run: |
UI_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME_UI }}:${GITHUB_REF/refs\/tags\//}"
echo "UI_IMAGE=$UI_IMAGE" >> $GITHUB_OUTPUT

- name: Define logical backup image name
id: image_lb
run: |
BACKUP_IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/logical-backup:${GITHUB_REF_NAME}"
echo "BACKUP_IMAGE=$BACKUP_IMAGE" >> $GITHUB_OUTPUT

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -45,12 +59,30 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push multiarch image to ghcr
- name: Build and push multiarch operator image to ghcr
uses: docker/build-push-action@v3
with:
context: .
file: docker/Dockerfile
push: true
build-args: BASE_IMAGE=alpine:3.15
tags: "${{ steps.image.outputs.NAME }}"
tags: "${{ steps.image.outputs.OPERATOR_IMAGE }}"
platforms: linux/amd64,linux/arm64

- name: Build and push multiarch ui image to ghcr
uses: docker/build-push-action@v3
with:
context: ui
push: true
build-args: BASE_IMAGE=alpine:3.15
tags: "${{ steps.image_ui.outputs.UI_IMAGE }}"
platforms: linux/amd64,linux/arm64

- name: Build and push multiarch logical-backup image to ghcr
uses: docker/build-push-action@v3
with:
context: docker/logical-backup
push: true
build-args: BASE_IMAGE=ubuntu:22.04
tags: "${{ steps.image_lb.outputs.BACKUP_IMAGE }}"
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/run_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-go@v2
with:
go-version: "^1.19.8"
go-version: "^1.21.7"
- name: Make dependencies
run: make deps mocks
- name: Code generation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.19.8"
go-version: "^1.21.7"
- name: Make dependencies
run: make deps mocks
- name: Compile
run: make linux
- name: Run unit tests
run: go test -race -covermode atomic -coverprofile=coverage.out ./...
- name: Convert coverage to lcov
uses: jandelgado/[email protected].8
uses: jandelgado/[email protected].9
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# global owners
* @sdudoladov @Jan-M @FxKu @jopadi @idanovinda @hughcapet
* @sdudoladov @Jan-M @FxKu @jopadi @idanovinda @hughcapet @macedigital
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Zalando SE
Copyright (c) 2024 Zalando SE

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Felix Kunde <[email protected]>
Jan Mussler <[email protected]>
Jociele Padilha <[email protected]>
Ida Novindasari <[email protected]>
Polina Bungina <[email protected]>
Polina Bungina <[email protected]>
Matthias Adler <[email protected]>
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker: ${DOCKERDIR}/${DOCKERFILE}
docker build --rm -t "$(IMAGE):$(TAG)$(CDP_TAG)$(DEBUG_FRESH)$(DEBUG_POSTFIX)" -f "${DOCKERDIR}/${DOCKERFILE}" --build-arg VERSION="${VERSION}" .

indocker-race:
docker run --rm -v "${GOPATH}":"${GOPATH}" -e GOPATH="${GOPATH}" -e RACE=1 -w ${PWD} golang:1.19.8 bash -c "make linux"
docker run --rm -v "${GOPATH}":"${GOPATH}" -e GOPATH="${GOPATH}" -e RACE=1 -w ${PWD} golang:1.21.7 bash -c "make linux"

push:
docker push "$(IMAGE):$(TAG)$(CDP_TAG)"
Expand All @@ -78,7 +78,7 @@ mocks:
GO111MODULE=on go generate ./...

tools:
GO111MODULE=on go get -d k8s.io/client-go@kubernetes-1.25.9
GO111MODULE=on go get -d k8s.io/client-go@kubernetes-1.28.7
GO111MODULE=on go install github.com/golang/mock/[email protected]
GO111MODULE=on go mod tidy

Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as

### PostgreSQL features

* Supports PostgreSQL 15, starting from 10+
* Supports PostgreSQL 16, starting from 11+
* Streaming replication cluster via Patroni
* Point-In-Time-Recovery with
[pg_basebackup](https://www.postgresql.org/docs/11/app-pgbasebackup.html) /
[pg_basebackup](https://www.postgresql.org/docs/16/app-pgbasebackup.html) /
[WAL-E](https://github.com/wal-e/wal-e) via [Spilo](https://github.com/zalando/spilo)
* Preload libraries: [bg_mon](https://github.com/CyberDem0n/bg_mon),
[pg_stat_statements](https://www.postgresql.org/docs/15/pgstatstatements.html),
[pg_stat_statements](https://www.postgresql.org/docs/16/pgstatstatements.html),
[pgextwlist](https://github.com/dimitri/pgextwlist),
[pg_auth_mon](https://github.com/RafiaSabih/pg_auth_mon)
* Incl. popular Postgres extensions such as
Expand All @@ -45,6 +45,7 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
[pg_partman](https://github.com/pgpartman/pg_partman),
[pg_stat_kcache](https://github.com/powa-team/pg_stat_kcache),
[pgq](https://github.com/pgq/pgq),
[pgvector](https://github.com/pgvector/pgvector),
[plpgsql_check](https://github.com/okbob/plpgsql_check),
[postgis](https://postgis.net/),
[set_user](https://github.com/pgaudit/set_user) and
Expand All @@ -57,8 +58,9 @@ production for over five years.

| Release | Postgres versions | K8s versions | Golang |
| :-------- | :---------------: | :---------------: | :-----: |
| v1.10.* | 10 &rarr; 15 | 1.21+ | 1.19.8 |
| v1.9.0 | 10 &rarr; 15 | 1.21+ | 1.18.9 |
| v1.11.* | 11 &rarr; 16 | 1.21 &rarr; 1.28 | 1.21.7 |
| v1.10.* | 10 &rarr; 15 | 1.21 &rarr; 1.28 | 1.19.8 |
| v1.9.0 | 10 &rarr; 15 | 1.21 &rarr; 1.28 | 1.18.9 |
| v1.8.* | 9.5 &rarr; 14 | 1.20 &rarr; 1.24 | 1.17.4 |
| v1.7.1 | 9.5 &rarr; 14 | 1.20 &rarr; 1.24 | 1.16.9 |

Expand All @@ -70,7 +72,8 @@ For a quick first impression follow the instructions of this

## Supported setups of Postgres and Applications

![Features](docs/diagrams/neutral_operator.png)
![Features](docs/diagrams/neutral_operator_dark.png#gh-dark-mode-only)
![Features](docs/diagrams/neutral_operator_light.png#gh-light-mode-only)

## Documentation

Expand All @@ -86,9 +89,3 @@ There is a browser-friendly version of this documentation at
* [Configuration options](docs/reference/operator_parameters.md)
* [Postgres manifest reference](docs/reference/cluster_manifest.md)
* [Command-line options and environment variables](docs/reference/command_line_and_environment.md)

## Community

There are two places to get in touch with the community:
1. The [GitHub issue tracker](https://github.com/zalando/postgres-operator/issues)
2. The **#postgres-operator** [slack channel](https://postgres-slack.herokuapp.com)
4 changes: 2 additions & 2 deletions charts/postgres-operator-ui/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: postgres-operator-ui
version: 1.10.0
appVersion: 1.10.0
version: 1.11.0
appVersion: 1.11.0
home: https://github.com/zalando/postgres-operator
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
keywords:
Expand Down
76 changes: 38 additions & 38 deletions charts/postgres-operator-ui/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apiVersion: v1
entries:
postgres-operator-ui:
- apiVersion: v2
appVersion: 1.10.0
created: "2023-04-20T17:43:19.406989589+02:00"
appVersion: 1.11.0
created: "2024-03-14T17:12:46.692800586+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: 47413650e3188539ae778a601998efa2c4f80b8aa16e3668a2fc7b72e014b605
digest: a45f2284045c2a9a79750a36997386444f39b01ac722b17c84b431457577a3a2
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -22,14 +22,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.10.0.tgz
version: 1.10.0
- postgres-operator-ui-1.11.0.tgz
version: 1.11.0
- apiVersion: v2
appVersion: 1.9.0
created: "2023-04-20T17:43:19.412696022+02:00"
appVersion: 1.10.1
created: "2024-03-14T17:12:46.691746076+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: df434af6c8b697fe0631017ecc25e3c79e125361ae6622347cea41a545153bdc
digest: 2e5e7a82aebee519ec57c6243eb8735124aa4585a3a19c66ffd69638fbeb11ce
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -45,14 +45,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.9.0.tgz
version: 1.9.0
- postgres-operator-ui-1.10.1.tgz
version: 1.10.1
- apiVersion: v2
appVersion: 1.8.2
created: "2023-04-20T17:43:19.412121611+02:00"
appVersion: 1.10.0
created: "2024-03-14T17:12:46.690807634+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: fbfc90fa8fd007a08a7c02e0ec9108bb8282cbb42b8c976d88f2193d6edff30c
digest: 47413650e3188539ae778a601998efa2c4f80b8aa16e3668a2fc7b72e014b605
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -68,14 +68,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.8.2.tgz
version: 1.8.2
- postgres-operator-ui-1.10.0.tgz
version: 1.10.0
- apiVersion: v2
appVersion: 1.8.1
created: "2023-04-20T17:43:19.411558436+02:00"
appVersion: 1.9.0
created: "2024-03-14T17:12:46.696626932+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: d26342e385ea51a0fbfbe23477999863e9489664ae803ea5c56da8897db84d24
digest: df434af6c8b697fe0631017ecc25e3c79e125361ae6622347cea41a545153bdc
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -91,14 +91,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.8.1.tgz
version: 1.8.1
- apiVersion: v1
appVersion: 1.8.0
created: "2023-04-20T17:43:19.41042838+02:00"
- postgres-operator-ui-1.9.0.tgz
version: 1.9.0
- apiVersion: v2
appVersion: 1.8.2
created: "2024-03-14T17:12:46.69565936+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: d4a7b40c23fd167841cc28342afdbd5ecc809181913a5c31061c83139187f148
digest: fbfc90fa8fd007a08a7c02e0ec9108bb8282cbb42b8c976d88f2193d6edff30c
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -114,14 +114,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.8.0.tgz
version: 1.8.0
- apiVersion: v1
appVersion: 1.7.1
created: "2023-04-20T17:43:19.409317912+02:00"
- postgres-operator-ui-1.8.2.tgz
version: 1.8.2
- apiVersion: v2
appVersion: 1.8.1
created: "2024-03-14T17:12:46.694691362+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: 97aed1a1d37cd5f8441eea9522f38e56cc829786ad2134c437a5e6a15c995869
digest: d26342e385ea51a0fbfbe23477999863e9489664ae803ea5c56da8897db84d24
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -137,14 +137,14 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.7.1.tgz
version: 1.7.1
- postgres-operator-ui-1.8.1.tgz
version: 1.8.1
- apiVersion: v1
appVersion: 1.7.0
created: "2023-04-20T17:43:19.40859522+02:00"
appVersion: 1.8.0
created: "2024-03-14T17:12:46.693750873+01:00"
description: Postgres Operator UI provides a graphical interface for a convenient
database-as-a-service user experience
digest: 37fba1968347daad393dbd1c6ee6e5b6a24d1095f972c0102197531c62dcada8
digest: d4a7b40c23fd167841cc28342afdbd5ecc809181913a5c31061c83139187f148
home: https://github.com/zalando/postgres-operator
keywords:
- postgres
Expand All @@ -160,6 +160,6 @@ entries:
sources:
- https://github.com/zalando/postgres-operator
urls:
- postgres-operator-ui-1.7.0.tgz
version: 1.7.0
generated: "2023-04-20T17:43:19.40598429+02:00"
- postgres-operator-ui-1.8.0.tgz
version: 1.8.0
generated: "2024-03-14T17:12:46.689654615+01:00"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/postgres-operator-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ spec:
"limit_iops": 16000,
"limit_throughput": 1000,
"postgresql_versions": [
"16",
"15",
"14",
"13",
"12",
"11"
"12"
]
}
{{- if .Values.extraEnvs }}
Expand Down
2 changes: 1 addition & 1 deletion charts/postgres-operator-ui/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
{{- range .paths }}
- path: {{ . }}
{{ if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion -}}
pathType: ImplementationSpecific
pathType: Prefix
backend:
service:
name: {{ $fullName }}
Expand Down
Loading