diff --git a/charts/ziti-router/Chart.yaml b/charts/ziti-router/Chart.yaml index 707abf55a..b11bc7dd5 100644 --- a/charts/ziti-router/Chart.yaml +++ b/charts/ziti-router/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 1.1.15 +appVersion: 1.1.16 description: Host an OpenZiti router in Kubernetes name: ziti-router type: application -version: 1.1.3 +version: 1.1.4 diff --git a/charts/ziti-router/README.md b/charts/ziti-router/README.md index 0063e1dc3..286d7c95f 100644 --- a/charts/ziti-router/README.md +++ b/charts/ziti-router/README.md @@ -1,7 +1,7 @@ # ziti-router -![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.15](https://img.shields.io/badge/AppVersion-1.1.15-informational?style=flat-square) +![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.16](https://img.shields.io/badge/AppVersion-1.1.16-informational?style=flat-square) Host an OpenZiti router in Kubernetes diff --git a/charts/ziti-router/templates/pre-upgrade-job.yaml b/charts/ziti-router/templates/pre-upgrade-job.yaml index 885f4175f..488ad0522 100644 --- a/charts/ziti-router/templates/pre-upgrade-job.yaml +++ b/charts/ziti-router/templates/pre-upgrade-job.yaml @@ -45,6 +45,18 @@ spec: readOnly: false command: ["migrate-identity.bash"] # command: ["sh", "-c", "while true; do sleep 86400; done"] + {{- with .Values.nodeSelector }} + nodeSelector: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.affinity }} + affinity: + {{- toYaml . | nindent 8 }} + {{- end }} + {{- with .Values.tolerations }} + tolerations: + {{- toYaml . | nindent 8 }} + {{- end }} volumes: - name: migrate-script configMap: