Skip to content

Commit

Permalink
release 1.0.1218231161: support large files upload + zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Mar 19, 2024
1 parent 274fc31 commit 40e204e
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.1194272500"
image: "kerberos/vault:1.0.1218231161"
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.1194272500
image: kerberos/vault:1.0.1218231161
#imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 40e204e

Please sign in to comment.