File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ type: application
1717# This is the chart version. This version number should be incremented each time you make changes
1818# to the chart and its templates, including the app version.
1919# Versions are expected to follow Semantic Versioning (https://semver.org/)
20- version : 5.0.0-rc5
20+ version : 5.0.0-rc6
2121
2222# This is the version number of the application being deployed. This version number should be
2323# incremented each time you make changes to the application. Versions are not expected to
2424# follow Semantic Versioning. They should reflect the version the application is using.
2525# It is recommended to use it with quotes.
26- appVersion : " 5.0.0-rc5 "
26+ appVersion : " 5.0.0-rc6 "
Original file line number Diff line number Diff line change 11# cosmotech-api
22
3- ![ Version: 5.0.0-rc5 ] ( https://img.shields.io/badge/Version-5.0.0--rc5 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.0.0-rc5 ] ( https://img.shields.io/badge/AppVersion-5.0.0--rc5 -informational?style=flat-square )
3+ ![ Version: 5.0.0-rc6 ] ( https://img.shields.io/badge/Version-5.0.0--rc6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 5.0.0-rc6 ] ( https://img.shields.io/badge/AppVersion-5.0.0--rc6 -informational?style=flat-square )
44
55Cosmo Tech Platform API
66
@@ -519,7 +519,7 @@ helm repo update
519519Deploy the Cosmo Tech API using the Helm chart with the specified values:
520520
521521``` bash
522- helm install ${RELEASE_NAME} cosmotech/cosmotech-api --namespace ${NAMESPACE} --version " 5.0.0-rc5 " --values - << EOF
522+ helm install ${RELEASE_NAME} cosmotech/cosmotech-api --namespace ${NAMESPACE} --version " 5.0.0-rc6 " --values - << EOF
523523replicaCount: ${API_REPLICAS}
524524api:
525525 version: ${API_VERSION_PATH}
You can’t perform that action at this time.
0 commit comments