Skip to content

Commit

Permalink
0.5.1 Release kube-rbac-proxy bump (#130)
Browse files Browse the repository at this point in the history
* Bumped kube-rbac-proxy to 15.0 and removed tag version that user can specify

---------

Co-authored-by: Manav <[email protected]>
  • Loading branch information
mazin-s and manavrajvanshi authored Nov 14, 2023
1 parent 1943f0b commit 2d5e0ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
20 changes: 4 additions & 16 deletions charts/ndb-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.14.1
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
Expand Down

0 comments on commit 2d5e0ef

Please sign in to comment.