Skip to content

Conversation

zaibon
Copy link
Contributor

@zaibon zaibon commented Aug 31, 2023

fixes #321

…based on k8s version

Signed-off-by: Christophe de Carvalho <christophe@archipelo.co>
@zaibon zaibon force-pushed the upgrade_autoscaling branch from 1abd093 to 435b536 Compare August 31, 2023 11:03
Copy link
Member

@migmartri migmartri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Something I usually do to simplify the life of the reviewer and speed up the review process is to include in the description of the PR the diff of the rendered version of the chart with the new change.

I generate it by executing something like

helm template foo deployment/chainloop -f ~/Desktop/values.local.yaml > /tmp/before.yaml
helm template foo deployment/chainloop -f ~/Desktop/values.local.yaml > /tmp/after.yaml && diff -u /tmp/before.yaml /tmp/after.yaml                                            

@migmartri
Copy link
Member

Also note that you'll be not released this Helm Chart since you didn't bump the chart version. But I think it's ok because another release of the Chart is coming due to a bug I found

@migmartri migmartri merged commit 68198c7 into chainloop-dev:main Aug 31, 2023
@zaibon zaibon deleted the upgrade_autoscaling branch August 31, 2023 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autoscaling configuration it not compatible with kubernetes 1.27.3-gke.100
2 participants