From 290272100f3441a750ddd3a92e04b4267bbed443 Mon Sep 17 00:00:00 2001 From: plcnk Date: Mon, 12 Aug 2024 19:29:29 +0200 Subject: [PATCH] feat(tools): Changed chart metadata --- README.md | 2 +- charts/it-tools/Chart.yaml | 37 +++++++++++++++---------------------- 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index bc377ec..fb7272a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You can then run `helm search repo plcnk` to see the charts. | Chart | Chart Version | App Version | Description | | --------------------------------------------------------------------- | ------------- | ----------------- | --------------------------------------------------------------- | -| [it-tools](https://github.com/plcnk/charts/tree/main/charts/it-tools) | 0.1.0 | 2024.5.13-a0bc346 | Collection of handy online tools for developers, with great UX. | +| [it-tools](https://github.com/plcnk/charts/tree/main/charts/it-tools) | 1.0.0 | 2024.5.13-a0bc346 | Collection of handy online tools for developers, with great UX. | ## License diff --git a/charts/it-tools/Chart.yaml b/charts/it-tools/Chart.yaml index 2e47763..856f140 100644 --- a/charts/it-tools/Chart.yaml +++ b/charts/it-tools/Chart.yaml @@ -1,30 +1,23 @@ apiVersion: v2 name: it-tools description: Collection of handy online tools for developers, with great UX. -icon: https://raw.githubusercontent.com/CorentinTh/it-tools/main/public/mstile-310x310.png +icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/it-tools-light.png +type: application +version: 1.0.0 +appVersion: "2024.5.13-a0bc346" +home: https://github.com/plcnk/charts/tree/master/charts/it-tools sources: - https://github.com/CorentinTh/it-tools maintainers: - name: Romain Pluciennik email: romain.pluciennik@gmail.com - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. -type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "2024.5.13-a0bc346" +annotations: + artifacthub.io/changes: | + - kind: changed + description: Changed chart metadata + artifacthub.io/images: | + - name: it-tools + image: ghcr.io/corentinth/it-tools:2024.5.13-a0bc346 + platforms: + - linux/amd64 + - linux/arm64