Closed renovate[bot] closed 5 months ago
--- kubernetes/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik
+++ kubernetes/apps/security/authentik/app Kustomization: flux-system/authentik HelmRelease: security/authentik
@@ -14,13 +14,13 @@
chart: authentik
interval: 5m
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
- version: 2024.2.2
+ version: 2024.4.1
interval: 30m
values:
authentik:
email:
port: 465
use_ssl: true
--- HelmRelease: security/authentik Deployment: security/authentik-server
+++ HelmRelease: security/authentik Deployment: security/authentik-server
@@ -26,25 +26,25 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: 3b129fdda50ca05c2f7ae44ffedf3fa6403759609d4ed952aa5952089a02cd4c
+ checksum/secret: e009d550658db386e249ed8314609efe030eb6d669fb7d19a6ded9398fa54f64
secret.reloader.stakater.com/reload: authentik-secret
spec:
terminationGracePeriodSeconds: 30
initContainers:
- envFrom:
- secretRef:
name: authentik-secret
image: ghcr.io/onedr0p/postgres-init:16
name: init-db
containers:
- name: server
- image: ghcr.io/goauthentik/server:2024.2.2
+ image: ghcr.io/goauthentik/server:2024.4.1
imagePullPolicy: IfNotPresent
args:
- server
env:
- name: AUTHENTIK_LISTEN__HTTP
value: 0.0.0.0:9000
--- HelmRelease: security/authentik Deployment: security/authentik-worker
+++ HelmRelease: security/authentik Deployment: security/authentik-worker
@@ -26,29 +26,59 @@
app.kubernetes.io/name: authentik
app.kubernetes.io/instance: authentik
app.kubernetes.io/component: worker
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: authentik
annotations:
- checksum/secret: 3b129fdda50ca05c2f7ae44ffedf3fa6403759609d4ed952aa5952089a02cd4c
+ checksum/secret: e009d550658db386e249ed8314609efe030eb6d669fb7d19a6ded9398fa54f64
secret.reloader.stakater.com/reload: authentik-secret
spec:
serviceAccountName: authentik
terminationGracePeriodSeconds: 30
containers:
- name: worker
- image: ghcr.io/goauthentik/server:2024.2.2
+ image: ghcr.io/goauthentik/server:2024.4.1
imagePullPolicy: IfNotPresent
args:
- worker
env: null
envFrom:
- secretRef:
name: authentik
- secretRef:
name: authentik-secret
+ livenessProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 3
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
+ readinessProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 3
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
+ startupProbe:
+ exec:
+ command:
+ - ak
+ - healthcheck
+ failureThreshold: 60
+ initialDelaySeconds: 5
+ periodSeconds: 10
+ successThreshold: 1
+ timeoutSeconds: 1
resources:
limits:
memory: 1Gi
requests:
cpu: 50m
memory: 512Mi
This PR contains the following updates:
2024.4.0
->2024.4.2
Release Notes
goauthentik/terraform-provider-authentik (authentik)
### [`v2024.4.2`](https://togithub.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.4.2) [Compare Source](https://togithub.com/goauthentik/terraform-provider-authentik/compare/v2024.4.1...v2024.4.2) #### Changelog - [`7daa368`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/7daa368bf4b830524cf3a2cba467dbf0609eb143): Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`12e96cd`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/12e96cd36b7219c6c4aa904eaa9ed2c3288b928e): Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 ([#509](https://togithub.com/goauthentik/terraform-provider-authentik/issues/509)) ([@BeryJu](https://togithub.com/BeryJu)) - [`799f3ed`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/799f3edaed4f265235f1bd2c36209d1f53cd572c): fix crash in token when no expiry is set ([@BeryJu](https://togithub.com/BeryJu)) - [`1f480bc`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/1f480bcf9d3bdfeeca14d924bd5f905fd5e4e22d): remove unused argument ([@BeryJu](https://togithub.com/BeryJu)) - [`9aa0106`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/9aa0106f250784193c9d933863403b31e55f26df): allow setting include_users for group data sources ([@BeryJu](https://togithub.com/BeryJu)) - [`8409361`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/840936162f15766968edcb55733d9b55765b2c03): fix schema for system settings' footer_links ([@BeryJu](https://togithub.com/BeryJu)) - [`40b8ae3`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/40b8ae33dab9b7f2a3c4723ae68df2a0b70867f3): add missing pretend_user_exists to stage_identification ([@BeryJu](https://togithub.com/BeryJu)) - [`e990436`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/e99043609f7cc7a0253ee8b043a973570740a2c9): fix schema for system settings' footer_links ([#511](https://togithub.com/goauthentik/terraform-provider-authentik/issues/511)) ([@BeryJu](https://togithub.com/BeryJu)) - [`b3de59d`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/b3de59d11aba5ae4cb45fcaaba2a5a00f036c086): add missing pretend_user_exists to stage_identification ([#512](https://togithub.com/goauthentik/terraform-provider-authentik/issues/512)) ([@BeryJu](https://togithub.com/BeryJu)) - [`28a3381`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/28a3381761cbba13aad8494f94d3e94310de9f30): fix schema ([@BeryJu](https://togithub.com/BeryJu)) - [`5fff694`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/5fff6944a35fb04b93196947c91119e1e198bc04): allow setting include_users for group data sources ([#510](https://togithub.com/goauthentik/terraform-provider-authentik/issues/510)) ([@BeryJu](https://togithub.com/BeryJu)) ### [`v2024.4.1`](https://togithub.com/goauthentik/terraform-provider-authentik/releases/tag/v2024.4.1) [Compare Source](https://togithub.com/goauthentik/terraform-provider-authentik/compare/v2024.4.0...v2024.4.1) ##### Changelog - [`0c036e4`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/0c036e48401338b4eb6fc5ffe6683bf7bdea1983): Bump goauthentik.io/api/v3 from 3.2024022.8 to 3.2024040.1 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`145be2a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/145be2a2ff919df4d6739010b0f04b78ef393172): Bump goauthentik.io/api/v3 from 3.2024022.8 to 3.2024040.1 ([#498](https://togithub.com/goauthentik/terraform-provider-authentik/issues/498)) ([@BeryJu](https://togithub.com/BeryJu)) - [`f99a304`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/f99a30494c55810304b49a3c13034e42117b350d): Bump goauthentik.io/api/v3 from 3.2024040.1 to 3.2024041.1 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`2b92b4b`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/2b92b4be451bb892b0b0b4c5258dcf977986568d): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`b7766e1`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/b7766e15b2643ea74c582fcbb62e1597e9a6001e): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 ([#500](https://togithub.com/goauthentik/terraform-provider-authentik/issues/500)) ([@BeryJu](https://togithub.com/BeryJu)) - [`656addb`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/656addb8eb70172658f87fa46992122afa2ae904): add system settings resource ([@BeryJu](https://togithub.com/BeryJu)) - [`172bd2a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/172bd2a81ca0b18eb34fa76c2d37d90fa9a3bb87): Bump goauthentik.io/api/v3 from 3.2024040.1 to 3.2024041.1 ([#499](https://togithub.com/goauthentik/terraform-provider-authentik/issues/499)) ([@BeryJu](https://togithub.com/BeryJu)) - [`fc2a0db`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/fc2a0db4f5ae4cd404dff79a85ecb8730f71a866): add system settings resource ([#502](https://togithub.com/goauthentik/terraform-provider-authentik/issues/502)) ([@BeryJu](https://togithub.com/BeryJu)) - [`c122543`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/c1225431abba4eb6735fe61fdd1fb434d2c039e6): Bump goauthentik.io/api/v3 from 3.2024041.1 to 3.2024041.2 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`6b1f862`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/6b1f8625374fcbdc9956b700f25295ef177d21ca): Bump goauthentik.io/api/v3 from 3.2024041.1 to 3.2024041.2 ([#503](https://togithub.com/goauthentik/terraform-provider-authentik/issues/503)) ([@BeryJu](https://togithub.com/BeryJu)) - [`6eca87a`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/6eca87a2f0e1be234d5cd7879bc02dcfb67d83cb): Bump goauthentik.io/api/v3 from 3.2024041.2 to 3.2024041.3 ([@dependabot](https://togithub.com/dependabot)\[bot]) - [`fa05b74`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/fa05b74c13013c4c184a3084398a403f3863f38c): Bump goauthentik.io/api/v3 from 3.2024041.2 to 3.2024041.3 ([#504](https://togithub.com/goauthentik/terraform-provider-authentik/issues/504)) ([@BeryJu](https://togithub.com/BeryJu)) - [`84931cf`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/84931cffe5a83c9bc5f064304736776d1c6f30af): add deny_stage deny_message ([@BeryJu](https://togithub.com/BeryJu)) - [`236e2ec`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/236e2ec0d65e196d4c1146c05bf00486b0b1bf2c): fix typo ([@BeryJu](https://togithub.com/BeryJu)) - [`4401a3c`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/4401a3c58fb685f2ce658ddd8c7777efdc41f45c): add webauthn device type test ([@BeryJu](https://togithub.com/BeryJu)) - [`0003629`](https://togithub.com/goauthentik/terraform-provider-authentik/commit/0003629258e0e85bcad8902e3dc0597d71fb132e): add deny_stage deny_message ([#505](https://togithub.com/goauthentik/terraform-provider-authentik/issues/505)) ([@BeryJu](https://togithub.com/BeryJu))Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.