Skip to content

Commit

Permalink
Merge pull request openshift#5950 from stevekuznetsov/skuznets/lock-v…
Browse files Browse the repository at this point in the history
…ersion

Lock version of image for config resolver
  • Loading branch information
stevekuznetsov committed Nov 15, 2019
2 parents febcdc5 + 6c5ed8b commit bc0d261
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ items:
metadata:
namespace: ci
name: ci-operator-configresolver
annotations:
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"ci-operator-configresolver:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"ci-operator-configresolver\")].image"}]'
spec:
replicas: 3
strategy:
Expand All @@ -85,7 +83,7 @@ items:
containerPort: 9090
containers:
- name: ci-operator-configresolver
image: ci-operator-configresolver@sha256:ba7a1b794e3016278f67e502277d4f71d26bffc0db5fd48787fa211adcc26ff0
image: registry.svc.ci.openshift.org/ci/ci-operator-configresolver@sha256:d07a8dfad2e2605abb9776e72bf78bb869d875a3469532e4aad753ff79d43334
args:
- -config=/etc/configs
- -log-level=debug
Expand Down

0 comments on commit bc0d261

Please sign in to comment.