From eff7792a94132c802dc3cfa2901ffa2a1d0eac70 Mon Sep 17 00:00:00 2001 From: Yusuf Ramzan Date: Thu, 11 Jul 2024 13:26:10 +0100 Subject: [PATCH] K8S-3522 Fixed version mistake --- charts/couchbase-operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/couchbase-operator/Chart.yaml b/charts/couchbase-operator/Chart.yaml index 443aced..e6fa0ba 100644 --- a/charts/couchbase-operator/Chart.yaml +++ b/charts/couchbase-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: couchbase-operator description: A Helm chart to deploy the Couchbase Autonomous Operator for easily deploying, managing, and maintaining Couchbase Clusters. Couchbase Server is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications easier and faster by leveraging the power of SQL with the flexibility of JSON. -version: 2.62.1 -appVersion: 2.6.2 +version: 2.64.1 +appVersion: 2.6.4 type: application keywords: - couchbase