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

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

XMLWordPrintable

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

      Description of problem:

      Quay operator v3.3.3 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:414c0f29d164df1f7778834a6e48b508e22e74b3d768d3dcbbb67032ceadf1fd*

      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 |grep Image
          Image:          quay.io/redhat/quay:v3.3.1
          Image ID:       quay.io/redhat/quay@sha256:6119a0076d7263c76be5f62b6f0394aabf7772f101bd1051b708c22c9eb9b0e4
      [yandb@dyan Test]$ oc describe pod default-quay-quay-598778b79c-t5thg default-quay-clair-6c496785bc-fr84q |grep Image
          Image:          quay.io/redhat/quay:v3.3.1
          Image ID:       quay.io/redhat/quay@sha256:6119a0076d7263c76be5f62b6f0394aabf7772f101bd1051b708c22c9eb9b0e4
          Image:          quay.io/redhat/clair-jwt:v3.3.1
          Image ID:       quay.io/redhat/clair-jwt@sha256:56fa2bf1840c7ac784aa4e79ba77e117c8f4a21ae21e10cbff3797e1477d4804

      Expected results:

      pod should refer to v3.3.3 image

      Additional info:

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

              Created:
              Updated:
              Resolved: