Skip to content

Commit

Permalink
Minio: pin image
Browse files Browse the repository at this point in the history
  • Loading branch information
lentzi90 committed Dec 27, 2024
1 parent 01dbb3a commit 4a1c4ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions minio/base/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -17,7 +16,7 @@ spec:
volumeMounts:
- name: data
mountPath: "/data"
image: minio/minio:latest
image: minio/minio
args:
- server
- /data
Expand Down
4 changes: 4 additions & 0 deletions minio/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ resources:
- deployment.yaml
- service.yaml
- pvc.yaml

images:
- name: minio/minio
newTag: RELEASE.2024-12-18T13-15-44Z

0 comments on commit 4a1c4ef

Please sign in to comment.