-
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.
- Loading branch information
Showing
4 changed files
with
13 additions
and
12 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,14 @@ maintainers: | |
icon: https://www.nutanix.com/content/dam/nutanix/global/icons/products/svg/Nutanix-Era-40.svg | ||
annotations: | ||
artifacthub.io/changes: | | ||
- kind: security | ||
description: "Bumped kube-rbac-proxy to v0.15.0" | ||
- kind: fix | ||
description: "Upgraded CONTROLLER_TOOLS_VERSION from v0.9.2 to v0.14.0" | ||
- kind: fix | ||
description: "Upgraded go version in go.mod from 1.20 to 1.21.7" | ||
- kind: fix | ||
description: "Removed samples folder reference which was located in config/manifests/kustomization" | ||
- kind: security | ||
description: "Upgraded kube-rbac-proxy version from v0.15.0 to v0.16.0 and other go modules to newer versions" | ||
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: {} | ||
|
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