Skip to content

Commit

Permalink
chore: Update GlusterFS third-party CSI Driver Kadalu-CSI-driver
Browse files Browse the repository at this point in the history
       support prometheus /metrics/.
  • Loading branch information
dellnoantechnp committed Mar 1, 2024
1 parent 7349402 commit 687d3df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kadalu-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ description: Contains subchart for deploying Kadalu-Operator and Kadalu CSI-Node
type: application
home: https://github.com/dellnoantechnp/helm-chart-xxl-job-admin
# Value of 'version' will be replaced with correct version on part of release
version: 1.2.0
kubeVersion: '>=1.16.0-0'
maintainers:
- email: dellnoantechnp@gmail.com
Expand Down Expand Up @@ -39,3 +38,4 @@ dependencies:
# repository: file://charts/csi-nodeplugin
# condition: csi_nodeplugin.enabled
# version: 1.2.0
version: 1.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: kadalu-csi-nodeplugin
namespace: {{ .Release.Namespace }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/part-of: kadalu
app.kubernetes.io/component: csi-driver
spec:
selector:
Expand All @@ -13,6 +14,7 @@ spec:
template:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/part-of: kadalu
app.kubernetes.io/component: csi-driver
namespace: {{ .Release.Namespace }}
spec:
Expand Down
2 changes: 2 additions & 0 deletions charts/kadalu-operator/templates/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/part-of: kadalu
app.kubernetes.io/component: kadalu-operator
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }}
Expand All @@ -19,6 +20,7 @@ spec:
template:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
app.kubernetes.io/part-of: kadalu
app.kubernetes.io/component: kadalu-operator
{{- if .Values.commonLabels }}
{{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
Expand Down

0 comments on commit 687d3df

Please sign in to comment.