generated from onedr0p/cluster-template
-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update helm chart authentik to 5.2.2 #326
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Zee Aslam <[email protected]>
bloopy-boi
bot
added
area/cluster
Changes made in the cluster directory
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
labels
Feb 28, 2022
Path: @@ -30,7 +30,7 @@
namespace: default
type: Opaque
data:
- postgresql-postgres-password: "T1p4TnFZa3ZCNQ=="
+ postgresql-postgres-password: "azlUT0tTNTRKRw=="
postgresql-password: "JHtTRUNSRVRfQVVUSEVOVElLX1BPU1RHUkVTX1BBU1NXT1JEfQ=="
---
# Source: authentik/charts/redis/templates/configmap.yaml
@@ -417,13 +417,13 @@
args: ["server"]
env:
- name: AUTHENTIK_AVATARS
- value: gravatar
+ value: "gravatar"
- name: AUTHENTIK_EMAIL__FROM
- value: no-reply@${XYZ_DOMAIN}
+ value: "no-reply@${XYZ_DOMAIN}"
- name: AUTHENTIK_EMAIL__HOST
- value: smtp.sendgrid.net
+ value: "smtp.sendgrid.net"
- name: AUTHENTIK_EMAIL__PASSWORD
- value: ${SECRET_SENDGRID_API_KEY}
+ value: "${SECRET_SENDGRID_API_KEY}"
- name: AUTHENTIK_EMAIL__PORT
value: "587"
- name: AUTHENTIK_EMAIL__TIMEOUT
@@ -433,45 +433,51 @@
- name: AUTHENTIK_EMAIL__USE_TLS
value: "true"
- name: AUTHENTIK_EMAIL__USERNAME
- value: apikey
+ value: "apikey"
- name: AUTHENTIK_ERROR_REPORTING__ENABLED
value: "false"
- name: AUTHENTIK_ERROR_REPORTING__ENVIRONMENT
- value: k8s
+ value: "k8s"
- name: AUTHENTIK_ERROR_REPORTING__SEND_PII
value: "false"
- name: AUTHENTIK_GEOIP
- value: /geoip/GeoLite2-City.mmdb
+ value: "/geoip/GeoLite2-City.mmdb"
- name: AUTHENTIK_LOG_LEVEL
- value: info
+ value: "info"
- name: AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE
- value: ghcr.io/goauthentik/%(type)s:%(version)s
+ value: "ghcr.io/goauthentik/%(type)s:%(version)s"
- name: AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE
- value: ghcr.io/goauthentik/%(type)s:%(version)s
+ value: "ghcr.io/goauthentik/%(type)s:%(version)s"
- name: AUTHENTIK_POSTGRESQL__HOST
- value: authentik-postgresql
+ value: "authentik-postgresql"
- name: AUTHENTIK_POSTGRESQL__NAME
- value: authentik
+ value: "authentik"
- name: AUTHENTIK_POSTGRESQL__PASSWORD
- value: ${SECRET_AUTHENTIK_POSTGRES_PASSWORD}
+ value: "${SECRET_AUTHENTIK_POSTGRES_PASSWORD}"
- name: AUTHENTIK_POSTGRESQL__PORT
value: "5432"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__ACCESS_KEY
- value: ${AUTHENTIK_S3_ACCESS_KEY}
+ value: "${AUTHENTIK_S3_ACCESS_KEY}"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__BUCKET
- value: authentik-postgresql-backup
+ value: "authentik-postgresql-backup"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__HOST
- value: http://s3.minio.storage
+ value: "http://s3.minio.storage"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__INSECURE_SKIP_VERIFY
value: "false"
+ - name: AUTHENTIK_POSTGRESQL__S3_BACKUP__LOCATION
+ value: ""
+ - name: AUTHENTIK_POSTGRESQL__S3_BACKUP__REGION
+ value: ""
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__SECRET_KEY
- value: ${AUTHENTIK_S3_SECRET}
+ value: "${AUTHENTIK_S3_SECRET}"
- name: AUTHENTIK_POSTGRESQL__USER
- value: authentik
+ value: "authentik"
- name: AUTHENTIK_REDIS__HOST
- value: authentik-redis-master
+ value: "authentik-redis-master"
+ - name: AUTHENTIK_REDIS__PASSWORD
+ value: ""
- name: AUTHENTIK_SECRET_KEY
- value: ${SECRET_AUTHENTIK_SECRET_KEY}
+ value: "${SECRET_AUTHENTIK_SECRET_KEY}"
volumeMounts:
- name: geoip-db
mountPath: /geoip
@@ -548,13 +554,13 @@
args: ["worker"]
env:
- name: AUTHENTIK_AVATARS
- value: gravatar
+ value: "gravatar"
- name: AUTHENTIK_EMAIL__FROM
- value: no-reply@${XYZ_DOMAIN}
+ value: "no-reply@${XYZ_DOMAIN}"
- name: AUTHENTIK_EMAIL__HOST
- value: smtp.sendgrid.net
+ value: "smtp.sendgrid.net"
- name: AUTHENTIK_EMAIL__PASSWORD
- value: ${SECRET_SENDGRID_API_KEY}
+ value: "${SECRET_SENDGRID_API_KEY}"
- name: AUTHENTIK_EMAIL__PORT
value: "587"
- name: AUTHENTIK_EMAIL__TIMEOUT
@@ -564,45 +570,51 @@
- name: AUTHENTIK_EMAIL__USE_TLS
value: "true"
- name: AUTHENTIK_EMAIL__USERNAME
- value: apikey
+ value: "apikey"
- name: AUTHENTIK_ERROR_REPORTING__ENABLED
value: "false"
- name: AUTHENTIK_ERROR_REPORTING__ENVIRONMENT
- value: k8s
+ value: "k8s"
- name: AUTHENTIK_ERROR_REPORTING__SEND_PII
value: "false"
- name: AUTHENTIK_GEOIP
- value: /geoip/GeoLite2-City.mmdb
+ value: "/geoip/GeoLite2-City.mmdb"
- name: AUTHENTIK_LOG_LEVEL
- value: info
+ value: "info"
- name: AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE
- value: ghcr.io/goauthentik/%(type)s:%(version)s
+ value: "ghcr.io/goauthentik/%(type)s:%(version)s"
- name: AUTHENTIK_OUTPOSTS__DOCKER_IMAGE_BASE
- value: ghcr.io/goauthentik/%(type)s:%(version)s
+ value: "ghcr.io/goauthentik/%(type)s:%(version)s"
- name: AUTHENTIK_POSTGRESQL__HOST
- value: authentik-postgresql
+ value: "authentik-postgresql"
- name: AUTHENTIK_POSTGRESQL__NAME
- value: authentik
+ value: "authentik"
- name: AUTHENTIK_POSTGRESQL__PASSWORD
- value: ${SECRET_AUTHENTIK_POSTGRES_PASSWORD}
+ value: "${SECRET_AUTHENTIK_POSTGRES_PASSWORD}"
- name: AUTHENTIK_POSTGRESQL__PORT
value: "5432"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__ACCESS_KEY
- value: ${AUTHENTIK_S3_ACCESS_KEY}
+ value: "${AUTHENTIK_S3_ACCESS_KEY}"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__BUCKET
- value: authentik-postgresql-backup
+ value: "authentik-postgresql-backup"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__HOST
- value: http://s3.minio.storage
+ value: "http://s3.minio.storage"
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__INSECURE_SKIP_VERIFY
value: "false"
+ - name: AUTHENTIK_POSTGRESQL__S3_BACKUP__LOCATION
+ value: ""
+ - name: AUTHENTIK_POSTGRESQL__S3_BACKUP__REGION
+ value: ""
- name: AUTHENTIK_POSTGRESQL__S3_BACKUP__SECRET_KEY
- value: ${AUTHENTIK_S3_SECRET}
+ value: "${AUTHENTIK_S3_SECRET}"
- name: AUTHENTIK_POSTGRESQL__USER
- value: authentik
+ value: "authentik"
- name: AUTHENTIK_REDIS__HOST
- value: authentik-redis-master
+ value: "authentik-redis-master"
+ - name: AUTHENTIK_REDIS__PASSWORD
+ value: ""
- name: AUTHENTIK_SECRET_KEY
- value: ${SECRET_AUTHENTIK_SECRET_KEY}
+ value: "${SECRET_AUTHENTIK_SECRET_KEY}"
volumeMounts:
- name: geoip-db
mountPath: /geoip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/cluster
Changes made in the cluster directory
renovate/helm
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
type/patch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.1
->5.2.2
Release Notes
goauthentik/helm
v5.2.2
Compare Source
authentik is an open-source Identity Provider focused on flexibility and versatility
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.