Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update helm chart for new version #38

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 31 additions & 2 deletions chart/pulumi-esc-csi-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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: [email protected]
12 changes: 9 additions & 3 deletions chart/pulumi-esc-csi-provider/README.md
Original file line number Diff line number Diff line change
@@ -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 📜

Expand All @@ -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.
Expand All @@ -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 🗑️

Expand Down Expand Up @@ -85,6 +87,10 @@ Feel free to join. Checkout the [contributing guide](CONTRIBUTING.md)

Apache License, Version 2.0

## Source Code

* <https://github.com/pulumi/pulumi-esc-csi-provider>

## Maintainers

| Name | Email | Url |
Expand Down
4 changes: 3 additions & 1 deletion chart/pulumi-esc-csi-provider/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -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 📜

Expand All @@ -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 🗑️

Expand Down
Loading