Skip to content

Commit

Permalink
bump to 2024.10.5-1 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu authored Dec 11, 2024
1 parent 14a68db commit acbd92b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## authentik Chart

![Version: 2024.10.5](https://img.shields.io/badge/Version-2024.10.5-informational?style=for-the-badge)
![Version: 2024.10.5-1](https://img.shields.io/badge/Version-2024.10.5-1-1-informational?style=for-the-badge)
![AppVersion: 2024.10.5](https://img.shields.io/badge/AppVersion-2024.10.5-informational?style=for-the-badge)

See [README](./charts/authentik/README.md)
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: v2
version: 2024.10.5
version: 2024.10.5-1
appVersion: 2024.10.5
name: authentik
description: authentik is an open-source Identity Provider focused on flexibility and versatility
Expand Down
4 changes: 2 additions & 2 deletions 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: 2024.10.5](https://img.shields.io/badge/Version-2024.10.5-informational?style=for-the-badge)
![Version: 2024.10.5-1](https://img.shields.io/badge/Version-2024.10.5-1-informational?style=for-the-badge)
![AppVersion: 2024.10.5](https://img.shields.io/badge/AppVersion-2024.10.5-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility
Expand Down Expand Up @@ -138,7 +138,7 @@ The secret `authentik-postgres-credentials` must have `username` and `password`
| geoip.image.digest | string | `""` | If defined, an image digest for GeoIP images |
| geoip.image.pullPolicy | string | `"IfNotPresent"` | If defined, an imagePullPolicy for GeoIP images |
| geoip.image.repository | string | `"ghcr.io/maxmind/geoipupdate"` | If defined, a repository for GeoIP images |
| geoip.image.tag | string | `"v6.0.0"` | If defined, a tag for GeoIP images |
| geoip.image.tag | string | `"v7.1.0"` | If defined, a tag for GeoIP images |
| geoip.licenseKey | string | `""` | sign up under https://www.maxmind.com/en/geolite2/signup |
| geoip.resources | object | `{}` | Resource limits and requests for GeoIP containers |
| geoip.updateInterval | int | `8` | GeoIP update frequency, in hours |
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: 2024.10.5](https://img.shields.io/badge/Version-2024.10.5-informational?style=for-the-badge)
![Version: 2024.10.5-1](https://img.shields.io/badge/Version-2024.10.5-1-informational?style=for-the-badge)
![AppVersion: 2024.10.5](https://img.shields.io/badge/AppVersion-2024.10.5-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}
Expand Down

0 comments on commit acbd92b

Please sign in to comment.