Skip to content

Commit

Permalink
Merge pull request #116 from couchbase-partners/k8s-3162
Browse files Browse the repository at this point in the history
K8S-3162: updated crd
  • Loading branch information
malscent authored Sep 13, 2023
2 parents 42c58a7 + 7c630bf commit 093d8d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/couchbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.50.1
version: 2.50.2
appVersion: 2.5.0
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/couchbase-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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.50.1](https://img.shields.io/badge/Version-2.50.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
![Version: 2.50.2](https://img.shields.io/badge/Version-2.50.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)

Deploying the Operator and Couchbase Server
===========================================
Expand Down
4 changes: 1 addition & 3 deletions charts/couchbase-operator/crds/couchbase.crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ spec:
type: array
x-kubernetes-list-type: set
type: object
defaultRecoveryType:
defaultRecoveryMethod:
default: none
description: DefaultRecoveryMethod specifies how cbbackupmgr should
recover from broken backup/restore attempts.
Expand Down Expand Up @@ -883,8 +883,6 @@ spec:
format: int32
minimum: 0
type: integer
required:
- defaultRecoveryType
type: object
status:
description: CouchbaseBackupStatus provides status notifications about
Expand Down

0 comments on commit 093d8d7

Please sign in to comment.