generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(helm): update homarr ( 1.0.0 → 1.2.0 ) #352
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
Here's the code health analysis summary for commits Analysis Summary
|
--- kubernetes/apps/default/homarr/app Kustomization: flux-system/homarr HelmRelease: default/homarr
+++ kubernetes/apps/default/homarr/app Kustomization: flux-system/homarr HelmRelease: default/homarr
@@ -13,13 +13,13 @@
spec:
chart: homarr
sourceRef:
kind: HelmRepository
name: homarr-labs
namespace: flux-system
- version: 1.0.0
+ version: 1.2.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false |
--- HelmRelease: default/homarr Deployment: default/homarr
+++ HelmRelease: default/homarr Deployment: default/homarr
@@ -22,13 +22,13 @@
spec:
securityContext: {}
initContainers: null
containers:
- name: homarr
securityContext: {}
- image: ghcr.io/homarr-labs/homarr:v1.0.0-beta.10
+ image: ghcr.io/homarr-labs/homarr:v1.0.0-beta.11
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 7575
protocol: TCP
livenessProbe:
@@ -45,61 +45,64 @@
port: 7575
initialDelaySeconds: 10
timeoutSeconds: 1
periodSeconds: 10
failureThreshold: 3
env:
- - name: AUTH_LDAP_ADMIN_GROUP
- value: admin
- name: AUTH_LDAP_BASE
value: ''
- name: AUTH_LDAP_BIND_DN
value: ''
- name: AUTH_LDAP_GROUP_CLASS
value: groupOfUniqueNames
+ - name: AUTH_LDAP_GROUP_FILTER_EXTRA_ARG
+ value: ''
- name: AUTH_LDAP_GROUP_MEMBER_ATTRIBUTE
value: member
- name: AUTH_LDAP_GROUP_MEMBER_USER_ATTRIBUTE
value: dn
- - name: AUTH_LDAP_OWNER_GROUP
- value: admin
- name: AUTH_LDAP_SEARCH_SCOPE
value: base
- name: AUTH_LDAP_URI
value: ''
- name: AUTH_LDAP_USERNAME_ATTRIBUTE
value: uid
- - name: AUTH_OIDC_ADMIN_GROUP
- value: admin
+ - name: AUTH_LDAP_USERNAME_FILTER_EXTRA_ARG
+ value: ''
+ - name: AUTH_LDAP_USER_MAIL_ATTRIBUTE
+ value: mail
+ - name: AUTH_LOGOUT_REDIRECT_URL
+ value: ''
+ - name: AUTH_OIDC_AUTO_LOGIN
+ value: 'false'
- name: AUTH_OIDC_CLIENT_NAME
value: OIDC
- - name: AUTH_OIDC_OWNER_GROUP
- value: admin
+ - name: AUTH_OIDC_GROUPS_ATTRIBUTE
+ value: groups
+ - name: AUTH_OIDC_ISSUER
+ value: ''
+ - name: AUTH_OIDC_NAME_ATTRIBUTE_OVERWRITE
+ value: ''
- name: AUTH_OIDC_SCOPE_OVERWRITE
value: openid email profile groups
- - name: AUTH_OIDC_URI
- value: ''
- name: AUTH_PROVIDERS
value: credentials
+ - name: AUTH_SESSION_EXPIRY_TIME
+ value: 30d
- name: DEFAULT_COLOR_SCHEME
value: dark
- name: TZ
value: Europe/Brussels
- name: DB_MIGRATIONS_DISABLED
value: 'false'
- name: DB_DRIVER
value: better-sqlite3
- name: DB_DIALECT
value: sqlite
- name: DB_URL
value: /appdata/db/db.sqlite
- - name: AUTH_SECRET
- valueFrom:
- secretKeyRef:
- name: auth-credentials-secret
- key: auth-secret
- name: SECRET_ENCRYPTION_KEY
valueFrom:
secretKeyRef:
name: db-secret
key: db-encryption-key
resources: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.0.0
->1.2.0
Release Notes
homarr-labs/charts (homarr)
v1.2.0
Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-1.1.0...homarr-1.2.0
v1.1.0
Compare Source
A Helm chart to deploy homarr for Kubernetes
What's Changed
Full Changelog: homarr-labs/charts@homarr-1.0.0...homarr-1.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.