-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade NDB helm chart to first NDB Operator GA version --------- Co-authored-by: Manav <[email protected]>
- Loading branch information
1 parent
9c9795c
commit 1943f0b
Showing
5 changed files
with
387 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: ndb-operator | ||
description: A Helm chart for Nutanix Database Kubernetes Operator | ||
type: application | ||
version: 0.0.7 | ||
appVersion: v0.0.7 | ||
version: 0.5.0 | ||
appVersion: v0.5.0 | ||
maintainers: | ||
- name: mazin-s | ||
email: [email protected] | ||
|
@@ -23,15 +23,19 @@ icon: https://www.nutanix.com/content/dam/nutanix/global/icons/products/svg/Nuta | |
annotations: | ||
artifacthub.io/changes: | | ||
- kind: added | ||
description: "Added the K8s Webhooks support for the validation of database specs" | ||
description: "Added Clone Functionality" | ||
- kind: added | ||
description: "Added Provisioning Operation Id to the DB Status" | ||
description: "Automation Testing for Time machine" | ||
- kind: added | ||
description: "Integrated Kubernetes events with the operator" | ||
description: "Automation Scaffolding for future db engine tests" | ||
- kind: added | ||
description: "Added description property for Database in the database specs" | ||
description: "Added Operation tracking" | ||
- kind: added | ||
description: "Added end-to-end tests for automated testing of operator" | ||
description: "Support for Engine Specific Inputs in DB Provisioning" | ||
- kind: added | ||
description: "NDB and DB Integration" | ||
- kind: added | ||
description: "Upgrade the versions for controller-runtime & kube-rbac-proxy and Operator-sdk" | ||
artifacthub.io/containsSecurityUpdates: "false" | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/maintainers: | | ||
|
@@ -51,4 +55,4 @@ annotations: | |
email: [email protected] | ||
artifacthub.io/operator: "true" | ||
artifacthub.io/operatorCapabilities: Basic Install | ||
artifacthub.io/prerelease: "true" | ||
artifacthub.io/prerelease: "false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.