kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

uncommon error: chart "nginx" matching 15.0.2 not found in kubebb-system.repository-bitnami-sampleindex. (try ''helm repo update''): no chart name found #314

Closed Abirdcfly closed 3 days ago

Abirdcfly commented 1 year ago

https://github.com/kubebb/core/actions/runs/6009211371/job/16298272111?pr=312

helm status also show do-once-nginx-sample-15.0.2 removed
5.6 Verify can install to other namespace
componentplan.core.kubebb.k8s.com.cn/do-once-nginx-sample-15.0.2 created
Timeout reached
apiVersion: v1
items:
- apiVersion: core.kubebb.k8s.com.cn/v1alpha1
  kind: ComponentPlan
  metadata:
    annotations:
      core.kubebb.k8s.com.cn/componentplan-retry: "5"
      kubectl.kubernetes.io/last-applied-configuration: |
        {"apiVersion":"core.kubebb.k8s.com.cn/v1alpha1","kind":"ComponentPlan","metadata":{"annotations":{},"name":"do-once-nginx-sample-15.0.2","namespace":"default"},"spec":{"approved":true,"component":{"name":"repository-bitnami-sample.nginx","namespace":"kubebb-system"},"name":"my-nginx","override":{},"version":"15.0.2"}}
    creationTimestamp: "2023-08-29T07:33:34Z"
    finalizers:
    - core.kubebb.k8s.com.cn/finalizer
    generation: 1
    labels:
      core.kubebb.k8s.com.cn/componentplan-release: my-nginx
    name: do-once-nginx-sample-15.0.2
    namespace: default
    resourceVersion: "[244](https://github.com/kubebb/core/actions/runs/6009211371/job/16298272111?pr=312#step:7:245)7"
    uid: 69809f3e-4fbb-4c7a-a5e5-49ffcc530d11
  spec:
    approved: true
    component:
      name: repository-bitnami-sample.nginx
      namespace: kubebb-system
    name: my-nginx
    override: {}
    version: 15.0.2
  status:
    conditions:
    - lastTransitionTime: "2023-08-29T07:33:34Z"
      reason: ""
      status: "True"
      type: Approved
    - lastTransitionTime: "2023-08-29T07:33:38Z"
      message: 'chart "nginx" matching 15.0.2 not found in kubebb-system.repository-bitnami-sample
        index. (try ''helm repo update''): no chart name found'
      reason: InstallFailed
      status: "False"
      type: Actioned
    - lastTransitionTime: "2023-08-29T07:33:38Z"
      reason: ""
      status: "False"
      type: Succeeded
    images:
    - docker.io/bitnami/nginx:1.25.1-debian-11-r0
    observedGeneration: 1
    resources:
    - NewCreated: true
      apiVersion: v1
      kind: Service
      name: my-nginx
    - NewCreated: true
      apiVersion: apps/v1
      kind: Deployment
      name: my-nginx
kind: List
metadata:
  resourceVersion: ""

https://github.com/kubebb/core/suites/15592758602/artifacts/889800273

Abirdcfly commented 3 days ago

Inactive for a long time, close the issue