Skip to content

Commit

Permalink
Bump RBAC and fix rules (#187)
Browse files Browse the repository at this point in the history
* fix failed system task rules

* bump rbac
  • Loading branch information
BeryJu committed Jul 13, 2023
1 parent 9eb23f2 commit b9e4a80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 2023.6.2
version: 2023.6.3
appVersion: 2023.6.1
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
condition: redis.enabled
- name: authentik-remote-cluster
repository: https://charts.goauthentik.io
version: 1.2.1
version: 1.2.2
condition: serviceAccount.create
alias: serviceAccount
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![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/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)
![Version: 2023.6.2](https://img.shields.io/badge/Version-2023.6.2-informational?style=for-the-badge)
![Version: 2023.6.3](https://img.shields.io/badge/Version-2023.6.3-informational?style=for-the-badge)
![AppVersion: 2023.6.1](https://img.shields.io/badge/AppVersion-2023.6.1-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![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/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)
![Version: 2023.6.2](https://img.shields.io/badge/Version-2023.6.2-informational?style=for-the-badge)
![Version: 2023.6.3](https://img.shields.io/badge/Version-2023.6.3-informational?style=for-the-badge)
![AppVersion: 2023.6.1](https://img.shields.io/badge/AppVersion-2023.6.1-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/templates/prom-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
- alert: FailedSystemTasks
labels:
severity: critical
expr: sum(increase(authentik_system_tasks{status="TaskResultStatus.ERROR"}[2h])) > 0
expr: sum(increase(authentik_system_tasks{status="error"}[2h])) > 0
for: 2h
annotations:
{{`
Expand Down

0 comments on commit b9e4a80

Please sign in to comment.