-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/spinnaker] update spinnaker dependencies #20917
Changes from 1 commit
e64861c
9cca2e1
e6cc929
83b4bdc
e974c14
2b3dcb0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Signed-off-by: Robbert Rijkse <rrijkse@homex.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: redis | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 3.8.0 | ||
version: 10.5.3 | ||
- name: minio | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
version: 1.6.3 | ||
digest: sha256:bccb7348a48817b0c0c654dfecd2f399a64a50b0f677b483a27a76f4ff7ddd89 | ||
generated: 2019-01-21T21:59:54.069291+05:30 | ||
version: 5.0.9 | ||
digest: sha256:1346f1384895df16b51b5b8449d968a692e04f641c8580c284d43e755bb10c55 | ||
generated: "2020-02-20T14:24:49.956216-05:00" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: redis | ||
version: 3.8.0 | ||
version: 10.5.3 | ||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
condition: redis.enabled | ||
- name: minio | ||
version: 1.6.3 | ||
version: 5.0.9 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this is a massive chart change, did you address the possibility of any core changes in the mini chart? There might have been some variables moved round. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Your right I had Minio disabled and it does not deploy (I had it turned off on mine). I committed new defaults that worked in a test environment. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wanted to add: This is the reason I bumped the minor version number of the chart instead of the patch version, this may require a major version bump depending on what your thoughts are. People will have to update their Minio settings and possibly their Redis settings. |
||
repository: https://kubernetes-charts.storage.googleapis.com/ | ||
condition: minio.enabled |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ halyard: | |
spinnakerVersion: 1.16.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it make sense to also bump Spinnaker to either the latest patch 1.16.7 or the latest minor 1.18.5? |
||
image: | ||
repository: gcr.io/spinnaker-marketplace/halyard | ||
tag: 1.23.2 | ||
tag: 1.31.1 | ||
pullSecrets: [] | ||
# Set to false to disable persistence data volume for halyard | ||
persistence: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a massive chart change, did you address the possibility of any core changes in the redis chart? There might have been some variables moved round.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the default in values.yaml (which is all I'm using) the redis service/pod deploys without issue.