From 54bd0d0cc6f2c982a43b288fb6885d3247bc77c9 Mon Sep 17 00:00:00 2001 From: VajiraPrabuddhaka Date: Fri, 16 Jan 2026 20:33:46 +0530 Subject: [PATCH] Update version constants for 0.11.0 --- versioned_docs/version-v0.11.x/_constants.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-v0.11.x/_constants.mdx b/versioned_docs/version-v0.11.x/_constants.mdx index be5ac08..1a8d6ba 100644 --- a/versioned_docs/version-v0.11.x/_constants.mdx +++ b/versioned_docs/version-v0.11.x/_constants.mdx @@ -1,8 +1,8 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: 'latest-dev', - githubRef: 'main', // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: '0.0.0-latest-dev', + dockerTag: 'v0.11.0', + githubRef: 'release-v0.11', // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 + helmChart: '0.11.0', helmSource: 'oci://ghcr.io/openchoreo/helm-charts', };