Skip to content

Commit eb70bf7

Browse files
committed
manifests/jenkins-s2i: set scheduled on our imagestreams
I'm not sure why we didn't do this before. Without this, the imagestreams are only updated manually. In the `jenkins-with-cert` flow, we already have an `ImageChange` trigger which ensures that `jenkins:latest` is kept fresh. So this change is putting the non- custom-cert path at parity. Note that this is separate from starting and deploying the S2I build, which currently is still done manually.
1 parent 25be599 commit eb70bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifests/jenkins-s2i.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ objects:
5757
namespace: openshift
5858
referencePolicy:
5959
type: Source
60+
importPolicy:
61+
scheduled: true
6062
- kind: BuildConfig
6163
apiVersion: v1
6264
metadata:
@@ -103,3 +105,5 @@ objects:
103105
namespace: openshift
104106
referencePolicy:
105107
type: Source
108+
importPolicy:
109+
scheduled: true

0 commit comments

Comments
 (0)