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

Bump Opensearch to 2.11.0

parent ab605b2b
No related branches found
No related tags found
No related merge requests found
Pipeline #25830 passed
......@@ -2,18 +2,18 @@ annotations:
category: Analytics
artifacthub.io/images: |
- name: opensearch
image: docker.io/opensearchproject/opensearch:2.10.0
image: docker.io/opensearchproject/opensearch:2.11.0
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r77
image: docker.io/bitnami/os-shell:11-debian-11-r90
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.10.0
description: Update Opensearch to 2.11.0
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.11.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.5
\ No newline at end of file
version: 3.0.6
\ 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.10.0` |
| `image.tag` | Opensearch image tag (immutable tags are recommended) | `2.11.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.10.0.0/prometheus-exporter-2.10.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.11.0.0/prometheus-exporter-2.11.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` |
......
......@@ -8,8 +8,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: cluster_manager
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: cluster_manager
spec:
updateStrategy:
type: {{ .Values.cluster_manager.updateStrategy.type }}
......@@ -28,8 +26,6 @@ spec:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/component: cluster_manager
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: cluster_manager
{{- if .Values.cluster_manager.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.cluster_manager.podLabels "context" $) | nindent 8 }}
{{- end }}
......
......@@ -8,8 +8,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: coordinating
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: coordinating
spec:
updateStrategy:
type: {{ .Values.coordinating.updateStrategy.type }}
......@@ -28,8 +26,6 @@ spec:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/component: coordinating
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: coordinating
{{- if .Values.coordinating.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.coordinating.podLabels "context" $) | nindent 8 }}
{{- end }}
......
......@@ -8,8 +8,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: data
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: data
spec:
updateStrategy:
type: {{ .Values.data.updateStrategy.type }}
......@@ -31,8 +29,6 @@ spec:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/component: data
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: data
{{- if .Values.data.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.data.podLabels "context" $) | nindent 8 }}
{{- end }}
......
......@@ -13,8 +13,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: securityadmin
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: securityadmin
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "1"
......@@ -29,8 +27,6 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
{{- end }}
app.kubernetes.io/component: securityadmin
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: securityadmin
{{- if $.Values.podAnnotations }}
annotations: {{- toYaml $.Values.podAnnotations | nindent 8 }}
{{- if .Values.commonAnnotations }}
......
......@@ -9,8 +9,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: s3-snapshots
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: s3-snapshots
annotations:
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-weight": "2"
......@@ -25,8 +23,6 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
{{- end }}
app.kubernetes.io/component: s3-snapshots
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: s3-snapshots
{{- if $.Values.podAnnotations }}
annotations: {{- toYaml $.Values.podAnnotations | nindent 8 }}
{{- if .Values.commonAnnotations }}
......
......@@ -9,8 +9,6 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
{{- end }}
app.kubernetes.io/component: ingest
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: ingest
spec:
updateStrategy:
type: {{ .Values.ingest.updateStrategy.type }}
......@@ -27,8 +25,6 @@ spec:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/component: ingest
## Istio Labels: https://istio.io/docs/ops/deployment/requirements/
app: ingest
{{- if .Values.ingest.podLabels }}
{{- include "common.tplvalues.render" (dict "value" .Values.ingest.podLabels "context" $) | nindent 8 }}
{{- end }}
......
......@@ -66,7 +66,7 @@ diagnosticMode:
image:
registry: docker.io
repository: opensearchproject/opensearch
tag: "2.10.0"
tag: "2.11.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.10.0.0/prometheus-exporter-2.10.0.0.zip"
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"
## @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: 11-debian-11-r77
tag: 11-debian-11-r90
## 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