-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(helm): update chart authentik ( 2024.10.1 → 2024.10.2 ) #4641
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | --------- | --------- | --------- | | helm | authentik | 2024.10.1 | 2024.10.2 |
repo-jeeves
bot
added
renovate/helm
Issue relates to a Renovate helm update
type/patch
Issue relates to a patch version bump
cluster/main
Changes made in the main cluster
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
labels
Nov 14, 2024
--- kubernetes/main/apps/security/authentik/app Kustomization: flux-system/security-authentik HelmRelease: security/authentik
+++ kubernetes/main/apps/security/authentik/app Kustomization: flux-system/security-authentik HelmRelease: security/authentik
@@ -14,13 +14,13 @@
chart: authentik
interval: 5m
sourceRef:
kind: HelmRepository
name: authentik-charts
namespace: flux-system
- version: 2024.10.1
+ version: 2024.10.2
interval: 30m
values:
authentik:
redis:
db: 1
host: dragonfly.dbms.svc.cluster.local |
--- 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: b6cf67a0d5ebab72e3c7979d15ac017ef2d748ed33b3e80dcb2aef2fd16334e5
+ checksum/secret: 355ba3950a62609f651d854ec1fcd09a347ded096822c6f0e9fbfdacd2836b49
secret.reloader.stakater.com/reload: authentik-secret
spec:
terminationGracePeriodSeconds: 30
initContainers:
- envFrom:
- secretRef:
name: authentik-secret
image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
name: init-db
containers:
- name: server
- image: ghcr.io/goauthentik/server:2024.10.1
+ image: ghcr.io/goauthentik/server:2024.10.2
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,20 +26,20 @@
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: b6cf67a0d5ebab72e3c7979d15ac017ef2d748ed33b3e80dcb2aef2fd16334e5
+ checksum/secret: 355ba3950a62609f651d854ec1fcd09a347ded096822c6f0e9fbfdacd2836b49
secret.reloader.stakater.com/reload: authentik-secret
spec:
serviceAccountName: authentik
terminationGracePeriodSeconds: 30
containers:
- name: worker
- image: ghcr.io/goauthentik/server:2024.10.1
+ image: ghcr.io/goauthentik/server:2024.10.2
imagePullPolicy: IfNotPresent
args:
- worker
env: null
envFrom:
- secretRef:
--- HelmRelease: security/authentik PrometheusRule: security/authentik
+++ HelmRelease: security/authentik PrometheusRule: security/authentik
@@ -141,17 +141,18 @@
annotations:
summary: Pending database migrations
message: authentik instance {{ $labels.instance }} has pending database migrations
- alert: FailedSystemTasks
labels:
severity: critical
- expr: sum(increase(authentik_system_tasks{status="error"}[2h])) > 0
+ expr: sum(increase(authentik_system_tasks{status="error"}[2h])) by (task_name,
+ task_uid) > 0
for: 2h
annotations:
summary: Failed system tasks
- message: System task {{ $labels.task_name }} has failed
+ message: System task {{ $labels.task_name }}:{{ $labels.task_uid }} has failed
- alert: DisconnectedOutposts
labels:
severity: critical
expr: sum by (outpost) (max without (pid) (authentik_outposts_connected{uid!~"specific.*"})) <
1
for: 30m |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cluster/main
Changes made in the main cluster
renovate/helm
Issue relates to a Renovate helm update
size/XS
Marks a PR that changes 0-9 lines, ignoring generated files
type/patch
Issue relates to a patch version bump
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2024.10.1
->2024.10.2
Release Notes
goauthentik/helm (authentik)
v2024.10.2
Compare Source
authentik is an open-source Identity Provider focused on flexibility and versatility
What's Changed
Full Changelog: goauthentik/helm@authentik-2024.10.1...authentik-2024.10.2