Skip to content
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 1 commit into from
Jan 19, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Update Change
homarr (source) minor 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

deepsource-io bot commented Jan 19, 2025

Here's the code health analysis summary for commits 2c65671..75fab47. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource KubeLinter LogoKubeLinter✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

--- 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

Copy link

--- 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: {}

@Tanguille Tanguille merged commit cf3fb47 into main Jan 19, 2025
11 checks passed
@Tanguille Tanguille deleted the renovate/homarr-1.x branch January 19, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant