diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22595ec..62a850f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,8 @@ jobs: uses: azure/setup-helm@v4.2.0 with: version: v3.14.0 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Add dependency Helm chart repositories run: | helm repo add bitnami https://charts.bitnami.com/bitnami diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 8afe998..7b88e91 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -45,6 +45,8 @@ jobs: uses: azure/setup-helm@v4.2.0 with: version: v3.14.0 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Add dependency Helm chart repositories run: | helm repo add bitnami https://charts.bitnami.com/bitnami diff --git a/README.md b/README.md index 8f462c2..3f107bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Lab Setup [![CI](https://github.com/SUSE/lab-setup/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/SUSE/lab-setup/actions/workflows/ci.yml) +[![PKG](https://github.com/SUSE/lab-setup/actions/workflows/pkg.yml/badge.svg?branch=main)](https://github.com/SUSE/lab-setup/actions/workflows/main.yml) Welcome! You'll find in this repository everything needed to setup a lab environment from open-source components. diff --git a/charts/ds389/Chart.yaml b/charts/ds389/Chart.yaml index afff6b0..931f0cf 100644 --- a/charts/ds389/Chart.yaml +++ b/charts/ds389/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ds389 description: A Helm chart for deploying the 389 Directory Server -version: 1.0.1 +version: 1.0.2 appVersion: "1.0" maintainers: - name: rmahique diff --git a/charts/ds389/README.md b/charts/ds389/README.md new file mode 100644 index 0000000..b9cddd4 --- /dev/null +++ b/charts/ds389/README.md @@ -0,0 +1 @@ +# Helm chart for 389 Directory Server diff --git a/charts/ds389/values.yaml b/charts/ds389/values.yaml index bed3109..20c2d84 100644 --- a/charts/ds389/values.yaml +++ b/charts/ds389/values.yaml @@ -1,4 +1,3 @@ -# Default values for ds389-helm-chart ds389: nsName: "ds389" name: "ds389"