Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8940fe1

Browse files
authored
Merge pull request #3 from cetic/develop
fixing name issue
2 parents 124aff7 + e17bcf2 commit 8940fe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
name: helm-github-pages
1010
environment:
1111
- GITHUB_PAGES_REPO: cetic/helm-charts
12-
- HELM_CHART: phpldap-admin
12+
- HELM_CHART: phpldapadmin
1313
command: wget -O - https://raw.githubusercontent.com/cetic/helm-phpLDAPadmin/develop/publish.sh | sh

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: phpldap-admin
2-
version: 0.1.1
1+
name: phpldapadmin
2+
version: 0.1.2
33
appVersion: 0.7.1
44
description: Web-based LDAP browser to manage your LDAP server
55
keywords:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following items can be set via `--set` flag during installation or configure
4242
Install the phpLDAPadmin helm chart with a release name `my-release`:
4343

4444
```bash
45-
helm install --name my-release cetic/phpldap-admin
45+
helm install --name my-release cetic/phpldapadmin
4646
```
4747

4848
## Uninstallation

0 commit comments

Comments
 (0)