<html>
    <head>
      <base href="https://bugzilla.suse.com/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Ollama and Open-WebUI charts fail to deploy with cert-manager error"
   href="https://bugzilla.suse.com/show_bug.cgi?id=1234211">1234211</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Ollama and Open-WebUI charts fail to deploy with cert-manager error
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>SUSE AI
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>SUSE AI Application Containers
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P5 - None
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>chart
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>ai-maintainers@lists.suse.com
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jmoffitt@suse.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>ai-maintainers@lists.suse.com
          </td>
        </tr>

        <tr>
          <th>Target Milestone</th>
          <td>---
          </td>
        </tr>

        <tr>
          <th>Found By</th>
          <td>---
          </td>
        </tr>

        <tr>
          <th>Blocker</th>
          <td>---
          </td>
        </tr></table>
        <p>
          <div>
          <pre>Attempting to install ollama via the helm chart from AppCo fails with error:


helm install --generate-name=true
--labels=catalog.cattle.io/cluster-repo-name=app-co --namespace=ai-openwebui
--timeout=10m0s --values=/home/shell/helm/values-open-webui-3.3.2.yaml
--version=3.3.2 --wait=true /home/shell/helm/open-webui-3.3.2.tgz

Error: INSTALLATION FAILED: unable to build kubernetes objects from release
manifest: [resource mapping not found for name: "suse-private-ai-selfsigned-ca"
namespace: "" from "": no matches for kind "Certificate" in version
"cert-manager.io/v1"



this also occurs with the open-webui chart:


helm install --generate-name=true
--labels=catalog.cattle.io/cluster-repo-name=app-co --namespace=suse-private-ai
--timeout=10m0s --values=/home/shell/helm/values-open-webui-3.3.2.yaml
--version=3.3.2 --wait=true /home/shell/helm/open-webui-3.3.2.tgz
Error: INSTALLATION FAILED: unable to build kubernetes objects from release
manifest: [resource mapping not found for name: "suse-private-ai-selfsigned-ca"
namespace: "" from "": no matches for kind "Certificate" in version
"cert-manager.io/v1"
ensure CRDs are installed first, resource mapping not found for name:
"suse-private-ai-selfsigned" namespace: "" from "": no matches for kind
"Issuer" in version "cert-manager.io/v1"
ensure CRDs are installed first, resource mapping not found for name:
"suse-private-ai" namespace: "" from "": no matches for kind "Issuer" in
version "cert-manager.io/v1"
ensure CRDs are installed first]



proposed workaround fails with different error:

helm install --generate-name=true
--labels=catalog.cattle.io/cluster-repo-name=app-co --namespace=suse-private-ai
--timeout=10m0s --values=/home/shell/helm/values-ollama-0.54.0.yaml
--version=0.54.0 --wait=true /home/shell/helm/ollama-0.54.0.tgz
Error: INSTALLATION FAILED: context deadline exceeded</pre>
          </div>
        </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>