Skip to content

Commit

Permalink
updated chartversion, also in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AronKa-SAG committed Mar 21, 2024
1 parent 19ac0e3 commit 24a706d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apigateway/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.1.0
version: 1.2.0

# 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
2 changes: 1 addition & 1 deletion apigateway/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,5 @@ helm upgrade -i -f myvalues.yaml --set ingress.tls.key="$(<key.pem)" --set ingre
|-----|------|
| `1.0.0' | Initial release |
| `1.1.0' | Bug fixes in default values and helper functions for elastic secret names. <br> **Attention:** moved elasticsearch secret keys: <br>elasticSecretName --> elasticsearch.secretName<br>elasticSecretUserKey --> elasticsearch.secretUserKey<br>elasticSecretPasswordKey --> elasticsearch.secretPasswordKey |

| `1.2.0' | Added Kibana TLS/SSL functionality towards Elasticsearch. Helper function aded for kibana truststore password.
{{ template "chart.valuesSection" . }}

0 comments on commit 24a706d

Please sign in to comment.