mirror of
https://github.com/plcnk/charts.git
synced 2026-04-07 02:00:45 +00:00
Compare commits
1 Commits
it-tools-0
...
it-tools-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 290272100f |
@ -36,7 +36,7 @@ You can then run `helm search repo plcnk` to see the charts.
|
|||||||
|
|
||||||
| Chart | Chart Version | App Version | Description |
|
| 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
|
## License
|
||||||
|
|
||||||
|
|||||||
@ -1,30 +1,23 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: it-tools
|
name: it-tools
|
||||||
description: Collection of handy online tools for developers, with great UX.
|
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:
|
sources:
|
||||||
- https://github.com/CorentinTh/it-tools
|
- https://github.com/CorentinTh/it-tools
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Romain Pluciennik
|
- name: Romain Pluciennik
|
||||||
email: romain.pluciennik@gmail.com
|
email: romain.pluciennik@gmail.com
|
||||||
|
annotations:
|
||||||
# A chart can be either an 'application' or a 'library' chart.
|
artifacthub.io/changes: |
|
||||||
#
|
- kind: changed
|
||||||
# Application charts are a collection of templates that can be packaged into versioned archives
|
description: Changed chart metadata
|
||||||
# to be deployed.
|
artifacthub.io/images: |
|
||||||
#
|
- name: it-tools
|
||||||
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
image: ghcr.io/corentinth/it-tools:2024.5.13-a0bc346
|
||||||
# a dependency of application charts to inject those utilities and functions into the rendering
|
platforms:
|
||||||
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
- linux/amd64
|
||||||
type: application
|
- linux/arm64
|
||||||
|
|
||||||
# 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"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user