We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0201cfb + 689ee2f commit 84e1064Copy full SHA for 84e1064
prow/cluster/hook_deployment.yaml
@@ -34,7 +34,9 @@ spec:
34
terminationGracePeriodSeconds: 180
35
containers:
36
- name: hook
37
- image: gcr.io/k8s-prow/hook:v20180809-c43e4c545
+ # Using a custom image that include the DCO sign-off checker plugin
38
+ # until https://github.com/kubernetes/test-infra/pull/9197 merges.
39
+ image: eu.gcr.io/jetstack-build-infra/hook:20180829-0d352ed-dco
40
imagePullPolicy: Always
41
args:
42
- --dry-run=false
prow/plugins.yaml
@@ -86,7 +86,7 @@ plugins:
86
- assign
87
- hold
88
- label
89
-
+ - dco
90
91
jetstack/cert-manager:
92
- docs-no-retest
@@ -108,6 +108,7 @@ plugins:
108
- yuks
109
- wip
110
- shrug
111
112
113
jetstack/kube-lego:
114
0 commit comments