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 6ae28658 authored by Benoît's avatar Benoît
Browse files

chore: Bump Opensearch to 2.12.0

parent 52b2ca1b
No related branches found
No related tags found
No related merge requests found
Pipeline #32447 passed
......@@ -2,7 +2,7 @@ annotations:
category: Analytics
artifacthub.io/images: |
- name: opensearch
image: docker.io/opensearchproject/opensearch:2.11.0
image: docker.io/opensearchproject/opensearch:2.12.0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r90
artifacthub.io/license: MIT
......@@ -11,9 +11,9 @@ annotations:
- url: https://artifacthub.io/packages/helm/captnbp/opensearch-singlenode
artifacthub.io/changes: |
- kind: changed
description: Update Opensearch to 2.11.0
description: Update Opensearch to 2.12.0
apiVersion: v2
appVersion: 2.11.0
appVersion: 2.12.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
......@@ -40,4 +40,4 @@ sources:
- https://github.com/captnbp/opensearch-helm
- https://github.com/opensearch-project
- https://opensearch.org/
version: 3.0.6
\ No newline at end of file
version: 3.0.7
\ No newline at end of file
......@@ -11,9 +11,7 @@ Trademarks: This software listing is packaged by Benoît Pourre. The respective
## TL;DR
```console
$ helm repo add doca https://charts.doca.cloud/charts
$ helm install my-release doca/opensearch
$ helm install my-release oci://registry-1.docker.io/captnbp/opensearch
```
## Introduction
......@@ -32,9 +30,7 @@ This chart bootstraps an [Opensearch](https://hub.docker.com/r/opensearchproject
To install the chart with the release name `my-release`:
```console
$ helm repo add doca https://charts.doca.cloud/charts
$ helm install my-release doca/opensearch
$ helm install my-release oci://registry-1.docker.io/captnbp/opensearch
```
These commands deploy Opensearch on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
......@@ -85,7 +81,7 @@ $ helm delete --purge my-release
| ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `image.registry` | Opensearch image registry | `docker.io` |
| `image.repository` | Opensearch image repository | `opensearchproject/opensearch` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.11.0` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.12.0` |
| `image.pullPolicy` | Opensearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Opensearch image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
......@@ -135,7 +131,7 @@ $ helm delete --purge my-release
| `clusterName` | Opensearch cluster name | `opensearch` |
| `containerPorts.restAPI` | Opensearch REST API port | `9200` |
| `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.11.0.0/prometheus-exporter-2.11.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.12.0.0/prometheus-exporter-2.12.0.0.zip` |
| `networkHost` | Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_]) | `0.0.0.0` |
| `config` | Override Opensearch configuration | `{}` |
| `allocationAwareness.enabled` | Enable allocation awareness | `false` |
......
......@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: opensearchproject/opensearch
tag: "2.11.0"
tag: "2.12.0"
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
......@@ -266,7 +266,7 @@ containerPorts:
transport: 9300
## @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.11.0.0/prometheus-exporter-2.11.0.0.zip"
plugins: "repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.12.0.0/prometheus-exporter-2.12.0.0.zip"
## @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