Loading assets/auto-deploy-app/Chart.yaml +1 −1 Original line number Diff line number Diff line apiVersion: v1 description: GitLab's Auto-deploy Helm Chart name: auto-deploy-app version: 2.16.0 version: 2.16.1 icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png assets/auto-deploy-app/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ | podAnnotations | Pod annotations | `{}` | | nodeSelector | Node labels for pod assignment | `{}` | | tolerations | List of node taints to tolerate | `[]` | | terminationGracePeriodSeconds | The amount of time in seconds an application is given to terminate | `30` | | initContainers | Containers that are run before the app containers are started. | `[]` | | affinity | Node affinity for pod assignment | `{}` | | application.track | | `stable` | Loading assets/auto-deploy-app/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ spec: initContainers: {{ toYaml .Values.initContainers | indent 8 }} {{- end }} terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }} containers: - name: {{ .Chart.Name }} image: {{ template "imagename" . }} Loading Loading
assets/auto-deploy-app/Chart.yaml +1 −1 Original line number Diff line number Diff line apiVersion: v1 description: GitLab's Auto-deploy Helm Chart name: auto-deploy-app version: 2.16.0 version: 2.16.1 icon: https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-square.png
assets/auto-deploy-app/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ | podAnnotations | Pod annotations | `{}` | | nodeSelector | Node labels for pod assignment | `{}` | | tolerations | List of node taints to tolerate | `[]` | | terminationGracePeriodSeconds | The amount of time in seconds an application is given to terminate | `30` | | initContainers | Containers that are run before the app containers are started. | `[]` | | affinity | Node affinity for pod assignment | `{}` | | application.track | | `stable` | Loading
assets/auto-deploy-app/templates/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ spec: initContainers: {{ toYaml .Values.initContainers | indent 8 }} {{- end }} terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }} containers: - name: {{ .Chart.Name }} image: {{ template "imagename" . }} Loading