[bitnami/harbor] Update dependencies (#19614)

* [bitnami/harbor] Test update of PostgreSQL

Signed-off-by: Jota Martos <jotamartos@vmware.com>

* [bitnami/harbor] Update PostgreSQL

Signed-off-by: Jota Martos <jotamartos@vmware.com>

---------

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2023-09-29 13:40:50 +02:00
committed by GitHub
parent 5593291a42
commit 0fe0fc0f1f
3 changed files with 12 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.1.0
version: 18.1.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.12.9
version: 13.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.12.0
digest: sha256:5ccf057a765d24b9cd7c2cd63c80edee811296f2d80c4e7d1e860070f767e770
generated: "2023-09-26T16:19:18.812030799Z"
version: 2.13.0
digest: sha256:72ce660367df152982553fd55a73f484f244ad6f30d6da2bfb540f558f9bfc95
generated: "2023-09-29T13:09:43.136853+02:00"

View File

@@ -35,7 +35,7 @@ dependencies:
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.x.x
version: 13.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
@@ -55,4 +55,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
version: 18.0.3
version: 19.0.0

View File

@@ -1048,6 +1048,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 19.0.0
This major updates the PostgreSQL subchart to its newest major, 13.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1300) you can find more information about the changes introduced in that version.
### To 18.0.0
This major deprecates harbor notary server and harbor notary signer components. These components were deprecated in Harbor 2.9.0, find more information in [Harbor wiki](https://github.com/goharbor/harbor/wiki/Harbor-Deprecates-Notary-v1-Support-in-v2.9.0).
@@ -1080,4 +1084,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.