Update IB image, add credential settings, service name override
All threads resolved!
All threads resolved!
Summary
This MR adds the following changes and capabilities:
- Updates the base minio server image to the latest approved ironbank image
- Enables specification of the root credentials via values.yaml
- Enables overriding the internal service name if needed.
Edited by Lynn Still
Merge request reports
Activity
added statusreview label
added minio label
added Big Bang Add-Ons label
changed milestone to %1.3.0
- Automatically resolved by Lynn Still
assigned to @LynnStill
added 38 commits
-
3677d9e6...c2ec4d2c - 37 commits from branch
master
- b914b39e - merged
-
3677d9e6...c2ec4d2c - 37 commits from branch
added 1 commit
- e8e69a73 - Update minio version to fix service name issue
added 9 commits
-
e8e69a73...7e646522 - 8 commits from branch
master
- 70ac8015 - Merge branch 'master' into update-minio-server
-
e8e69a73...7e646522 - 8 commits from branch
- Automatically resolved by Lynn Still
added 1 commit
- dc5835ff - Remove service name override from the bb api
- Automatically resolved by joshwolf
We need to keep the functionality provided, the concern is about the API on how its made available to end users. As Josh requested, lets remove it from the top level API in BigBang and leave the functionality as a pass through.
Current:
minio: name: specialName istio: hosts: specialName.bigbang.dev
would become
minio: values: name: specialName istio: hosts: specialName.bigbang.dev
Edited by runyontradded 1 commit
- da873990 - clean up minio bigbang spec, fallback on defaults instead
mentioned in commit 30eebe6e
mentioned in issue #275 (closed)
mentioned in issue #104 (closed)
mentioned in issue #193 (closed)
mentioned in issue #634 (closed)
Please register or sign in to reply