[bitnami/milvus] Release 1 (#17619)

* [bitnami/milvus] Release 1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update Chart.lock

Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-15 10:51:59 +02:00
committed by GitHub
parent 43bded6b0e
commit fbc2f0c1a8
4 changed files with 27 additions and 27 deletions

View File

@@ -4,12 +4,12 @@ dependencies:
version: 9.0.4
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 23.0.2
version: 23.0.4
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.6.6
version: 12.6.9
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.6.0
digest: sha256:98c79c06b3b830b6db1b53fa9dcfc2ca90f58cde5e463f7fe904db963d188d9b
generated: "2023-07-10T09:13:55.360286+02:00"
digest: sha256:fade4710c77edde7d52fcca3fac176dc79a6ab2e280be90c1629a9ea0f4cf681
generated: "2023-07-15T10:19:35.638412+02:00"

View File

@@ -39,4 +39,4 @@ maintainers:
name: milvus
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/milvus
version: 1.0.2
version: 1.0.3

View File

@@ -85,7 +85,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
| `milvus.image.registry` | Milvus image registry | `docker.io` |
| `milvus.image.repository` | Milvus image repository | `bitnami/milvus` |
| `milvus.image.tag` | Milvus image tag (immutable tags are recommended) | `2.2.11-debian-11-r0` |
| `milvus.image.tag` | Milvus image tag (immutable tags are recommended) | `2.2.11-debian-11-r1` |
| `milvus.image.digest` | Milvus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `milvus.image.pullPolicy` | Milvus image pull policy | `IfNotPresent` |
| `milvus.image.pullSecrets` | Milvus image pull secrets | `[]` |
@@ -102,7 +102,7 @@ The command removes all the Kubernetes components associated with the chart and
| `initJob.forceRun` | Force the run of the credential job | `false` |
| `initJob.image.registry` | PyMilvus image registry | `docker.io` |
| `initJob.image.repository` | PyMilvus image repository | `bitnami/pymilvus` |
| `initJob.image.tag` | PyMilvus image tag (immutable tags are recommended) | `2.2.13-debian-11-r4` |
| `initJob.image.tag` | PyMilvus image tag (immutable tags are recommended) | `2.2.13-debian-11-r5` |
| `initJob.image.digest` | PyMilvus image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `initJob.image.pullPolicy` | PyMilvus image pull policy | `IfNotPresent` |
| `initJob.image.pullSecrets` | PyMilvus image pull secrets | `[]` |
@@ -1250,7 +1250,7 @@ The command removes all the Kubernetes components associated with the chart and
| `attu.enabled` | Enable Attu deployment | `true` |
| `attu.image.registry` | Attu image registry | `docker.io` |
| `attu.image.repository` | Attu image repository | `bitnami/attu` |
| `attu.image.tag` | Attu image tag (immutable tags are recommended) | `2.2.7-debian-11-r3` |
| `attu.image.tag` | Attu image tag (immutable tags are recommended) | `2.2.7-debian-11-r4` |
| `attu.image.digest` | Attu image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `attu.image.pullPolicy` | Attu image pull policy | `IfNotPresent` |
| `attu.image.pullSecrets` | Attu image pull secrets | `[]` |
@@ -1380,20 +1380,20 @@ The command removes all the Kubernetes components associated with the chart and
### Init Container Parameters
| Name | Description | Value |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| `waitContainer.image.registry` | Init container wait-container image registry | `docker.io` |
| `waitContainer.image.repository` | Init container wait-container image name | `bitnami/bitnami-shell` |
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r134` |
| `waitContainer.image.digest` | Init container wait-container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `waitContainer.image.pullPolicy` | Init container wait-container image pull policy | `IfNotPresent` |
| `waitContainer.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `waitContainer.containerSecurityContext.enabled` | Enabled Milvus containers' Security Context | `true` |
| `waitContainer.containerSecurityContext.runAsUser` | Set Milvus containers' Security Context runAsUser | `1001` |
| `waitContainer.containerSecurityContext.runAsNonRoot` | Set Milvus containers' Security Context runAsNonRoot | `true` |
| `waitContainer.containerSecurityContext.readOnlyRootFilesystem` | Set Milvus containers' Security Context runAsNonRoot | `true` |
| `waitContainer.containerSecurityContext.allowPrivilegeEscalation` | Set Milvus container's privilege escalation | `false` |
| `waitContainer.containerSecurityContext.capabilities.drop` | Set Milvus container's Security Context runAsNonRoot | `["ALL"]` |
| Name | Description | Value |
| ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| `waitContainer.image.registry` | Init container wait-container image registry | `docker.io` |
| `waitContainer.image.repository` | Init container wait-container image name | `bitnami/os-shell` |
| `waitContainer.image.tag` | Init container wait-container image tag | `11-debian-11-r2` |
| `waitContainer.image.digest` | Init container wait-container image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `waitContainer.image.pullPolicy` | Init container wait-container image pull policy | `IfNotPresent` |
| `waitContainer.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `waitContainer.containerSecurityContext.enabled` | Enabled Milvus containers' Security Context | `true` |
| `waitContainer.containerSecurityContext.runAsUser` | Set Milvus containers' Security Context runAsUser | `1001` |
| `waitContainer.containerSecurityContext.runAsNonRoot` | Set Milvus containers' Security Context runAsNonRoot | `true` |
| `waitContainer.containerSecurityContext.readOnlyRootFilesystem` | Set Milvus containers' Security Context runAsNonRoot | `true` |
| `waitContainer.containerSecurityContext.allowPrivilegeEscalation` | Set Milvus container's privilege escalation | `false` |
| `waitContainer.containerSecurityContext.capabilities.drop` | Set Milvus container's Security Context runAsNonRoot | `["ALL"]` |
### External etcd parameters

View File

@@ -76,7 +76,7 @@ milvus:
image:
registry: docker.io
repository: bitnami/milvus
tag: 2.2.11-debian-11-r0
tag: 2.2.11-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -245,7 +245,7 @@ initJob:
image:
registry: docker.io
repository: bitnami/pymilvus
tag: 2.2.13-debian-11-r4
tag: 2.2.13-debian-11-r5
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -4254,7 +4254,7 @@ attu:
image:
registry: docker.io
repository: bitnami/attu
tag: 2.2.7-debian-11-r3
tag: 2.2.7-debian-11-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -4792,8 +4792,8 @@ waitContainer:
##
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r134
repository: bitnami/os-shell
tag: 11-debian-11-r2
digest: ""
## @param waitContainer.image.pullPolicy Init container wait-container image pull policy
##