Skip to content

Commit

Permalink
Fix issue for vault: media deletion
Browse files Browse the repository at this point in the history
When setting up multiple accounts with different retention periods, pointing to the same provider. Media was removed taking into account the lowest retention period.
  • Loading branch information
cedricve committed Jul 26, 2024
1 parent 9ceea7b commit fca5523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ services:
# - 'traefik.http.services.minio-console.loadbalancer.server.port=9090'

vault:
image: "kerberos/vault:1.0.1311840093"
image: "kerberos/vault:1.0.1389072349"
restart: always
container_name: "kerberos-vault"
hostname: "kerberos-vault"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kerberos-vault/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: vault
image: kerberos/vault:1.0.1311840093
image: kerberos/vault:1.0.1389072349
#imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit fca5523

Please sign in to comment.