We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3feba commit 5930851Copy full SHA for 5930851
2 files changed
charts/controller/Chart.yaml
@@ -1,7 +1,6 @@
1
name: controller
2
-home: https://github.com/deisthree/controller
+home: https://github.com/teamhephy/controller
3
version: <Will be populated by the ci before publishing the chart>
4
-description: Deis Workflow Controller (API).
+description: Hephy Workflow Controller (API).
5
maintainers:
6
- - name: Deis Team
7
- email: engineering@deis.com
+- email: team@teamhephy.com
charts/controller/templates/controller-deployment.yaml
@@ -1,4 +1,10 @@
+{{- if .Capabilities.APIVersions.Has "apps/v1" }}
apiVersion: apps/v1
+{{- else if .Capabilities.APIVersions.Has "extensions/v1beta1" }}
+apiVersion: extensions/v1beta1
+{{- else }}
+apiVersion: apps/v1
+{{- end }}
8
kind: Deployment
9
metadata:
10
name: deis-controller
0 commit comments