Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 71c74da2 authored by Benoît's avatar Benoît Committed by GitHub
Browse files

Merge pull request #5 from captnbp/chore/bump-opensearch-to-2.19.2

chore: :recycle: :arrow_up: Update Opensearch to 2.19.2
parents f3d981fe 6c4364cc
No related branches found
No related tags found
No related merge requests found
Pipeline #63407 passed
...@@ -2,18 +2,22 @@ annotations: ...@@ -2,18 +2,22 @@ annotations:
category: Analytics category: Analytics
artifacthub.io/images: | artifacthub.io/images: |
- name: opensearch - name: opensearch
image: docker.io/opensearchproject/opensearch:2.15.0 image: docker.io/opensearchproject/opensearch:2.19.2
- name: os-shell - name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r24 image: docker.io/bitnami/os-shell:12-debian-12-r43
artifacthub.io/license: MIT artifacthub.io/license: MIT
artifacthub.io/recommendations: | artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/captnbp/opensearch-dashboards - url: https://artifacthub.io/packages/helm/captnbp/opensearch-dashboards
- url: https://artifacthub.io/packages/helm/captnbp/opensearch-singlenode - url: https://artifacthub.io/packages/helm/captnbp/opensearch-singlenode
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: changed - kind: changed
description: Update Opensearch to 2.15.0 description: Update Opensearch to 2.19.2
- kind: fix
description: fix: add security.existingSecret check in statefulset and jobs
- kind: fix
description: fix: extraConfig parameter not Effective Due to my_opensearch.yml not Being Loaded
apiVersion: v2 apiVersion: v2
appVersion: 2.15.0 appVersion: 2.19.2
dependencies: dependencies:
- name: common - name: common
repository: oci://registry-1.docker.io/bitnamicharts repository: oci://registry-1.docker.io/bitnamicharts
...@@ -40,4 +44,4 @@ sources: ...@@ -40,4 +44,4 @@ sources:
- https://github.com/captnbp/opensearch-helm - https://github.com/captnbp/opensearch-helm
- https://github.com/opensearch-project - https://github.com/opensearch-project
- https://opensearch.org/ - https://opensearch.org/
version: 3.0.9 version: 3.1.0
\ No newline at end of file \ No newline at end of file
...@@ -81,7 +81,7 @@ $ helm delete --purge my-release ...@@ -81,7 +81,7 @@ $ helm delete --purge my-release
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `image.registry` | Opensearch image registry | `docker.io` | | `image.registry` | Opensearch image registry | `docker.io` |
| `image.repository` | Opensearch image repository | `opensearchproject/opensearch` | | `image.repository` | Opensearch image repository | `opensearchproject/opensearch` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.15.0` | | `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.19.2` |
| `image.pullPolicy` | Opensearch image pull policy | `IfNotPresent` | | `image.pullPolicy` | Opensearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Opensearch image pull secrets | `[]` | | `image.pullSecrets` | Opensearch image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` | | `image.debug` | Enable image debug mode | `false` |
...@@ -131,7 +131,7 @@ $ helm delete --purge my-release ...@@ -131,7 +131,7 @@ $ helm delete --purge my-release
| `clusterName` | Opensearch cluster name | `opensearch` | | `clusterName` | Opensearch cluster name | `opensearch` |
| `containerPorts.restAPI` | Opensearch REST API port | `9200` | | `containerPorts.restAPI` | Opensearch REST API port | `9200` |
| `containerPorts.transport` | Opensearch Transport port | `9300` | | `containerPorts.transport` | Opensearch Transport port | `9300` |
| `plugins` | Comma, semi-colon or space separated list of plugins to install at initialization | `repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.15.0.0/prometheus-exporter-2.15.0.0.zip` | | `plugins` | Comma, semi-colon or space separated list of plugins to install at initialization | `repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.19.2.0/prometheus-exporter-2.19.2.0.zip` |
| `networkHost` | Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_]) | `0.0.0.0` | | `networkHost` | Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_]) | `0.0.0.0` |
| `config` | Override Opensearch configuration | `{}` | | `config` | Override Opensearch configuration | `{}` |
| `allocationAwareness.enabled` | Enable allocation awareness | `false` | | `allocationAwareness.enabled` | Enable allocation awareness | `false` |
......
...@@ -66,7 +66,7 @@ diagnosticMode: ...@@ -66,7 +66,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: opensearchproject/opensearch repository: opensearchproject/opensearch
tag: "2.15.0" tag: "2.19.2"
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
...@@ -266,7 +266,7 @@ containerPorts: ...@@ -266,7 +266,7 @@ containerPorts:
transport: 9300 transport: 9300
## @param plugins Comma, semi-colon or space separated list of plugins to install at initialization ## @param plugins Comma, semi-colon or space separated list of plugins to install at initialization
## ##
plugins: "repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.15.0.0/prometheus-exporter-2.15.0.0.zip" plugins: "repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.19.2.0/prometheus-exporter-2.19.2.0.zip"
## @param networkHost Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_]) ## @param networkHost Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_])
## ##
...@@ -1621,7 +1621,7 @@ sysctlImage: ...@@ -1621,7 +1621,7 @@ sysctlImage:
## ##
registry: docker.io registry: docker.io
repository: bitnami/os-shell repository: bitnami/os-shell
tag: 12-debian-12-r24 tag: 12-debian-12-r43
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment