Skip to content

Commit

Permalink
fix(terraform): update authentik (#2979)
Browse files Browse the repository at this point in the history
| datasource         | package               | from     | to       |
| ------------------ | --------------------- | -------- | -------- |
| terraform-provider | goauthentik/authentik | 2024.8.3 | 2024.8.4 |
| helm               | authentik             | 2024.8.2 | 2024.8.3 |

Co-authored-by: smurf-bot[bot] <137516995+smurf-bot[bot]@users.noreply.github.com>
  • Loading branch information
smurf-bot[bot] authored Sep 27, 2024
1 parent 6df921d commit 54bc860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: authentik
version: 2024.8.2
version: 2024.8.3
sourceRef:
kind: HelmRepository
name: authentik-charts
Expand Down
2 changes: 1 addition & 1 deletion terraform/authentik/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.8.3"
version = "2024.8.4"
}
}
}
Expand Down

0 comments on commit 54bc860

Please sign in to comment.