diff --git a/charts/generic-device-plugin/Chart.yaml b/charts/generic-device-plugin/Chart.yaml index 256c1d2b..f2bae8c6 100644 --- a/charts/generic-device-plugin/Chart.yaml +++ b/charts/generic-device-plugin/Chart.yaml @@ -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. diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index cdd09d63..7803c452 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -1,6 +1,6 @@ # generic-device-plugin -![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) A Helm chart for deploying the generic-device-plugin on Kubernetes diff --git a/charts/generic-device-plugin/templates/daemonset.yaml b/charts/generic-device-plugin/templates/daemonset.yaml index 2a8dce21..80fa704a 100644 --- a/charts/generic-device-plugin/templates/daemonset.yaml +++ b/charts/generic-device-plugin/templates/daemonset.yaml @@ -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: @@ -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 }} diff --git a/charts/generic-device-plugin/templates/podmonitor.yaml b/charts/generic-device-plugin/templates/podmonitor.yaml index a747d585..7ff833fb 100644 --- a/charts/generic-device-plugin/templates/podmonitor.yaml +++ b/charts/generic-device-plugin/templates/podmonitor.yaml @@ -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