Skip to content

Commit

Permalink
update to tectonic-console-builder-v22 in origin-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
suomiy committed Nov 24, 2020
1 parent b3e8927 commit ea0426e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions core-services/prevent-image-gc/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,24 @@ spec:
resources:
requests:
cpu: 50m
- command:
- /bin/bash
- -c
- |
#!/bin/bash
set -euo pipefail
trap 'jobs -p | xargs -r kill || true; exit 0' TERM
while true; do
sleep 600 &
wait $!
done
image: registry.svc.ci.openshift.org/openshift/release:tectonic-console-builder-v22
imagePullPolicy: Always
name: consolebuilder22
resources:
requests:
cpu: 50m
- command:
- /bin/bash
- -c
Expand Down
4 changes: 4 additions & 0 deletions projects/origin-stable/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ spec:
from: {"kind":"DockerImage","name":"docker.io/openshift/origin-release:nodejs-8-browser-tests"}
referencePolicy: {"type": "Local"}
importPolicy: {"scheduled": true}
- name: tectonic-console-builder-v22
from: {"kind":"DockerImage","name":"quay.io/coreos/tectonic-console-builder:v22"}
referencePolicy: {"type": "Local"}
importPolicy: {"scheduled": true}
- name: tectonic-console-builder-v21
from: {"kind":"DockerImage","name":"quay.io/coreos/tectonic-console-builder:v21"}
referencePolicy: {"type": "Local"}
Expand Down

0 comments on commit ea0426e

Please sign in to comment.