diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b98079e..f366b265 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,6 +88,10 @@ jobs: else echo "There are no Git diffs in the /helm-chart folder." fi + - name: Install Helm Docs + uses: envoy/install-helm-docs@v1.0.0 + with: + version: 1.11.0 - name: Helm lint and template run: | make helm diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 515b8125..6b7d1a9e 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -2,5 +2,4 @@ apiVersion: v2 name: piper description: A Helm chart for Piper type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 1.0.1 \ No newline at end of file diff --git a/helm-chart/README.md b/helm-chart/README.md index 268a2941..9b9174f8 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -1,6 +1,6 @@ # piper -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) A Helm chart for Piper @@ -31,10 +31,10 @@ A Helm chart for Piper | nameOverride | string | `""` | String to partially override "piper.fullname" template | | nodeSelector | object | `{}` | [Node selector] | | piper.argoWorkflows.crdCreation | bool | `true` | Whether create Workflow CRD or send direct commands to Argo Workflows server. | -| piper.argoWorkflows.server.address | string | `"argo-workflows-server.workflows.svc.cluster.local"` | The DNS address of Argo Workflow server that Piper can address. | +| piper.argoWorkflows.server.address | string | `""` | The DNS address of Argo Workflow server that Piper can address. | | piper.argoWorkflows.server.existingSecret | string | `nil` | | | piper.argoWorkflows.server.namespace | string | `""` | The namespace in which the Workflow CRD will be created. | -| piper.argoWorkflows.server.token | string | `nil` | This will create a secret named -token and with the key 'token' | +| piper.argoWorkflows.server.token | string | `""` | This will create a secret named -token and with the key 'token' | | piper.gitProvider.existingSecret | string | `nil` | | | piper.gitProvider.name | string | `"github"` | Name of your git provider (github/gitlab/bitbucket). for now, only github supported. | | piper.gitProvider.organization.name | string | `""` | Name of your Git Organization | diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 089e41af..1e4202d1 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -41,7 +41,7 @@ piper: # -- The namespace in which the Workflow CRD will be created. namespace: "" # -- The DNS address of Argo Workflow server that Piper can address. - address: "" #argo-workflows-server.workflows.svc.cluster.local + address: "" # -- The token for authentication with Argo Workflows server. # -- This will create a secret named -token and with the key 'token' token: ""