Hi,

I have a weird behaviour I can't explain (os 1.1.3).
We're pushing layers directly to OS registry, and it generally deploys new
versions as they arrive on the registry.
We sometimes want to test different versions, and therefore edit the dc to
use a specific tag:

  triggers:
  - imageChangeParams:
      containerNames:
      - resque
      from:
        kind: ImageStreamTag
        name: myis:my-test-tag
    type: ImageChange
  - type: ConfigChange

Problem is: while the dc is edited ("deploymentconfig "mydc" edited"), the
new pods are not deployed. If I force the deploy with oc deploy, I have new
pods, but still using a old image sha:

4 weeks ago     172.30.68.98:5000/myproject/myis@sha256:7388a042d0a7ee...
 <same>

We have pushed many layers since, that sha was the "latest" 4 weeks ago.

Any idea what could cause this, and how to fix it?

Thanks,
Philippe
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to