Skip to content

Commit

Permalink
Merge pull request #22 from dignajar/refactor/update-helm-chart-2-0-2
Browse files Browse the repository at this point in the history
Update Helm Chart for ALDAP v2.0.2
  • Loading branch information
dignajar authored Jun 7, 2021
2 parents 08a1587 + fde8819 commit 6aedb76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/another-ldap-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: another-ldap-auth
description: A Helm chart using another-ldap-auth to enable AD or LDAP based basic-authentication for ingress resources
type: application
version: 0.2.0
appVersion: 2.0.1
appVersion: 2.0.2
keywords:
- ingress
- nginx
Expand Down
2 changes: 1 addition & 1 deletion chart/another-ldap-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# another-ldap-auth

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.2](https://img.shields.io/badge/AppVersion-2.0.2-informational?style=flat-square)

A Helm chart using another-ldap-auth to enable AD or LDAP based basic-authentication for ingress resources

Expand Down
2 changes: 1 addition & 1 deletion chart/another-ldap-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: dignajar/another-ldap-auth
pullPolicy: IfNotPresent
tag: "2.0.1"
tag: "2.0.2"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 6aedb76

Please sign in to comment.