diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 40aee45..a5a62fa 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: k8s-event-logger-operator description: This operator creates a logging pod that logs corev1.Event information as structured json log. The crd allows to configure the events to be logged. type: application -version: 1.13.5 -appVersion: v1.13.5 +version: 1.13.6 +appVersion: v1.13.6 sources: - https://github.com/bakito/k8s-event-logger-operator annotations: diff --git a/helm/README.md b/helm/README.md index 122db74..45e20e6 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,6 +1,6 @@ # k8s-event-logger-operator -![Version: 1.13.5](https://img.shields.io/badge/Version-1.13.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.5](https://img.shields.io/badge/AppVersion-v1.13.5-informational?style=flat-square) +![Version: 1.13.6](https://img.shields.io/badge/Version-1.13.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.13.6](https://img.shields.io/badge/AppVersion-v1.13.6-informational?style=flat-square) This operator creates a logging pod that logs corev1.Event information as structured json log. The crd allows to configure the events to be logged. diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index a2ddd94..71495bc 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -18,8 +18,8 @@ spec: {{- with .Values.extraPodLabels }} {{- toYaml . | nindent 8 }} {{- end }} - annotations: {{- with .Values.extraPodAnnotations }} + annotations: {{- toYaml . | nindent 8 }} {{- end }} spec: