Skip to content

Commit

Permalink
New Operator v0.5.2 Release (#144)
Browse files Browse the repository at this point in the history
* upgrade NDB operator to 0.5.1
* fix CVE
  • Loading branch information
mazin-s authored Apr 25, 2024
1 parent c19fb0e commit 2d2507a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 5 additions & 3 deletions charts/ndb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand All @@ -83,7 +83,6 @@ spec:
secret:
defaultMode: 420
secretName: webhook-server-cert

{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand All @@ -96,4 +95,3 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: 10
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ metadata:
namespace: {{.Release.Namespace}}
spec:
selfSigned: {}

0 comments on commit 2d2507a

Please sign in to comment.