Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-11339

ose-ansible-operator base image version is still 4.12 in the operators that generated by operator-sdk 4.13

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • 4.13.0
    • Operator SDK
    • Moderate
    • No
    • OPECO 234, OPECO 235
    • 2
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      The default ansible image and rbac image are version v4.12 in the operators that generated by operator-sdk 4.13.

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

      operator-sdk version: "v1.28.0-ocp", commit: "d2e54511f9197e06241680d1b1e7739f3fed4aad", kubernetes version: "v1.26.0", go version: "go1.19.6", GOOS: "linux", GOARCH: "amd64"
      

      How reproducible:

      always

      Steps to Reproduce:

      1.generated an ansible type operator
      $operator-sdk init --plugins=ansible --domain=example.com 
      2.create api
      $operator-sdk create api --group cache --version v1 --kind Memcached --generate-role 
      3.check the base ansible&rbac image
      

      Actual results:

      1. $ grep "4.12" Dockerfile 
      FROM registry.redhat.io/openshift4/ose-ansible-operator:v4.12
      2. $ grep "4.12" config/default/manager_auth_proxy_patch.yaml
      image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.12
      
      

      Expected results:

      1. $ cat  Dockerfile  
      FROM registry.redhat.io/openshift4/ose-ansible-operator:v4.13
      2. $ cat config/default/manager_auth_proxy_patch.yaml
      image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13

      Additional info:

       

            rh-ee-cchantse Catherine Chan-Tse
            rhn-support-jfan Jia Fan
            Jia Fan Jia Fan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: