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

chore: empty oci helm chart #15

Merged
merged 2 commits into from
Dec 9, 2024
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
6 changes: 4 additions & 2 deletions .github/workflows/chart-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name: chart-publish
on:
push:
tags:
- v*.*.* # e.g. v2.0.0
branches:
- main
paths:
- "chart/**"

env:
HELM_DOCS_VERSION: "1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion chart/pulumi-esc-csi-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for the Pulumi ESC CSI provider

type: application

version: 0.1.1
version: 0.1.2
appVersion: "0.1.0"

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions chart/pulumi-esc-csi-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pulumi ESC Secret Store CSI Driver - Helm Chart

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-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.2](https://img.shields.io/badge/Version-0.1.2-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)

## Description 📜

Expand All @@ -11,7 +11,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/dirien/charts/pulumi-esc-csi-provider --version 0.1.1 --namespace kube-system
helm install pulumi-esc-csi-provider oci://ghcr.io/dirien/charts/pulumi-esc-csi-provider --version 0.1.2 --namespace kube-system
```

After a few seconds, the `pulumi-esc-csi-provider` should be running.
Expand Down
Loading