Skip to content

Commit

Permalink
bump up upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mazin-s committed Apr 22, 2024
1 parent a2f2b48 commit a38ebbc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
14 changes: 10 additions & 4 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,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

Check failure on line 25 in charts/ndb-operator/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test

25:16 [trailing-spaces] trailing spaces
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

Check failure on line 29 in charts/ndb-operator/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test

29:16 [trailing-spaces] trailing spaces
description: "Removed samples folder reference which was located in config/manifests/kustomization"
- kind: security

Check failure on line 31 in charts/ndb-operator/Chart.yaml

View workflow job for this annotation

GitHub Actions / lint-test

31:21 [trailing-spaces] trailing spaces
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: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
image: {{ .Values.image.repository }}:{{ .Values.image.tag | default $.Chart.AppVersion }}
image: {{ .Values.image.repository }}:{{ $.Chart.AppVersion }}
livenessProbe:
httpGet:
path: /healthz
Expand Down 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 @@ -75,15 +75,14 @@ spec:
drop:
- ALL
securityContext:
runAsNonRoot: true
runAsNonRoot: true
serviceAccountName: {{ include "ndb-operator.fullname" . }}-service-account
terminationGracePeriodSeconds: 10
volumes:
- name: cert
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: {}

2 changes: 0 additions & 2 deletions charts/ndb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ replicaCount: 1
image:
repository: ghcr.io/nutanix-cloud-native/ndb-operator/controller
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a38ebbc

Please sign in to comment.