From 19c856fbb5892420c0147c6760d9151bf18fc86c Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Mon, 9 Dec 2024 18:29:04 +0100 Subject: [PATCH] chore: default value (#16) --- chart/pulumi-esc-csi-provider/Chart.yaml | 2 +- chart/pulumi-esc-csi-provider/README.md | 6 +++--- chart/pulumi-esc-csi-provider/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/pulumi-esc-csi-provider/Chart.yaml b/chart/pulumi-esc-csi-provider/Chart.yaml index 294e263..41695f3 100644 --- a/chart/pulumi-esc-csi-provider/Chart.yaml +++ b/chart/pulumi-esc-csi-provider/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for the Pulumi ESC CSI provider type: application -version: 0.1.2 +version: 0.1.3 appVersion: "0.1.0" maintainers: diff --git a/chart/pulumi-esc-csi-provider/README.md b/chart/pulumi-esc-csi-provider/README.md index 71b7403..575258d 100644 --- a/chart/pulumi-esc-csi-provider/README.md +++ b/chart/pulumi-esc-csi-provider/README.md @@ -1,6 +1,6 @@ # Pulumi ESC Secret Store CSI Driver - Helm Chart -![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) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-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 📜 @@ -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.2 --namespace kube-system +helm install pulumi-esc-csi-provider oci://ghcr.io/dirien/charts/pulumi-esc-csi-provider --version 0.1.3 --namespace kube-system ``` After a few seconds, the `pulumi-esc-csi-provider` should be running. @@ -41,7 +41,7 @@ The command removes all the Kubernetes components associated with the chart and |-----|------|---------|-------------| | args[0] | string | `"-endpoint=/provider/pulumi.sock"` | | | image.pullPolicy | string | `"Always"` | | -| image.repository | string | `"ghcr.io/dirien/secrets-store-csi-driver-provider-pulumi-esc"` | | +| image.repository | string | `"ghcr.io/dirien/pulumi-esc-csi-provider"` | | | image.tag | string | `""` | | | labels | object | `{}` | | | livenessProbe.failureThreshold | int | `2` | | diff --git a/chart/pulumi-esc-csi-provider/values.yaml b/chart/pulumi-esc-csi-provider/values.yaml index 9674dde..5b902b1 100644 --- a/chart/pulumi-esc-csi-provider/values.yaml +++ b/chart/pulumi-esc-csi-provider/values.yaml @@ -1,7 +1,7 @@ name: pulumi-esc-csi-provider namespace: kube-system image: - repository: ghcr.io/dirien/secrets-store-csi-driver-provider-pulumi-esc + repository: ghcr.io/dirien/pulumi-esc-csi-provider tag: '' pullPolicy: Always