github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/src/test/packages/25-evil-chart-lookup/jackal.yaml (about)

     1  kind: JackalPackageConfig
     2  metadata:
     3    name: helm-charts-evil-lookup
     4    description: A test case that checks that an index lookup is performed on helm repos to help people get chart names correct
     5    version: 0.0.1
     6  
     7  components:
     8    - name: bad-helm-repository-name
     9      required: false
    10      charts:
    11        - name: asdf
    12          version: 6.4.0
    13          namespace: podinfo-from-repo
    14          url: https://stefanprodan.github.io/podinfo
    15      images:
    16        - ghcr.io/stefanprodan/podinfo:6.4.0
    17      actions:
    18        onDeploy:
    19          after:
    20            - wait:
    21                cluster:
    22                  kind: pod
    23                  name: app.kubernetes.io/name=podinfo
    24                  namespace: podinfo-from-oci
    25                  condition: ready
    26            - wait:
    27                cluster:
    28                  kind: deployment
    29                  # note this version is the same as the chart version
    30                  name: app.kubernetes.io/version=6.4.0
    31                  namespace: podinfo-from-oci
    32                  condition: available