Skip to content

Here's the index.yaml file you were looking for

Honestly, at this point, I'm just having fun with mkdocs+material. But maybe someone will appreciate this. The code below is pulled directly from index.yaml, so it's the same thing that helm sees.

index.yaml
apiVersion: v1
entries:
  homer:
  - annotations:
      artifacthub.io/links: |
        - name: Github repository for this helm chart
          url: https://alexdresko.github.io/helm-charts
        - name: Docker container used by this helm chart
          url: https://hub.docker.com/r/b4bz/homer
        - name: Github repository for homer
          url: https://github.com/bastienwirtz/homer
      artifacthub.io/maintainers: |
        - name: Alex Dresko
          email: me@alexdresko.com
      artifacthub.io/screenshots: "- title: Homer running via this helm chart\n  url:
        https://alexdresko.github.io/helm-charts/img/homer_dashboard.png\n- title:
        A helm repo that is actually useful! \n  url: https://alexdresko.github.io/helm-charts/img/homer_dashboard.png\n"
    apiVersion: v2
    appVersion: 22.11.1
    created: "2022-11-27T22:58:37.55904637Z"
    description: This one works and doesn't require the k8s-at-home common.yaml. A
      dead simple static HOMe for your servER to keep your services on hand from a
      simple yaml config.
    digest: 21293155c272ac29caba9edbaddb85ec496457485fb878824907749306113933
    icon: https://raw.githubusercontent.com/bastienwirtz/homer/5418c6291a39d27aeee471673adba742080e1ccb/public/logo.png
    name: homer
    type: application
    urls:
    - https://alexdresko.github.io/helm-charts/homer-0.1.10.tgz
    version: 0.1.10
  - apiVersion: v2
    appVersion: 22.10.2
    created: "2022-11-27T22:58:37.560073185Z"
    description: Works and doesn't require the k8s-at-home common.yaml. A dead simple
      static HOMe for your servER to keep your services on hand from a simple yaml
      config.
    digest: a0cbfec72f1b15997baf4afac19da85290abe0723a4cddec52372123448c5e9c
    name: homer
    type: application
    urls:
    - https://alexdresko.github.io/helm-charts/homer-0.1.3.tgz
    version: 0.1.3
  - apiVersion: v2
    appVersion: 1.17.2
    created: "2022-11-27T22:58:37.559514477Z"
    description: A Helm chart for Kubernetes
    digest: f51b8e06e2719b645864d5b97b91753b85e36c1bf30537a6bad31f1156774d14
    name: homer
    type: application
    urls:
    - https://alexdresko.github.io/helm-charts/homer-0.1.2.tgz
    version: 0.1.2
  - apiVersion: v2
    appVersion: 1.16.1
    created: "2022-11-27T22:58:37.558320259Z"
    description: A Helm chart for Kubernetes
    digest: 14c2aa6ca5cfc319a0c8626b3a4a2dec626e12aef01ee134ba9908faac5cafa5
    name: homer
    type: application
    urls:
    - https://alexdresko.github.io/helm-charts/homer-0.1.1.tgz
    version: 0.1.1
generated: "2022-11-27T22:58:37.55767175Z"

You can also view the file directly here