Skip to content

Commit

Permalink
Merge pull request #31 from SUSE/develop
Browse files Browse the repository at this point in the history
Feature/Dump d389 chart (#30)
  • Loading branch information
devpro authored Nov 5, 2024
2 parents 167cc7c + 9946dd8 commit 05e2d01
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion charts/ds389/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/ds389/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Helm chart for 389 Directory Server
1 change: 0 additions & 1 deletion charts/ds389/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Default values for ds389-helm-chart
ds389:
nsName: "ds389"
name: "ds389"
Expand Down

0 comments on commit 05e2d01

Please sign in to comment.