File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,13 @@ tkn-update:
146146tkn-push : install-out-of-tree-tools
147147 $(TOOLS_BINDIR ) /tkn bundle push $(TKN_IMG ) \
148148 -f tkn/infra-aws-fedora.yaml \
149+ -f tkn/infra-aws-kind.yaml \
149150 -f tkn/infra-aws-mac.yaml \
151+ -f tkn/infra-aws-ocp-snc.yaml \
152+ -f tkn/infra-aws-rhel-ai.yaml \
150153 -f tkn/infra-aws-rhel.yaml \
151154 -f tkn/infra-aws-windows-server.yaml \
155+ -f tkn/infra-azure-aks.yaml \
156+ -f tkn/infra-azure-fedora.yaml \
152157 -f tkn/infra-azure-rhel.yaml \
153158 -f tkn/infra-azure-windows-desktop.yaml
Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ spec:
224224 memory : " 300Mi"
225225 cpu : " 150m"
226226 limits :
227- memory : " 900Mi "
228- cpu : " 400m "
227+ memory : " 1200Mi "
228+ cpu : " 1000m "
229229 - name : host-info-secret
230230 image : registry.redhat.io/openshift4/ose-cli:4.13@sha256:e70eb2be867f1236b19f5cbfeb8e0625737ce0ec1369e32a4f9f146aaaf68d49
231231 env :
Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ spec:
224224 memory : " 300Mi"
225225 cpu : " 150m"
226226 limits :
227- memory : " 900Mi "
228- cpu : " 400m "
227+ memory : " 1200Mi "
228+ cpu : " 1000m "
229229 - name : host-info-secret
230230 image : registry.redhat.io/openshift4/ose-cli:4.13@sha256:e70eb2be867f1236b19f5cbfeb8e0625737ce0ec1369e32a4f9f146aaaf68d49
231231 env :
You can’t perform that action at this time.
0 commit comments