Skip to content

Commit 82e24cb

Browse files
authored
bump to 2023.4.1 (#149)
1 parent e989841 commit 82e24cb

File tree

6 files changed

+35
-15
lines changed

6 files changed

+35
-15
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[*.html]
11+
indent_size = 2
12+
13+
[*.{yaml,yml}]
14+
indent_size = 2
15+
16+
[*.go]
17+
indent_style = tab
18+
19+
[Makefile]
20+
indent_style = tab

charts/authentik/Chart.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
version: 2023.4.0
3-
appVersion: 2023.4.0
2+
version: 2023.4.1
3+
appVersion: 2023.4.1
44
name: authentik
55
description: authentik is an open-source Identity Provider focused on flexibility and versatility
66
type: application
@@ -47,7 +47,7 @@ dependencies:
4747
annotations:
4848
artifacthub.io/changes: |
4949
- kind: changed
50-
description: upgrade to authentik 2023.4.0
50+
description: upgrade to authentik 2023.4.1
5151
artifacthub.io/license: MIT
5252
artifacthub.io/links: |
5353
- name: Github
@@ -60,16 +60,16 @@ annotations:
6060
url: https://goauthentik.io
6161
artifacthub.io/images: |
6262
- name: authentik
63-
image: ghcr.io/goauthentik/server:2023.4.0
63+
image: ghcr.io/goauthentik/server:2023.4.1
6464
whitelisted: true
6565
- name: authentik-outpost-proxy
66-
image: ghcr.io/goauthentik/proxy:2023.4.0
66+
image: ghcr.io/goauthentik/proxy:2023.4.1
6767
whitelisted: true
6868
- name: authentik-outpost-ldap
69-
image: ghcr.io/goauthentik/ldap:2023.4.0
69+
image: ghcr.io/goauthentik/ldap:2023.4.1
7070
whitelisted: true
7171
- name: authentik-outpost-radius
72-
image: ghcr.io/goauthentik/radius:2023.4.0
72+
image: ghcr.io/goauthentik/radius:2023.4.1
7373
whitelisted: true
7474
artifacthub.io/screenshots: |
7575
- title: User interface

charts/authentik/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
9-
![Version: 2023.4.0](https://img.shields.io/badge/Version-2023.4.0-informational?style=for-the-badge)
10-
![AppVersion: 2023.4.0](https://img.shields.io/badge/AppVersion-2023.4.0-informational?style=for-the-badge)
9+
![Version: 2023.4.1](https://img.shields.io/badge/Version-2023.4.1-informational?style=for-the-badge)
10+
![AppVersion: 2023.4.1](https://img.shields.io/badge/AppVersion-2023.4.1-informational?style=for-the-badge)
1111

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

@@ -103,7 +103,7 @@ redis:
103103
| image.pullPolicy | string | `"IfNotPresent"` | |
104104
| image.pullSecrets | list | `[]` | |
105105
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
106-
| image.tag | string | `"2023.4.0"` | |
106+
| image.tag | string | `"2023.4.1"` | |
107107
| ingress.annotations | object | `{}` | |
108108
| ingress.enabled | bool | `false` | |
109109
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
@@ -130,8 +130,8 @@ redis:
130130
| prometheus.rules.labels | object | `{}` | labels additional on PrometheusRule |
131131
| prometheus.serviceMonitor.create | bool | `false` | |
132132
| prometheus.serviceMonitor.interval | string | `"30s"` | |
133-
| prometheus.serviceMonitor.scrapeTimeout | string | `"3s"` | |
134133
| prometheus.serviceMonitor.labels | object | `{}` | labels additional on ServiceMonitor |
134+
| prometheus.serviceMonitor.scrapeTimeout | string | `"3s"` | |
135135
| readinessProbe.enabled | bool | `true` | |
136136
| readinessProbe.httpGet.path | string | `"/-/health/ready/"` | |
137137
| readinessProbe.httpGet.port | string | `"http"` | |

charts/authentik/README.md.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[![Join Discord](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://goauthentik.io/discord)
88
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/goauthentik/helm/lint-test.yaml?branch=main&label=ci&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
9-
![Version: 2023.4.0](https://img.shields.io/badge/Version-2023.4.0-informational?style=for-the-badge)
10-
![AppVersion: 2023.4.0](https://img.shields.io/badge/AppVersion-2023.4.0-informational?style=for-the-badge)
9+
![Version: 2023.4.1](https://img.shields.io/badge/Version-2023.4.1-informational?style=for-the-badge)
10+
![AppVersion: 2023.4.1](https://img.shields.io/badge/AppVersion-2023.4.1-informational?style=for-the-badge)
1111

1212
{{ template "chart.deprecationWarning" . }}
1313

charts/authentik/ci/ct-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ worker:
55

66
image:
77
repository: ghcr.io/goauthentik/server
8-
tag: 2023.4.0
8+
tag: 2023.4.1
99
pullPolicy: IfNotPresent
1010

1111
ingress:

charts/authentik/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ worker:
1515

1616
image:
1717
repository: ghcr.io/goauthentik/server
18-
tag: 2023.4.0
18+
tag: 2023.4.1
1919
# -- optional container image digest
2020
digest: ""
2121
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)