Skip to content

Commit

Permalink
Fix url to values.yaml in README.md in opensearch chart (#139)
Browse files Browse the repository at this point in the history
* Fix url to values.yaml in README.md in opensearch chart

Signed-off-by: Dmytro Gorbunov <[email protected]>

* Make URL to values.yaml in README.md more consistent (with reference section)

Signed-off-by: Dmytro Gorbunov <[email protected]>

* Increment the Chart version and update the Changelog

Signed-off-by: Dmytro Gorbunov <[email protected]>

* Update version of opensearch chart after resolving merge conflict

Signed-off-by: Dmytro Gorbunov <[email protected]>

Co-authored-by: Dmytro Gorbunov <[email protected]>
  • Loading branch information
gdm and cloud-experts-dmytro authored Nov 16, 2021
1 parent e564481 commit 773a413
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions charts/opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security
---
## [1.4.3]
### Added
### Changed
### Deprecated
### Removed
### Fixed
- Fixed links to values.yaml in README.md.
### Security
---
## [1.4.2]
### Added
### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.2
version: 1.4.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/opensearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ helm uninstall my-release
| `roles` | A list of the specific node [roles][] for the `nodeGroup` | see [values.yaml][] |
| `schedulerName` | Name of the [alternate scheduler][] | `""` |
| `secretMounts` | Allows you easily mount a secret as a file inside the StatefulSet. Useful for mounting certificates and other secrets. See [values.yaml][] for an example | `[]` |
| `securityConfig` | Configure the opensearch security plugin. There are multiple ways to inject configuration into the chart, see [values.yaml](https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml) details. | By default an insecure demonstration configuration is set. This **must** be changed before going to production. |
| `securityConfig` | Configure the opensearch security plugin. There are multiple ways to inject configuration into the chart, see [values.yaml][] details. | By default an insecure demonstration configuration is set. This **must** be changed before going to production. |
| `securityContext` | Allows you to set the [securityContext][] for the container | see [values.yaml][] |
| `service.annotations` | [LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer` | `{}` |
| `service.externalTrafficPolicy` | Some cloud providers allow you to specify the [LoadBalancer externalTrafficPolicy][]. Kubernetes will use this to preserve the client source IP. This will configure load balancer if `service.type` is `LoadBalancer` | `""` |
Expand All @@ -109,7 +109,7 @@ helm uninstall my-release

[environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables

[values.yaml]:https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml]
[values.yaml]:https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml

[hostAliases]: https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/

Expand Down

0 comments on commit 773a413

Please sign in to comment.