Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable/fairwinds-insights] Minio upgrade #1052

Merged
merged 34 commits into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d2a53a6
Minio upgrade
jdesouza Dec 21, 2022
f7d0bef
Docs
jdesouza Dec 21, 2022
24903c3
Fixed replicas
jdesouza Dec 21, 2022
384d2a3
Bumped minio replicas
jdesouza Dec 21, 2022
4f552d3
Bumped minio replicas
jdesouza Dec 21, 2022
c69ab07
Bumped minio replicas
jdesouza Dec 21, 2022
e0e5b3c
Bumped minio replicas
jdesouza Dec 21, 2022
5684458
Bumped minio replicas
jdesouza Dec 21, 2022
55d058c
Bumped minio replicas
jdesouza Dec 21, 2022
302f9e2
Bumped minio replicas
jdesouza Dec 21, 2022
0b6d76d
Removed persistence
jdesouza Dec 21, 2022
eca226d
Removed persistence
jdesouza Dec 21, 2022
24247c1
Trying to fix issue
jdesouza Dec 21, 2022
da7190e
Trying to fix pipeline
jdesouza Dec 21, 2022
d8df4ee
Trying to fix pipeline
jdesouza Dec 21, 2022
604ceff
Trying to fix pipeline
jdesouza Dec 21, 2022
58a2578
Fixing lint
jdesouza Dec 21, 2022
f5fbee6
Trying to fix pipeline
jdesouza Dec 21, 2022
d80b1d1
Setting a root admin
jdesouza Dec 22, 2022
60fcfb5
Fixed docs]
jdesouza Dec 22, 2022
c941471
Changed pwd
jdesouza Dec 22, 2022
b5cedaa
Fixing credentials
jdesouza Dec 22, 2022
b049130
Tetsing
jdesouza Dec 22, 2022
fc76002
Tetsing
jdesouza Dec 22, 2022
5e230d9
Testing
jdesouza Dec 22, 2022
5d59cb4
Testing
jdesouza Dec 22, 2022
8c027d4
Fixing secret
jdesouza Dec 22, 2022
84c1556
Fixing secret
jdesouza Dec 22, 2022
b57917f
Fixing secret
jdesouza Dec 22, 2022
c45118e
Code cleanup
jdesouza Dec 22, 2022
002692e
Merge branch 'master' into js/MinioUpgrade
jdesouza Dec 22, 2022
a946193
Changed defaullt persistence to true
jdesouza Dec 22, 2022
8bc14a9
Fixed values
jdesouza Dec 22, 2022
6d7c035
Updated version
jdesouza Dec 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed pwd
  • Loading branch information
jdesouza committed Dec 22, 2022
commit c9414719584da1abb703e6e4b1c94f51f7be6972
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ See [insights.docs.fairwinds.com](https://insights.docs.fairwinds.com/technical-
| minio.drivesPerNode | int | `1` | |
| minio.mode | string | `"standalone"` | |
| minio.rootUser | string | `"minio"` | |
| minio.rootPassword | string | `"minio"` | |
| minio.rootPassword | string | `"M1n1oP@sswod"` | |
| migrateHealthScoreJob.resources.limits.cpu | string | `"500m"` | |
| migrateHealthScoreJob.resources.limits.memory | string | `"1024Mi"` | |
| migrateHealthScoreJob.resources.requests.cpu | string | `"80m"` | |
Expand Down
2 changes: 1 addition & 1 deletion stable/fairwinds-insights/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ minio:
drivesPerNode: 1
mode: standalone
rootUser: "minio"
rootPassword: "minio"
rootPassword: "M1n1oP@sswod"
migrateHealthScoreJob:
resources:
limits:
Expand Down