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

Bump opensearch to 2.10.0

parent e871a585
No related branches found
No related tags found
No related merge requests found
Pipeline #24812 passed
......@@ -24,8 +24,6 @@ stages:
- helm repo add charts s3://charts/
- helm cm-push ${CHART} gitlab
- helm s3 push ${CHART} charts
- helm registry login lab.frogg.it:5050 --username gitlab-ci-token --password ${CI_JOB_TOKEN}
- helm push ${CHART} oci://lab.frogg.it:5050/captnbp/
- helm registry login registry-1.docker.io --username ${DOCKER_USERNAME} --password "${DOCKER_PASSWORD}"
- helm push ${CHART} oci://registry-1.docker.io/captnbp/
tags:
......
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.16.0
digest: sha256:f41cb9ff725b7c9fa2725634196a6813566d630342f86a74903ed114b282c8c0
generated: "2022-06-17T20:51:18.508125014+02:00"
version: 2.12.0
digest: sha256:943cde05503ce0200e1eaf6453078ba9acba7e20b1662b206187dea24c353526
generated: "2023-09-27T21:03:42.360297961+02:00"
......@@ -2,22 +2,24 @@ annotations:
category: Analytics
artifacthub.io/images: |
- name: opensearch
image: opensearchproject/opensearch:2.9.0
image: docker.io/opensearchproject/opensearch:2.10.0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r77
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.9.0
description: Update Opensearch to 2.10.0
apiVersion: v2
appVersion: 2.9.0
appVersion: 2.10.0
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.x.x
version: 2.x.x
description: OpenSearch is a distributed search and analytics engine. It is used for web search, log monitoring, and real-time analytics. Ideal for Big Data applications.
home: https://lab.frogg.it/captnbp/opensearch-helm
icon: https://opensearch.org/assets/brand/PNG/Mark/opensearch_mark_default.png
......@@ -38,4 +40,4 @@ sources:
- https://github.com/captnbp/opensearch-helm
- https://github.com/opensearch-project
- https://opensearch.org/
version: 3.0.4
\ No newline at end of file
version: 3.0.5
\ No newline at end of file
......@@ -85,7 +85,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.9.0` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.10.0` |
| `image.pullPolicy` | Opensearch image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Opensearch image pull secrets | `[]` |
| `image.debug` | Enable image debug mode | `false` |
......@@ -135,7 +135,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.9.0.0/prometheus-exporter-2.9.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.10.0.0/prometheus-exporter-2.10.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.9.0"
tag: "2.10.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.9.0.0/prometheus-exporter-2.9.0.0.zip"
plugins: "repository-s3,https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip"
## @param networkHost Network interface to bind (ex: "0.0.0.0", "::" [_local_, _site_])
##
......@@ -1620,8 +1620,8 @@ sysctlImage:
## @param sysctlImage.pullSecrets Kernel settings modifier image pull secrets
##
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r328
repository: bitnami/os-shell
tag: 11-debian-11-r77
## 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