Skip to content

Commit

Permalink
use vendored deps, rebump version (#119)
Browse files Browse the repository at this point in the history
* use vendored deps

* Revert "Revert "bump version (#116)""

This reverts commit 987a7c9.

* fix deprecation warning

* fix ct config
  • Loading branch information
BeryJu authored Dec 23, 2022
1 parent 987a7c9 commit 03ac100
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 25 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,25 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: "0"

- name: Set up Helm
uses: azure/[email protected]

- uses: actions/setup-python@v4
with:
python-version: 3.9.2

- name: Set up chart-testing
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

## authentik Chart

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

See [README](./charts/authentik/README.md)

Expand Down
16 changes: 8 additions & 8 deletions charts/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ keywords:
- ldap
- idp
- sp
version: 2022.11.3
appVersion: 2022.11.3
version: 2022.11.4
appVersion: 2022.11.4
icon: https://goauthentik.io/img/icon.png
maintainers:
- name: authentik Team
Expand All @@ -26,19 +26,19 @@ maintainers:
dependencies:
- name: postgresql
version: 10.16.2
repository: https://charts.bitnami.com/bitnami
repository: https://charts.goauthentik.io
condition: postgresql.enabled
- name: redis
version: 15.7.6
repository: https://charts.bitnami.com/bitnami
repository: https://charts.goauthentik.io
condition: redis.enabled
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
annotations:
artifacthub.io/changes: |
- kind: changed
description: upgrade to authentik 2022.11.3
description: upgrade to authentik 2022.11.4
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Github
Expand All @@ -51,13 +51,13 @@ annotations:
url: https://goauthentik.io
artifacthub.io/images: |
- name: authentik
image: ghcr.io/goauthentik/server:2022.11.3
image: ghcr.io/goauthentik/server:2022.11.4
whitelisted: true
- name: authentik-outpost-proxy
image: ghcr.io/goauthentik/proxy:2022.11.3
image: ghcr.io/goauthentik/proxy:2022.11.4
whitelisted: true
- name: authentik-outpost-ldap
image: ghcr.io/goauthentik/ldap:2022.11.3
image: ghcr.io/goauthentik/ldap:2022.11.4
whitelisted: true
artifacthub.io/screenshots: |
- title: User interface
Expand Down
6 changes: 3 additions & 3 deletions charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![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/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2022.11.0](https://img.shields.io/badge/Version-2022.11.0-informational?style=for-the-badge)
![AppVersion: 2022.11.3](https://img.shields.io/badge/AppVersion-2022.11.3-informational?style=for-the-badge)
![Version: 2022.11.4](https://img.shields.io/badge/Version-2022.11.4-informational?style=for-the-badge)
![AppVersion: 2022.11.4](https://img.shields.io/badge/AppVersion-2022.11.4-informational?style=for-the-badge)

authentik is an open-source Identity Provider focused on flexibility and versatility

Expand Down Expand Up @@ -102,7 +102,7 @@ redis:
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.repository | string | `"ghcr.io/goauthentik/server"` | |
| image.tag | string | `"2022.11.3"` | |
| image.tag | string | `"2022.11.4"` | |
| ingress.annotations | object | `{}` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"authentik.domain.tld"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/authentik/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

[![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/workflow/status/goauthentik/helm/Lint%20and%20Test%20Chart?label=cid&style=for-the-badge)](https://github.com/goauthentik/helm/actions/workflows/lint-test.yaml)
![Version: 2022.11.0](https://img.shields.io/badge/Version-2022.11.0-informational?style=for-the-badge)
![AppVersion: 2022.11.3](https://img.shields.io/badge/AppVersion-2022.11.3-informational?style=for-the-badge)
![Version: 2022.11.4](https://img.shields.io/badge/Version-2022.11.4-informational?style=for-the-badge)
![AppVersion: 2022.11.4](https://img.shields.io/badge/AppVersion-2022.11.4-informational?style=for-the-badge)

{{ template "chart.deprecationWarning" . }}

Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/ci/ct-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2022.11.3
tag: 2022.11.4
pullPolicy: IfNotPresent

ingress:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ worker:

image:
repository: ghcr.io/goauthentik/server
tag: 2022.11.3
tag: 2022.11.4
# -- optional container image digest
digest: ""
pullPolicy: IfNotPresent
Expand Down
1 change: 1 addition & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target-branch: main
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- authentik=https://charts.goauthentik.io
- k8s-at-home=https://library-charts.k8s-at-home.com
helm-extra-args: --timeout 180s
check-version-increment: false
Expand Down

0 comments on commit 03ac100

Please sign in to comment.