Skip to content

Commit b49b444

Browse files
committed
Bump chart and app versions to 5.0.0-rc6
1 parent ab24f61 commit b49b444

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/cosmotech-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

charts/cosmotech-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
Cosmo Tech Platform API
66

@@ -519,7 +519,7 @@ helm repo update
519519
Deploy 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
523523
replicaCount: ${API_REPLICAS}
524524
api:
525525
version: ${API_VERSION_PATH}

0 commit comments

Comments
 (0)