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

chore: Bump Opensearch to 2.15.0

parent ea2e22f2
No related branches found
No related tags found
No related merge requests found
Pipeline #39369 passed
......@@ -2,18 +2,18 @@ annotations:
category: Analytics
artifacthub.io/images: |
- name: opensearch
image: docker.io/opensearchproject/opensearch:2.13.0
image: docker.io/opensearchproject/opensearch:2.15.0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r19
image: docker.io/bitnami/os-shell:12-debian-12-r24
artifacthub.io/license: MIT
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/captnbp/opensearch-dashboards
- url: https://artifacthub.io/packages/helm/captnbp/opensearch-singlenode
artifacthub.io/changes: |
- kind: changed
description: Update Opensearch to 2.13.0
description: Update Opensearch to 2.15.0
apiVersion: v2
appVersion: 2.13.0
appVersion: 2.15.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
......@@ -40,4 +40,4 @@ sources:
- https://github.com/captnbp/opensearch-helm
- https://github.com/opensearch-project
- https://opensearch.org/
version: 3.0.8
\ No newline at end of file
version: 3.0.9
\ No newline at end of file
......@@ -81,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.13.0` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.15.0` |
| `image.pullPolicy` | Opensearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Opensearch image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
......@@ -131,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.13.0.0/prometheus-exporter-2.13.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.15.0.0/prometheus-exporter-2.15.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.13.0"
tag: "2.15.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.13.0.0/prometheus-exporter-2.13.0.0.zip"
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"
## @param networkHost Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_])
##
......@@ -1621,7 +1621,7 @@ sysctlImage:
##
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r19
tag: 12-debian-12-r24
## 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
......
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