-
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 operator to 0.5.1 * fix CVE
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 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.5.1 | ||
appVersion: v0.5.0 | ||
version: 0.5.2 | ||
appVersion: v0.5.1 | ||
maintainers: | ||
- name: mazin-s | ||
email: [email protected] | ||
|
@@ -22,8 +22,10 @@ maintainers: | |
icon: https://www.nutanix.com/content/dam/nutanix/global/icons/products/svg/Nutanix-Era-40.svg | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: fix | ||
description: "Upgraded internal dependencies." | ||
- kind: security | ||
description: "Bumped kube-rbac-proxy to v0.15.0" | ||
description: "Upgraded kube-rbac-proxy from v0.15.0 to v0.16.0." | ||
artifacthub.io/containsSecurityUpdates: "true" | ||
artifacthub.io/license: Apache-2.0 | ||
artifacthub.io/maintainers: | | ||
|
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
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 |
---|---|---|
|
@@ -12,4 +12,3 @@ metadata: | |
namespace: {{.Release.Namespace}} | ||
spec: | ||
selfSigned: {} | ||
|