Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const config: Config = {
announcementBar: {
id: 'release_v0_3_1',
content:
'🎉️ OpenChoreo <a target="_blank" rel="noopener noreferrer" href="https://github.com/openchoreo/openchoreo/releases/tag/v0.3.1">v0.3.1</a> is released! 🎉️',
'🎉️ OpenChoreo <a target="_blank" rel="noopener noreferrer" href="https://github.com/openchoreo/openchoreo/releases/tag/v0.3.2">v0.3.2</a> is released! 🎉️',
isCloseable: true,
},
algolia: {
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v0.3.x/_constants.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[//] # (This file stores the constants used across the documentation.)

export const versions = {
dockerTag: 'v0.3.1',
dockerTag: 'v0.3.2',
githubRef: 'release-v0.3', // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0
helmChart: '0.3.1',
helmChart: '0.3.2',
};
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Once the deployment is complete, you will receive the following message together

```text
✅ Endpoint is ready!
🌍 You can now access the Sample Web Application at: https://react-starter-image-development.choreoapps.localhost:8443
🌍 You can now access the Sample Web Application at: https://react-starter-development.choreoapps.localhost:8443
```

### Understanding What Happens Behind the Scenes
Expand Down