-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/spinnaker] update spinnaker dependencies #20917
Changes from all commits
e64861c
9cca2e1
e6cc929
83b4bdc
e974c14
2b3dcb0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
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:106d25a8f1fb7a20ce2e7289bc150dca8c23a45d1e63b27df5b21bd8a6d642bd | ||
generated: "2020-02-20T14:53:08.2196-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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
halyard: | ||
spinnakerVersion: 1.16.1 | ||
spinnakerVersion: 1.16.7 | ||
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: | ||
|
@@ -257,11 +257,14 @@ redis: | |
minio: | ||
enabled: true | ||
image: | ||
tag: RELEASE.2018-08-25T01-56-38Z | ||
serviceType: ClusterIP | ||
tag: RELEASE.2020-01-03T19-12-21Z | ||
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. i think the tag and service type configs have defaults in the upstream bitnami chart. Do we need these overridden? |
||
service: | ||
type: ClusterIP | ||
accessKey: spinnakeradmin | ||
secretKey: spinnakeradmin | ||
bucket: "spinnaker" | ||
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. You still need the bucket, otherwise you'll have to change |
||
defaultBucket: | ||
enabled: true | ||
name: "spinnaker" | ||
nodeSelector: {} | ||
# Uncomment if you don't want to create a PVC for minio | ||
# 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.