Skip to content

Commit

Permalink
bump up opensearch to 2.11.0, fluent-bit to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytd committed Nov 18, 2023
1 parent 72950e0 commit a2778c3
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opensearch:
# -- Used image name.
image: "opensearchproject/opensearch"
# -- Used component version.
imageTag: "2.10.0"
imageTag: "2.11.0"
# -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
imagePullPolicy: IfNotPresent
# -- Set [deployment layout](https://nickytd.github.io/kubernetes-logging-helm/docs/deployments/) for OpenSearch
Expand Down Expand Up @@ -187,7 +187,7 @@ opensearch_dashboards:
# -- Used image name.
image: "opensearchproject/opensearch-dashboards"
# -- Used component version.
imageTag: "2.10.0"
imageTag: "2.11.0"
# When externalOpensearchDashboards.disabled designates an external
# opensearch-dashboards instance. Only jobs for creating index
# templates and opensearch-dashboards objects are executed.
Expand Down Expand Up @@ -221,12 +221,11 @@ opensearch_dashboards:
# -- Annotations for ingress object.
annotations: {}
# -- Certificate setting for hostname.
tls:
[]
# e.g.
# - hosts:
# - FQDNS
# secretName: os-dash-tls-secret
tls: []
# e.g.
# - hosts:
# - FQDNS
# secretName: os-dash-tls-secret
# -- Set indices name for inject patterns to OpenSearchDashboards
indexPatterns:
- containers
Expand Down Expand Up @@ -255,7 +254,7 @@ data_prepper:
# -- Used image name.
image: opensearchproject/data-prepper
# -- Used component version.
imageTag: "2.3.2"
imageTag: "2.5.0" # There are no linux/arm64 container images available
# -- Replicas count for DataPrepper pods.
replicas: 1
# -- Set JVM parameters `-Xms` and `-Xmx`, basicaly set JVM memory size. Consider this value as a half of total pod memory.
Expand Down Expand Up @@ -290,7 +289,7 @@ fluentbit:
# -- Used image name.
image: "fluent/fluent-bit"
# -- Used component version.
imageTag: "2.1.10"
imageTag: "2.2.0"
# -- Image pull [policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy).
imagePullPolicy: IfNotPresent
containersLogsHostPath: /var/log/pods
Expand Down Expand Up @@ -419,12 +418,11 @@ kafka:
affinity: {}

# -- Additional annotations for jobs pods
additionalJobAnnotations:
{}
### example ArgoCD requires its specific annotations
#"argocd.argoproj.io/hook": Sync
#"argocd.argoproj.io/sync-wave": "0"
#"argocd.argoproj.io/hook-delete-policy": BeforeHookCreation,HookSucceeded
additionalJobAnnotations: {}
### example ArgoCD requires its specific annotations
#"argocd.argoproj.io/hook": Sync
#"argocd.argoproj.io/sync-wave": "0"
#"argocd.argoproj.io/hook-delete-policy": BeforeHookCreation,HookSucceeded

# -- Additional annotations for job pods
additionalJobPodAnnotations:
Expand Down

0 comments on commit a2778c3

Please sign in to comment.