[bitnami/opensearch] Release 0.2.3 (#19588)

* [bitnami/opensearch] Release 0.2.3 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>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-09-28 03:34:32 +02:00
committed by GitHub
parent b7076f80a2
commit b92596b33f
4 changed files with 25 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.10.0
digest: sha256:023ded170632d04528f30332370f34fc8fb96efb2886a01d934cb3bd6e6d2e09
generated: "2023-09-05T11:35:18.182244+02:00"
version: 2.12.0
digest: sha256:bee62139700f032539621dd38fa1d7285f277b91577c55ea26045254d33825ed
generated: "2023-09-28T00:18:02.260820912Z"

View File

@@ -6,28 +6,28 @@ annotations:
licenses: Apache-2.0
images: |
- name: opensearch-dashboards
image: docker.io/bitnami/opensearch-dashboards:2.9.0-debian-11-r23
image: docker.io/bitnami/opensearch-dashboards:2.10.0-debian-11-r0
- name: opensearch
image: docker.io/bitnami/opensearch:2.9.0-debian-11-r23
image: docker.io/bitnami/opensearch:2.10.0-debian-11-r2
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r43
image: docker.io/bitnami/os-shell:11-debian-11-r77
apiVersion: v2
appVersion: 2.9.0
appVersion: 2.10.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: OpenSearch is a scalable open-source solution for search, analytics, and observability. Features full-text queries, natural language processing, custom dictionaries, amongst others.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/opensearch/img/opensearch-stack-220x234.png
keywords:
- opensearch
- opensearch
maintainers:
- name: VMware, Inc.
url: https://github.com/bitnami/charts
- name: VMware, Inc.
url: https://github.com/bitnami/charts
name: opensearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/opensearch
version: 0.2.2
- https://github.com/bitnami/charts/tree/main/bitnami/opensearch
version: 0.2.3

View File

@@ -105,7 +105,7 @@ helm delete --purge my-release
| `useIstioLabels` | Use this variable to add Istio labels to all pods | `true` |
| `image.registry` | OpenSearch image registry | `docker.io` |
| `image.repository` | OpenSearch image repository | `bitnami/opensearch` |
| `image.tag` | OpenSearch image tag (immutable tags are recommended) | `2.9.0-debian-11-r23` |
| `image.tag` | OpenSearch image tag (immutable tags are recommended) | `2.10.0-debian-11-r2` |
| `image.digest` | OpenSearch image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | OpenSearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | OpenSearch image pull secrets | `[]` |
@@ -598,7 +598,7 @@ helm delete --purge my-release
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/os-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r43` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r77` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
@@ -607,7 +607,7 @@ helm delete --purge my-release
| `sysctlImage.enabled` | Enable kernel settings modifier image | `true` |
| `sysctlImage.registry` | Kernel settings modifier image registry | `docker.io` |
| `sysctlImage.repository` | Kernel settings modifier image repository | `bitnami/os-shell` |
| `sysctlImage.tag` | Kernel settings modifier image tag | `11-debian-11-r43` |
| `sysctlImage.tag` | Kernel settings modifier image tag | `11-debian-11-r77` |
| `sysctlImage.digest` | Kernel settings modifier image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `sysctlImage.pullPolicy` | Kernel settings modifier image pull policy | `IfNotPresent` |
| `sysctlImage.pullSecrets` | Kernel settings modifier image pull secrets | `[]` |
@@ -621,7 +621,7 @@ helm delete --purge my-release
| `dashboards.enabled` | Enables OpenSearch Dashboards deployment | `false` |
| `dashboards.image.registry` | OpenSearch Dashboards image registry | `docker.io` |
| `dashboards.image.repository` | OpenSearch Dashboards image repository | `bitnami/opensearch-dashboards` |
| `dashboards.image.tag` | OpenSearch Dashboards image tag (immutable tags are recommended) | `2.9.0-debian-11-r23` |
| `dashboards.image.tag` | OpenSearch Dashboards image tag (immutable tags are recommended) | `2.10.0-debian-11-r0` |
| `dashboards.image.digest` | OpenSearch Dashboards image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `dashboards.image.pullPolicy` | OpenSearch Dashboards image pull policy | `IfNotPresent` |
| `dashboards.image.pullSecrets` | OpenSearch Dashboards image pull secrets | `[]` |

View File

@@ -179,7 +179,7 @@ useIstioLabels: true
image:
registry: docker.io
repository: bitnami/opensearch
tag: 2.9.0-debian-11-r23
tag: 2.10.0-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2166,7 +2166,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r43
tag: 11-debian-11-r77
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -2213,7 +2213,7 @@ sysctlImage:
##
registry: docker.io
repository: bitnami/os-shell
tag: 11-debian-11-r43
tag: 11-debian-11-r77
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2267,7 +2267,7 @@ dashboards:
image:
registry: docker.io
repository: bitnami/opensearch-dashboards
tag: 2.9.0-debian-11-r23
tag: 2.10.0-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'