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
Verified Commit 48e5841c authored by Benoît's avatar Benoît
Browse files

Bump Opensearch to 2.9.0

parent 7c5d5962
No related branches found
Tags 1.0.2
No related merge requests found
Checking pipeline status
...@@ -2,16 +2,16 @@ annotations: ...@@ -2,16 +2,16 @@ annotations:
category: Analytics category: Analytics
artifacthub.io/images: | artifacthub.io/images: |
- name: opensearch - name: opensearch
image: opensearchproject/opensearch:2.8.0 image: opensearchproject/opensearch:2.9.0
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.8.0 description: Update Opensearch to 2.9.0
apiVersion: v2 apiVersion: v2
appVersion: 2.8.0 appVersion: 2.9.0
dependencies: dependencies:
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
...@@ -38,4 +38,4 @@ sources: ...@@ -38,4 +38,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.2 version: 3.0.3
\ No newline at end of file \ No newline at end of file
...@@ -85,7 +85,7 @@ $ helm delete --purge my-release ...@@ -85,7 +85,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.8.0` | | `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.9.0` |
| `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` |
...@@ -135,7 +135,7 @@ $ helm delete --purge my-release ...@@ -135,7 +135,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.8.0.0/prometheus-exporter-2.8.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.9.0.0/prometheus-exporter-2.9.0.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.8.0" tag: "2.9.0"
## 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.8.0.0/prometheus-exporter-2.8.0.0.zip" plugins: "repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.9.0.0/prometheus-exporter-2.9.0.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_])
## ##
......
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