From 267c1a5b9772e9071628e121113bdb30ece515ea Mon Sep 17 00:00:00 2001 From: jhivandb Date: Fri, 29 Aug 2025 14:33:51 +0530 Subject: [PATCH] Update docs to 0.3.1 --- versioned_docs/version-v0.3.x/_constants.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/versioned_docs/version-v0.3.x/_constants.mdx b/versioned_docs/version-v0.3.x/_constants.mdx index ad8ea97..19e1724 100644 --- a/versioned_docs/version-v0.3.x/_constants.mdx +++ b/versioned_docs/version-v0.3.x/_constants.mdx @@ -1,8 +1,7 @@ [//] # (This file stores the constants used across the documentation.) export const versions = { - dockerTag: '4be7287', - // TODO: Update this to the latest release version after v0.3.1 is released. + dockerTag: 'v0.3.1', githubRef: 'release-v0.3', // Used for the GitHub Raw URL references. Example: main, latest, v0.1.0 - helmChart: '0.3.0', + helmChart: '0.3.1', };