Skip to content

Commit

Permalink
fix: fix minio image at older working version (#10314)
Browse files Browse the repository at this point in the history
Signed-off-by: Julie Vogelmani <julie_vogelman@intuit.com>
  • Loading branch information
juliev0 committed Jan 6, 2023
1 parent 12e1b98 commit 75ce0af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ spec:
value: admin
- name: MINIO_SECRET_KEY
value: password
image: minio/minio
image: minio/minio:RELEASE.2022-11-17T23-20-09Z
lifecycle:
postStart:
exec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ spec:
value: admin
- name: MINIO_SECRET_KEY
value: password
image: minio/minio
image: minio/minio:RELEASE.2022-11-17T23-20-09Z
lifecycle:
postStart:
exec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ spec:
value: admin
- name: MINIO_SECRET_KEY
value: password
image: minio/minio
image: minio/minio:RELEASE.2022-11-17T23-20-09Z
lifecycle:
postStart:
exec:
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/base/minio/minio-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: main
image: minio/minio
image: minio/minio:RELEASE.2022-11-17T23-20-09Z
env:
- name: MINIO_ACCESS_KEY
value: admin
Expand Down

0 comments on commit 75ce0af

Please sign in to comment.