Skip to content

Commit

Permalink
Update ndb-operator to v0.0.4 (#101)
Browse files Browse the repository at this point in the history
* Security fixes

* Updated README, controller versions
  • Loading branch information
manavrajvanshi authored May 5, 2023
1 parent 4ee59cc commit 1606379
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 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.0.3
appVersion: "v0.0.3"
version: 0.0.4
appVersion: "v0.0.4"
maintainers:
- name: balakumarbalu
email: [email protected]
Expand All @@ -19,7 +19,7 @@ annotations:
- kind: security
description: "Updated kube-proxy version"
- kind: security
description: "Updated multiple golang dependecy version"
description: "Updated controller image version"
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/license: Apache-2.0
artifacthub.io/maintainers: |
Expand Down
2 changes: 1 addition & 1 deletion charts/ndb-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The following table lists the configurable parameters of the NDB operator chart
| `replicaCount` | Number of replicas of the NDB Operator controller pods | `1` |
| `image.repository` | Image for NDB Operator controller | `ghcr.io/nutanix-cloud-native/ndb-operator/controller` |
| `image.pullPolicy` | Image pullPolicy | `IfNotPresent` |
| `image.tag` | Image tag | `v0.0.3, defaults to Chart.appVersion if removed` |
| `image.tag` | Image tag | `v0.0.4, defaults to Chart.appVersion if removed` |
| `imagePullSecrets` | ImagePullSecrets list | `[]` |
| `nameOverride` | To override the name of the operator chart | `""` |
| `fullnameOverride` | To override the full name of the operator chart | `""` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
- name: kube-rbac-proxy
securityContext:
allowPrivilegeEscalation: false
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
Expand Down
2 changes: 1 addition & 1 deletion charts/ndb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: ghcr.io/nutanix-cloud-native/ndb-operator/controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.0.3"
tag: "v0.0.4"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 1606379

Please sign in to comment.