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

Commit

Permalink
Merge pull request #3 from cetic/develop
Browse files Browse the repository at this point in the history
fixing name issue
  • Loading branch information
alexnuttinck authored Aug 7, 2019
2 parents 124aff7 + e17bcf2 commit 8940fe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
name: helm-github-pages
environment:
- GITHUB_PAGES_REPO: cetic/helm-charts
- HELM_CHART: phpldap-admin
- HELM_CHART: phpldapadmin
command: wget -O - https://raw.githubusercontent.com/cetic/helm-phpLDAPadmin/develop/publish.sh | sh
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: phpldap-admin
version: 0.1.1
name: phpldapadmin
version: 0.1.2
appVersion: 0.7.1
description: Web-based LDAP browser to manage your LDAP server
keywords:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following items can be set via `--set` flag during installation or configure
Install the phpLDAPadmin helm chart with a release name `my-release`:

```bash
helm install --name my-release cetic/phpldap-admin
helm install --name my-release cetic/phpldapadmin
```

## Uninstallation
Expand Down

0 comments on commit 8940fe1

Please sign in to comment.