Skip to content

Commit

Permalink
Migrate to calver, bump version (#60)
Browse files Browse the repository at this point in the history
* bump version

* migrate to calver

* add priorityClassName support

closes #48
  • Loading branch information
BeryJu authored Mar 14, 2022
1 parent a84d181 commit cd9be97
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## authentik Chart

![Version: 5.2.3](https://img.shields.io/badge/Version-5.2.3-informational?style=for-the-badge)
![AppVersion: 2021.12.5](https://img.shields.io/badge/AppVersion-2021.12.5-informational?style=for-the-badge)
![Version: 2022.3.1](https://img.shields.io/badge/Version-2022.3.1-informational?style=for-the-badge)
![AppVersion: 2022.3.1](https://img.shields.io/badge/AppVersion-2022.3.1-informational?style=for-the-badge)

See [README](./charts/authentik/README.md)

Expand Down
12 changes: 6 additions & 6 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 5.2.3
appVersion: 2021.12.5
version: 2022.3.1
appVersion: 2022.3.1
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
maintainers:
- name: BeryJu
Expand All @@ -41,7 +41,7 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2021.12.5
description: upgrade to authentik 2022.3.1
- kind: changed
description: upgrade to latest k8s-at-home common chart
artifacthub.io/license: GPL-3.0-only
Expand All @@ -59,8 +59,8 @@ annotations:
url: https://github.com/dirtycajunrice
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2021.12.5
image: ghcr.io/goauthentik/server:2022.3.1
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2021.12.5
image: ghcr.io/goauthentik/proxy:2022.3.1
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2021.12.5
image: ghcr.io/goauthentik/ldap:2022.3.1
6 changes: 3 additions & 3 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 5.2.3](https://img.shields.io/badge/Version-5.2.3-informational?style=for-the-badge)
![AppVersion: 2021.12.5](https://img.shields.io/badge/AppVersion-2021.12.5-informational?style=for-the-badge)
![Version: 2022.3.1](https://img.shields.io/badge/Version-2022.3.1-informational?style=for-the-badge)
![AppVersion: 2022.3.1](https://img.shields.io/badge/AppVersion-2022.3.1-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down Expand Up @@ -108,7 +108,7 @@ redis:
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2021.12.5"` | |
| image.tag | string | `"2022.3.1"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 5.2.3](https://img.shields.io/badge/Version-5.2.3-informational?style=for-the-badge)
![AppVersion: 2021.12.5](https://img.shields.io/badge/AppVersion-2021.12.5-informational?style=for-the-badge)
![Version: 2022.3.1](https://img.shields.io/badge/Version-2022.3.1-informational?style=for-the-badge)
![AppVersion: 2022.3.1](https://img.shields.io/badge/AppVersion-2022.3.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.12.5
tag: 2022.3.1
pullPolicy: IfNotPresent

ingress:
Expand Down
5 changes: 5 additions & 0 deletions charts/authentik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ spec:
{{- end }}
{{- tpl (toYaml $initContainers) $ | nindent 8 }}
{{- end }}
{{ if eq . "server" -}}
priorityClassName: {{ $.Values.priorityClassName }}
{{- else -}}
priorityClassName: {{ $.Values.worker.priorityClassName }}
{{- end }}
containers:
- name: {{ $.Chart.Name }}
image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
Expand Down
6 changes: 5 additions & 1 deletion charts/authentik/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# -- Server replicas
replicas: 1
# -- Custom priority class for different treatment by the scheduler
priorityClassName:

worker:
# -- worker replicas
replicas: 1
# -- Custom priority class for different treatment by the scheduler
priorityClassName:

image:
repository: ghcr.io/goauthentik/server
tag: 2021.12.5
tag: 2022.3.1
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit cd9be97

Please sign in to comment.