Skip to content

Commit

Permalink
feat(harbor)!: Upgrade postgres to version 17.2.0
Browse files Browse the repository at this point in the history
The commit 017c8c3 should update the postgres version to version 17.x. But it did not. The patch release after this commit upgrades Postgres to version 14 and not 17. This is also referenced in the README.md of the chart. To solve this issue, this commit really updates Postgres to version 17.2.

Signed-off-by: Lukas Jost <[email protected]>
  • Loading branch information
lusu007 committed Dec 25, 2024
1 parent d5df113 commit 8be075b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bitnami/harbor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ annotations:
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: postgresql
image: docker.io/bitnami/postgresql:14.15.0-debian-12-r6
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r5
apiVersion: v2
appVersion: 2.12.1
dependencies:
Expand Down Expand Up @@ -55,4 +55,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
version: 24.1.2
version: 25.0.0
12 changes: 10 additions & 2 deletions bitnami/harbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1252,13 +1252,21 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 25.0.0

This major updates the used PostgreSQL version to 17.2. This version is not compatible with previous versions of the database. To upgrade, follow the instructions in the [official documentation](https://www.postgresql.org/docs/17/upgrading.html).

### To 24.1.0

This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).

### To 24.0.1

This version updates the PostgreSQL version to 14.x. Follow the [official instructions](https://www.postgresql.org/docs/14/upgrading.html) to upgrade to 14.x.

### To 24.0.0

This major updates the PostgreSQL subchart to its newest major, 16.0.0, which uses PostgreSQL 17.x. Follow the [official instructions](https://www.postgresql.org/docs/17/upgrading.html) to upgrade to 17.x.
This major updates the PostgreSQL subchart to its newest major, 16.0.0, but does not update the used PostgreSQL version.

### To 23.0.0

Expand Down Expand Up @@ -1525,4 +1533,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion bitnami/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ postgresql:
image:
registry: docker.io
repository: bitnami/postgresql
tag: 14.15.0-debian-12-r6
tag: 17.2.0-debian-12-r5
digest: ""
auth:
enablePostgresUser: true
Expand Down

0 comments on commit 8be075b

Please sign in to comment.