Skip to content

Commit

Permalink
[bitnami/milvus] Update ETCD to major 11
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <[email protected]>
  • Loading branch information
dgomezleon committed Jan 22, 2025
1 parent 8a46f54 commit 9c8464f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions bitnami/milvus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.7.2
version: 11.0.1
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 31.2.0
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.10.3
version: 14.10.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:e318d422a713ef5c25a18578450e82607baaaf633282b31bdede6c34a6fe93df
generated: "2025-01-13T10:12:17.454538655Z"
digest: sha256:8af9248c286a0b755cd9aaede99206b162c5477bd28e7f81919d56bfe5ac5f3e
generated: "2025-01-22T11:31:32.633839+01:00"
4 changes: 2 additions & 2 deletions bitnami/milvus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
condition: etcd.enabled
version: 10.x.x
version: 11.x.x
- condition: kafka.enabled
name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down Expand Up @@ -48,4 +48,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 10.1.7
version: 11.0.0
4 changes: 4 additions & 0 deletions bitnami/milvus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 11.0.0

This major updates the `etcd` subchart to it newest major,11.0.0. For more information on this subchart's major, please refer to [etcd upgrade notes](https://github.com/bitnami/charts/tree/main/bitnami/etcd#to-1100).

### To 10.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).
Expand Down

0 comments on commit 9c8464f

Please sign in to comment.