Skip to content

Commit

Permalink
Merge pull request #2355 from kashalls/renovate/authentik-2024.x
Browse files Browse the repository at this point in the history
feat(terraform): update terraform authentik to 2024.4.0
  • Loading branch information
kashalls committed Apr 26, 2024
2 parents 300a39c + 1891a7f commit 1c693c8
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: authentik
version: 2024.2.3
version: 2024.4.0
sourceRef:
kind: HelmRepository
name: authentik
Expand Down
60 changes: 30 additions & 30 deletions terraform/authentik/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/authentik/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
authentik = {
source = "goauthentik/authentik"
version = "2024.2.0"
version = "2024.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/authentik/oauth2_application/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.2.0"
version = "2024.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/authentik/proxy_application/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.2.0"
version = "2024.4.0"
}
}
}
Expand Down

0 comments on commit 1c693c8

Please sign in to comment.