Skip to content

Commit

Permalink
Merge pull request #6 from m-barthelemy/feature/update-git-and-image-…
Browse files Browse the repository at this point in the history
…repo

Feature/update git and image repo
  • Loading branch information
m-barthelemy authored Jun 7, 2023
2 parents 94f9da0 + 633375e commit 304d803
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
> **Warning**
>
> This is a fork of the now unmaintained official repository.
> This forks aims at keeping the dependencies and Docker image up to date and (ideally) free of vulnerabilities. Pull Requests for bug fixes and minor new features are welcome.
# Dex K8s Authenticator

[![golang-lint](https://github.com/mintel/dex-k8s-authenticator/workflows/golangci-lint/badge.svg)](https://github.com/mintel/dex-k8s-authenticator/actions/workflows/golangci-lint.yml)
[![k8s-lint](https://github.com/mintel/dex-k8s-authenticator/workflows/k8s-lint/badge.svg)](https://github.com/mintel/dex-k8s-authenticator/actions/workflows/k8s.yml)
[![golang-lint](https://github.com/m-barthelemy/dex-k8s-authenticator/workflows/golangci-lint/badge.svg)](https://github.com/m-barthelemy/dex-k8s-authenticator/actions/workflows/golangci-lint.yml)
[![k8s-lint](https://github.com/m-barthelemy/dex-k8s-authenticator/workflows/k8s-lint/badge.svg)](https://github.com/m-barthelemy/dex-k8s-authenticator/actions/workflows/k8s.yml)

A helper web-app which talks to one or more [Dex Identity services](https://github.com/dexidp/dex) to generate
`kubectl` commands for creating and modifying a `kubeconfig`.
Expand Down
4 changes: 2 additions & 2 deletions charts/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Helm charts for installing 'dex' with 'dex-k8s-authenticator'

The charts in this folder install [`dex`](https://github.com/coreos/dex)
with [`dex-k8s-authenticator`](https://github.com/mintel/dex-k8s-authenticator)
with [`dex-k8s-authenticator`](https://github.com/m-barthelemy/dex-k8s-authenticator)

`dex-k8s-authenticator` is a helper application for `dex`. `dex` lets you use external
Identify Providers (like Google, Microsoft, GitHub, LDAP) to authenticate access to Kubernetes cluster
Expand All @@ -12,7 +12,7 @@ Each install of `dex` and/or `dex-k8s-authenticator` can support multiple Kubern
So you can install one of each for all your clusters, one in each cluster, or any combination.

```
git clone https://github.com/mintel/dex-k8s-authenticator.git
git clone https://github.com/m-barthelemy/dex-k8s-authenticator.git
helm inspect values charts/dex > dex.yaml
helm inspect values charts/dex-k8s-authenticator > dex-k8s-authenticator.yaml
```
Expand Down
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
appVersion: "v1.4.0"
description: "Authenticator for using Dex with Kubernetes"
name: dex-k8s-authenticator
version: 1.4.0
version: 1.5.0
sources:
- https://github.com/mintel/dex-k8s-authenticator
- https://github.com/m-barthelemy/dex-k8s-authenticator
maintainers:
- name: Nick Badger
email: [email protected]
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helm chart for dex-k8s-authenticator

This chart installs [`dex-k8s-authenticator`](https://github.com/mintel/dex-k8s-authenticator) in a Kubernetes cluster.
This chart installs [`dex-k8s-authenticator`](https://github.com/m-barthelemy/dex-k8s-authenticator) in a Kubernetes cluster.
`dex-k8s-authenticator` is a helper application for [`dex`](https://github.com/coreos/dex). `dex` lets you use external
Identify Providers (like Google, Microsoft, GitHUb, LDAP) to authenticate access to Kubernetes cluster
(e.g. for `kubectl`). This helper makes it easy to provide a web UI for one or more clusters.
Expand All @@ -18,7 +18,7 @@ global:
replicaCount: 1

image:
repository: mintel/dex-k8s-authenticator
repository: m-barthelemy/dex-k8s-authenticator
tag: latest
pullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ global:
replicaCount: 1

image:
repository: mintel/dex-k8s-authenticator
tag: 1.4.0
repository: m-barthelemy/dex-k8s-authenticator
tag: 1.5.0
pullPolicy: Always

imagePullSecrets: {}
Expand Down

0 comments on commit 304d803

Please sign in to comment.