@@ -248,6 +248,9 @@ spec:
248
248
items :
249
249
type : string
250
250
type : array
251
+ outputBuildResult :
252
+ description : Whether output build result to status.
253
+ type : boolean
251
254
outputImageName :
252
255
description : OutputImageName is a result image name without tag,
253
256
default is latest. tag will append to ImageName in the end
@@ -612,7 +615,7 @@ spec:
612
615
- JSONPath : .status.completionTime
613
616
name : CompletionTime
614
617
type : date
615
- - JSONPath : .status.imageName
618
+ - JSONPath : .status.s2iBuildResult. imageName
616
619
name : ImageName
617
620
type : string
618
621
group : devops.kubesphere.io
@@ -677,9 +680,6 @@ spec:
677
680
represented in RFC3339 form and is in UTC.
678
681
format : date-time
679
682
type : string
680
- imageName :
681
- description : ImageName is the name of artifact
682
- type : string
683
683
kubernetesJobName :
684
684
description : KubernetesJobName is the job name in k8s
685
685
type : string
@@ -796,6 +796,8 @@ rules:
796
796
- get
797
797
- list
798
798
- watch
799
+ - update
800
+ - patch
799
801
- apiGroups :
800
802
- apps
801
803
resources :
@@ -835,6 +837,33 @@ rules:
835
837
- secrets
836
838
verbs :
837
839
- get
840
+ - apiGroups :
841
+ - " "
842
+ resources :
843
+ - serviceaccounts
844
+ verbs :
845
+ - get
846
+ - list
847
+ - watch
848
+ - create
849
+ - apiGroups :
850
+ - rbac.authorization.k8s.io
851
+ resources :
852
+ - rolebindings
853
+ verbs :
854
+ - get
855
+ - list
856
+ - watch
857
+ - create
858
+ - apiGroups :
859
+ - rbac.authorization.k8s.io
860
+ resources :
861
+ - roles
862
+ verbs :
863
+ - get
864
+ - list
865
+ - watch
866
+ - create
838
867
- apiGroups :
839
868
- admissionregistration.k8s.io
840
869
resources :
@@ -1011,8 +1040,8 @@ spec:
1011
1040
- name : SECRET_NAME
1012
1041
value : webhook-server-secret
1013
1042
- name : S2IIMAGENAME
1014
- value : kubespheredev/s2irun:v0.0.2
1015
- image : kubespheredev/s2ioperator:v0.0.11
1043
+ value : kubespheredev/s2irun:v0.0.3
1044
+ image : kubespheredev/s2ioperator:advanced-2.1.0
1016
1045
imagePullPolicy : Always
1017
1046
name : manager
1018
1047
ports :
0 commit comments