Skip to content

Commit

Permalink
apps/minio: add imagecache for next minio version
Browse files Browse the repository at this point in the history
Signed-off-by: paulfantom <[email protected]>
  • Loading branch information
paulfantom committed Oct 13, 2023
1 parent 1d0a370 commit 3938d67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/minio/imagecache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: kubefledged.io/v1alpha2
kind: ImageCache
metadata:
name: minio
spec:
cacheSpec:
- images:
- quay.io/minio/minio:RELEASE.2023-10-07T15-07-38Z
1 change: 1 addition & 0 deletions apps/minio/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: minio
resources:
- imagecache.yaml
- repository.yaml
- release.yaml
- secret-root-creds.yaml
Expand Down

0 comments on commit 3938d67

Please sign in to comment.