File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11name : controller
2- home : https://github.com/deisthree /controller
2+ home : https://github.com/teamhephy /controller
33version : <Will be populated by the ci before publishing the chart>
4- description : Deis Workflow Controller (API).
4+ description : Hephy Workflow Controller (API).
55maintainers :
6- - name : Deis Team
7- email : engineering@deis.com
6+ - email : team@teamhephy.com
Original file line number Diff line number Diff line change 1- apiVersion : {{ .Values.global.api_group }}
1+ {{- if .Capabilities.APIVersions.Has "apps/v1" }}
2+ apiVersion : apps/v1
3+ {{- else if .Capabilities.APIVersions.Has "extensions/v1beta1" }}
4+ apiVersion : extensions/v1beta1
5+ {{- else }}
6+ apiVersion : apps/v1
7+ {{- end }}
28kind : Deployment
39metadata :
410 name : deis-controller
You can’t perform that action at this time.
0 commit comments