diff --git a/chart/pulumi-esc-csi-provider/Chart.yaml b/chart/pulumi-esc-csi-provider/Chart.yaml index 53c76db..e6087b0 100644 --- a/chart/pulumi-esc-csi-provider/Chart.yaml +++ b/chart/pulumi-esc-csi-provider/Chart.yaml @@ -4,10 +4,39 @@ description: A Helm chart for the Pulumi ESC CSI provider type: application -version: 0.1.5 -appVersion: "0.1.0" +version: 0.1.6 +appVersion: "0.1.1" maintainers: - name: dirien email: engin@pulumi.com url: https://pulumi.com + +keywords: +- pulumi +- esc +- csi + +home: https://www.pulumi.com/ + +sources: +- https://github.com/pulumi/pulumi-esc-csi-provider + +icon: https://www.pulumi.com/logos/brand/avatar-on-white.svg + +annotations: + artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/changes: | + - Update to fix some security issues in go dependencies + artifacthub.io/images: | + - name: pulumi-esc-csi-provider + image: ghcr.io/pulumi/pulumi-esc-csi-provider:0.1.1 + platforms: + - linux/amd64 + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: website + url: https://pulumi.com + artifacthub.io/maintainers: | + - name: dirien + email: engin@pulumi.com diff --git a/chart/pulumi-esc-csi-provider/README.md b/chart/pulumi-esc-csi-provider/README.md index bbdb264..9a7a7b3 100644 --- a/chart/pulumi-esc-csi-provider/README.md +++ b/chart/pulumi-esc-csi-provider/README.md @@ -1,6 +1,7 @@ # Pulumi ESC Secret Store CSI Driver - Helm Chart -![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=for-the-badge) +![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=for-the-badge) +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/pulumi-esc-csi-provider&style=for-the-badge)](https://artifacthub.io/packages/search?repo=pulumi-esc-csi-provider) ## Description 📜 @@ -11,7 +12,7 @@ A Helm chart for the Pulumi ESC CSI provider To install the chart using the OCI artifact, run: ```bash -helm install pulumi-esc-csi-provider oci://ghcr.io/pulumi/helm-charts/pulumi-esc-csi-provider --version 0.1.5 --namespace kube-system +helm install pulumi-esc-csi-provider oci://ghcr.io/pulumi/helm-charts/pulumi-esc-csi-provider --version 0.1.6 --namespace kube-system ``` After a few seconds, the `pulumi-esc-csi-provider` should be running. @@ -23,7 +24,8 @@ kubectl create ns pulumi-esc-csi-provider helm install pulumi-esc-csi-provider oci://ghcr.io/pulumi/helm-charts/pulumi-esc-csi-provider --namespace kube-system ``` -> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment +> [!TIP] +> List all releases using `helm list`, a release is a name used to track a specific deployment ### Uninstalling the Chart 🗑️ @@ -85,6 +87,10 @@ Feel free to join. Checkout the [contributing guide](CONTRIBUTING.md) Apache License, Version 2.0 +## Source Code + +* + ## Maintainers | Name | Email | Url | diff --git a/chart/pulumi-esc-csi-provider/README.md.gotmpl b/chart/pulumi-esc-csi-provider/README.md.gotmpl index bf9fb17..20bb03e 100644 --- a/chart/pulumi-esc-csi-provider/README.md.gotmpl +++ b/chart/pulumi-esc-csi-provider/README.md.gotmpl @@ -1,6 +1,7 @@ # Pulumi ESC Secret Store CSI Driver - Helm Chart {{ template "chart.badgesSection" . }} +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/pulumi-esc-csi-provider&style=for-the-badge)](https://artifacthub.io/packages/search?repo=pulumi-esc-csi-provider) ## Description 📜 @@ -23,7 +24,8 @@ kubectl create ns pulumi-esc-csi-provider helm install pulumi-esc-csi-provider oci://ghcr.io/pulumi/helm-charts/pulumi-esc-csi-provider --namespace kube-system ``` -> **Tip**: List all releases using `helm list`, a release is a name used to track a specific deployment +> [!TIP] +> List all releases using `helm list`, a release is a name used to track a specific deployment ### Uninstalling the Chart 🗑️