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

fix(container): update docker.io/vaultwarden/server ( 1.32.1 → 1.32.2 ) #50

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

commit-commander[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
docker.io/vaultwarden/server patch 1.32.1-alpine -> 1.32.2-alpine

Release Notes

dani-garcia/vaultwarden (docker.io/vaultwarden/server)

v1.32.2

Compare Source

Notable changes

  • Fixed collection management for managers

What's Changed

Full Changelog: dani-garcia/vaultwarden@1.32.1...1.32.2


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 has been generated by Renovate Bot.

@commit-commander
Copy link
Contributor Author

--- kubernetes/main/apps/vaultwarden/vaultwarden/app Kustomization: flux-system/vaultwarden HelmRelease: vaultwarden/vaultwarden

+++ kubernetes/main/apps/vaultwarden/vaultwarden/app Kustomization: flux-system/vaultwarden HelmRelease: vaultwarden/vaultwarden

@@ -45,22 +45,22 @@

       keepPvc: false
       name: vaultwarden-data
       path: /data
       size: 15Gi
     database:
       existingSecret: vaultwarden-secret
-      existingSecretKey: VAULTWARDEN_DATABASE_URI
+      existingSecretKey: VAULTWARDEB_DATABASE_URI
       type: postgresql
     domain: vaultwarden...PLACEHOLDER..
     eventsDayRetain: 14
     iconBlacklistNonGlobalIps: true
     image:
       pullPolicy: IfNotPresent
       registry: docker.io
       repository: vaultwarden/server
-      tag: 1.32.1-alpine
+      tag: 1.32.2-alpine
     ingress:
       additionalAnnotations:
         external-dns.alpha.kubernetes.io/target: external...PLACEHOLDER..
         kubernetes.io/ingress.class: external
       enabled: false
       hostname: vaultwarden...PLACEHOLDER..

@commit-commander
Copy link
Contributor Author

--- HelmRelease: vaultwarden/vaultwarden Deployment: vaultwarden/vaultwarden

+++ HelmRelease: vaultwarden/vaultwarden Deployment: vaultwarden/vaultwarden

@@ -32,13 +32,13 @@

         - secretRef:
             name: vaultwarden-initdb-secret
         image: ghcr.io/onedr0p/postgres-init:16
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
-      - image: docker.io/vaultwarden/server:1.32.1-alpine
+      - image: docker.io/vaultwarden/server:1.32.2-alpine
         imagePullPolicy: IfNotPresent
         name: vaultwarden
         envFrom:
         - configMapRef:
             name: vaultwarden
         env:
@@ -58,13 +58,13 @@

               name: vaultwarden-secret
               key: VAULTWARDEN_ADMIN_TOKEN
         - name: DATABASE_URL
           valueFrom:
             secretKeyRef:
               name: vaultwarden-secret
-              key: VAULTWARDEN_DATABASE_URI
+              key: VAULTWARDEB_DATABASE_URI
         ports:
         - containerPort: 8080
           name: http
           protocol: TCP
         volumeMounts:
         - name: vaultwarden-data

@d4rkfella d4rkfella merged commit e6e6bee into main Oct 16, 2024
9 of 10 checks passed
@commit-commander commit-commander bot deleted the renovate/main-docker.io-vaultwarden-server-1.x branch October 16, 2024 05:07
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