Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/generic-device-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.1
version: 0.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 0 additions & 2 deletions charts/generic-device-plugin/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: {{ include "generic-device-plugin.fullname" . }}
namespace: kube-system
labels:
app.kubernetes.io/name: generic-device-plugin
{{- include "generic-device-plugin.labels" . | nindent 4 }}
spec:
selector:
Expand All @@ -17,7 +16,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
app.kubernetes.io/name: generic-device-plugin
{{- include "generic-device-plugin.labels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion charts/generic-device-plugin/templates/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
labels:
app.kubernetes.io/name: generic-device-plugin
{{- include "generic-device-plugin.labels" . | nindent 4 }}
name: {{ include "generic-device-plugin.fullname" . }}
namespace: kube-system
Expand Down
Loading