Skip to content

Commit d7b438d

Browse files
Merge pull request #249 from krestomatio/pr-cff2ff36-5b37-41bb-aa35-db13da8973d7
chore(update): bump collection krestomatio.k8s 0.4.19
2 parents 48938a8 + 4e3ec95 commit d7b438d

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.lighthouse/jenkins-x/image.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ spec:
9292
requests:
9393
cpu: 0.1
9494
memory: 128Mi
95-
podTemplate:
96-
nodeSelector:
97-
beta.kubernetes.io/arch: amd64
9895
serviceAccountName: tekton-bot
9996
timeout: 240h0m0s
10097
status: {}

.lighthouse/jenkins-x/k8s.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ spec:
105105
requests:
106106
cpu: 0.1
107107
memory: 128Mi
108-
podTemplate:
109-
nodeSelector:
110-
beta.kubernetes.io/arch: amd64
111108
serviceAccountName: tekton-bot
112109
timeout: 240h0m0s
113110
status: {}

.lighthouse/jenkins-x/release.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ spec:
100100
- promote
101101
command:
102102
- make
103-
podTemplate: {}
103+
podTemplate:
104+
nodeSelector:
105+
kubernetes.io/arch: amd64
104106
serviceAccountName: tekton-bot
105107
timeout: 240h0m0s
106108
status: {}

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT_SHORTNAME ?= moodle
22
VERSION ?= 0.6.23
3-
COLLECTION_VERSION ?= 0.4.18
3+
COLLECTION_VERSION ?= 0.4.19
44
OPERATOR_TYPE ?= ansible
55
PROJECT_TYPE ?= $(OPERATOR_TYPE)-operator
66
COMMUNITY_OPERATOR_NAME ?= moodle-operator

0 commit comments

Comments
 (0)