File tree 4 files changed +4
-8
lines changed
4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 92
92
requests :
93
93
cpu : 0.1
94
94
memory : 128Mi
95
- podTemplate :
96
- nodeSelector :
97
- beta.kubernetes.io/arch : amd64
98
95
serviceAccountName : tekton-bot
99
96
timeout : 240h0m0s
100
97
status : {}
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ spec:
105
105
requests :
106
106
cpu : 0.1
107
107
memory : 128Mi
108
- podTemplate :
109
- nodeSelector :
110
- beta.kubernetes.io/arch : amd64
111
108
serviceAccountName : tekton-bot
112
109
timeout : 240h0m0s
113
110
status : {}
Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ spec:
100
100
- promote
101
101
command :
102
102
- make
103
- podTemplate : {}
103
+ podTemplate :
104
+ nodeSelector :
105
+ kubernetes.io/arch : amd64
104
106
serviceAccountName : tekton-bot
105
107
timeout : 240h0m0s
106
108
status : {}
Original file line number Diff line number Diff line change 1
1
PROJECT_SHORTNAME ?= moodle
2
2
VERSION ?= 0.6.23
3
- COLLECTION_VERSION ?= 0.4.18
3
+ COLLECTION_VERSION ?= 0.4.19
4
4
OPERATOR_TYPE ?= ansible
5
5
PROJECT_TYPE ?= $(OPERATOR_TYPE ) -operator
6
6
COMMUNITY_OPERATOR_NAME ?= moodle-operator
You can’t perform that action at this time.
0 commit comments