All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed rendering of
opensearch-dashboard.yml
inconfigmap.yaml
.
- Changed structure of
image
keys invalues.yaml
file to use helm's default (image.repository
,image.tag
,image.pullPolicy
)
- Removed default imageTag from values.yaml to use Chart appVersion image tag by default.
- Updated appVersion to 1.2.0
- Added support for the
ingressClassName
field in theIngress
resource. This field is used to specify the Ingress class that should be used for the Ingress. Supported in Kubernetes 1.18 and greater as per this notice.
- Updating the copyright header to reflect the apache-2.0 license.
- Add
extraVolumes
andextraVolumeMounts
.
- Change
appVersion
to1.1.0
. OpenSearch Dashboards chart will have by default underlying image ofopensearchproject/opensearch-dashboards:1.1.0
- Added README.md.
- Amended installation instructions.
- Added this change log in compliance with Keep A Change Log.
- Incremented the version to
1.0.2
.