diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 97bf162..e221b61 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -77,7 +77,7 @@ const config: Config = {
announcementBar: {
id: 'release_v0_3_1',
content:
- '🎉️ OpenChoreo v0.3.1 is released! 🎉️',
+ '🎉️ OpenChoreo v0.3.2 is released! 🎉️',
isCloseable: true,
},
algolia: {
diff --git a/versioned_docs/version-v0.3.x/_constants.mdx b/versioned_docs/version-v0.3.x/_constants.mdx
index 19e1724..f6c34d7 100644
--- a/versioned_docs/version-v0.3.x/_constants.mdx
+++ b/versioned_docs/version-v0.3.x/_constants.mdx
@@ -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',
};
diff --git a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx
index 4614fea..5da1fae 100644
--- a/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx
+++ b/versioned_docs/version-v0.3.x/getting-started/quick-start-guide.mdx
@@ -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