-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
velero-minio: merge upstream changes (#498)
* velero-minio: merge upstream changes Merge upstream changes. We need the following fix for a problem we discovered in e2e: minio/minio#8884 minio/minio#8964 Merged the following upstream chart changes: helm/charts#21315 helm/charts#21318 Killed one patch as the fix has been upstreamed. * velero: bump minio dependency Bump the minio dependency to 5.0.14.
- Loading branch information
Showing
8 changed files
with
11 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,4 @@ maintainers: | |
name: minio | ||
sources: | ||
- https://github.com/minio/minio | ||
version: 5.0.12 | ||
version: 5.0.14 |
10 changes: 0 additions & 10 deletions
10
staging/velero/charts/minio/patches/01-ingress-allow-empty-host-rule.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: minio | ||
repository: "" | ||
version: 5.0.12 | ||
digest: sha256:45c042c822702c21da0db4b210f03a758eb4946c64020f111f1635284516dfbc | ||
generated: "2020-03-06T17:38:38.495806-08:00" | ||
version: 5.0.14 | ||
digest: sha256:7f285ca57cb5522f54ac2406de23e06c6c2633c07a91b3e199eb75d05842b4cf | ||
generated: "2020-03-10T20:39:35.787163-07:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
dependencies: | ||
- name: minio | ||
version: 5.0.12 | ||
version: 5.0.14 | ||
condition: minioBackend |