From 2d5e0ef74ef34267e6f278e0d7910e57d5119536 Mon Sep 17 00:00:00 2001 From: Mazin S Date: Tue, 14 Nov 2023 09:08:48 -0800 Subject: [PATCH] 0.5.1 Release kube-rbac-proxy bump (#130) * Bumped kube-rbac-proxy to 15.0 and removed tag version that user can specify --------- Co-authored-by: Manav --- charts/ndb-operator/Chart.yaml | 20 ++++--------------- ...yment-ndb-operator-controller-manager.yaml | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/charts/ndb-operator/Chart.yaml b/charts/ndb-operator/Chart.yaml index e013310..888bdd9 100644 --- a/charts/ndb-operator/Chart.yaml +++ b/charts/ndb-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ndb-operator description: A Helm chart for Nutanix Database Kubernetes Operator type: application -version: 0.5.0 +version: 0.5.1 appVersion: v0.5.0 maintainers: - name: mazin-s @@ -22,21 +22,9 @@ maintainers: icon: https://www.nutanix.com/content/dam/nutanix/global/icons/products/svg/Nutanix-Era-40.svg annotations: artifacthub.io/changes: | - - kind: added - description: "Added Clone Functionality" - - kind: added - description: "Automation Testing for Time machine" - - kind: added - description: "Automation Scaffolding for future db engine tests" - - kind: added - description: "Added Operation tracking" - - kind: added - 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" + - kind: security + description: "Bumped kube-rbac-proxy to v0.15.0" + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/license: Apache-2.0 artifacthub.io/maintainers: | - name: Mazin Shaaeldin diff --git a/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml b/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml index 64b3e55..bbd6e0f 100644 --- a/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml +++ b/charts/ndb-operator/templates/deployment-ndb-operator-controller-manager.yaml @@ -59,7 +59,7 @@ spec: - --upstream=http://127.0.0.1:8080/ - --logtostderr=true - --v=0 - image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 + image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0 name: kube-rbac-proxy ports: - containerPort: 8443