Skip to content

Commit ab5d3dd

Browse files
gdmcloud-experts-dmytro
authored andcommitted
Fix url to values.yaml in README.md in opensearch chart (opensearch-project#139)
* 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]> Signed-off-by: bluehawk27 <[email protected]>
1 parent e564481 commit ab5d3dd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

charts/opensearch/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Fixed
1414
### Security
1515
---
16+
## [1.4.3]
17+
### Added
18+
### Changed
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
- Fixed links to values.yaml in README.md.
23+
### Security
24+
---
1625
## [1.4.2]
1726
### Added
1827
### Changed

charts/opensearch/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.4.2
18+
version: 1.4.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/opensearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ helm uninstall my-release
8282
| `roles` | A list of the specific node [roles][] for the `nodeGroup` | see [values.yaml][] |
8383
| `schedulerName` | Name of the [alternate scheduler][] | `""` |
8484
| `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 | `[]` |
85-
| `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. |
85+
| `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. |
8686
| `securityContext` | Allows you to set the [securityContext][] for the container | see [values.yaml][] |
8787
| `service.annotations` | [LoadBalancer annotations][] that Kubernetes will use for the service. This will configure load balancer if `service.type` is `LoadBalancer` | `{}` |
8888
| `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` | `""` |
@@ -109,7 +109,7 @@ helm uninstall my-release
109109

110110
[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
111111

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

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

0 commit comments

Comments
 (0)