Uploaded image for project: 'Project Quay'
  1. Project Quay
  2. PROJQUAY-1421

Quay operator v3.3.4 refer to wrong Quay image version by default

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • quay-v3.3.4
    • quay-v3.3.4
    • quay-operator
    • None
    • False
    • False
    • Quay Enterprise
    • Undefined
    • 0

      Description of problem:

      Quay operator v3.3.4 refer to wrong Quay image version by default

      Version-Release number of selected component (if applicable):

      brew.registry.redhat.io/rh-osbs/quay-setup-operator@sha256:d22fe4902954eada5fde414356d99cc90a7ba67ef4a9301be07cce2896b47588

      How reproducible:

      always

      Steps to Reproduce:

      1. Install Quay operator

      2. Deploy Quay via operator, create CR

      '''

      apiVersion: redhatcop.redhat.io/v1alpha1
      kind: QuayEcosystem
      metadata:
      name: default-quay
      spec:
      quay:
      imagePullSecretName: redhat-pull-secret
      clair:
      enabled: true
      imagePullSecretName: redhat-pull-secret

      '''

      3. Check pod status

      Actual results:

      pod refer to wrong Quay image version

      $ oc describe pod default-quay-quay-598778b79c-t5thg default-quay-clair-6c496785bc-fr84q |grep Image
          Image:          quay.io/redhat/quay:v3.3.3
          Image ID:       
          Image:          quay.io/redhat/clair-jwt:v3.3.3
          Image ID:       

      Expected results:

      pod should refer to v3.3.4 image

      Additional info:

            tomckay@redhat.com Thomas Mckay
            rhn-support-dyan Dongbo Yan
            Dongbo Yan Dongbo Yan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: