Skip to content
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
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/[email protected]
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/[email protected]
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
Loading