diff --git a/charts/vcluster/Chart.yaml b/charts/vcluster/Chart.yaml index 4265069d..dcc4c2b6 100644 --- a/charts/vcluster/Chart.yaml +++ b/charts/vcluster/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vcluster description: Virtual Kubernetes Cluster type: application -version: 0.5.4 +version: 0.5.5 appVersion: 0.1.0 keywords: - vcluster diff --git a/charts/vcluster/README.md b/charts/vcluster/README.md index bd6fa6b5..681c562b 100644 --- a/charts/vcluster/README.md +++ b/charts/vcluster/README.md @@ -2,7 +2,7 @@ __This Chart is under active development! We try to improve documentation and values consistency over time__ -![Version: 0.5.4](https://img.shields.io/badge/Version-0.5.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.5.5](https://img.shields.io/badge/Version-0.5.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Virtual Kubernetes Cluster diff --git a/charts/vcluster/templates/components/kubernetes/etcd/backup-job.yaml b/charts/vcluster/templates/components/kubernetes/etcd/backup-job.yaml index e25f97e8..0438f93e 100644 --- a/charts/vcluster/templates/components/kubernetes/etcd/backup-job.yaml +++ b/charts/vcluster/templates/components/kubernetes/etcd/backup-job.yaml @@ -46,16 +46,16 @@ spec: {{- include "pkg.components.pod_annotations" (dict "annotations" $kubernetes.etcd.backup.podAnnotations "ctx" $) | nindent 12 }} spec: {{- with (include "pkg.components.nodeselector" (dict "nodeSelector" $kubernetes.etcd.backup.nodeSelector "ctx" $)) }} - nodeSelector: {{- . | nindent 10 }} + nodeSelector: {{- . | nindent 12 }} {{- end }} {{- with (include "pkg.components.tolerations" (dict "tolerations" $kubernetes.etcd.backup.tolerations "ctx" $)) }} - tolerations: {{- . | nindent 10 }} + tolerations: {{- . | nindent 12 }} {{- end }} {{- with (include "pkg.components.priorityClass" (dict "pc" $kubernetes.etcd.backup.priorityClassName "ctx" $)) }} priorityClassName: {{ . }} {{- end }} {{- with (include "pkg.components.topologySpreadConstraints" (dict "tsc" $kubernetes.etcd.backup.topologySpreadConstraints "ctx" $)) }} - topologySpreadConstraints: {{ . | nindent 10 }} + topologySpreadConstraints: {{ . | nindent 12 }} {{- end }} affinity: {{- with (include "pkg.components.affinity" (dict "affinity" $kubernetes.etcd.backup.affinity "ctx" $)) }}