-
Notifications
You must be signed in to change notification settings - Fork 19
FDN-4400 Update generic-charts to v2.0.10 #883
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
base: main
Are you sure you want to change the base?
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
📝 WalkthroughWalkthroughTwo Helm chart dependency versions are updated from v2.0.7 to v2.0.10 for the charts/flow-generic reference across ArgoCD Application specifications in the deploy directory. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Argo diff output for dependency-www:===== /Service production/dependency-www ======
11c11
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
===== apps/Deployment production/dependency-www-live ======
16c16
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
552,553c552,554
< value: -Xms2100m -Xmx2100m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dumps/oom.bin
< -XX:+UseG1GC -XX:+UseStringDeduplication -XX:FlightRecorderOptions=stackdepth=256
---
> value: -Xms2100m -Xmx2100m -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError
> -XX:HeapDumpPath=/dumps/oom.bin -XX:+UseStringDeduplication -XX:FlightRecorderOptions=stackdepth=256
> -Xlog:gc*:stdout:time,uptime,level,tags
===== datadoghq.com/DatadogMonitor datadog/dependency-www-errorrate ======
145d144
< - generated:kubernetes
===== networking.istio.io/Gateway production/dependency-www-flow-io ======
17c17
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
===== networking.istio.io/VirtualService production/dependency-www-live ======
12c12
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60 |
Argo diff output for dependency-api:===== /Service production/dependency ======
11c11
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
===== apps/Deployment production/dependency-api-live ======
16c16
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
552,553c552,554
< value: -Xms2100m -Xmx2100m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/dumps/oom.bin
< -XX:+UseG1GC -XX:+UseStringDeduplication -XX:FlightRecorderOptions=stackdepth=256
---
> value: -Xms2100m -Xmx2100m -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError
> -XX:HeapDumpPath=/dumps/oom.bin -XX:+UseStringDeduplication -XX:FlightRecorderOptions=stackdepth=256
> -Xlog:gc*:stdout:time,uptime,level,tags
===== datadoghq.com/DatadogMonitor datadog/dependency-api-errorrate ======
145d144
< - generated:kubernetes
===== networking.istio.io/Gateway production/dependency-flow-io ======
17c17
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60
===== networking.istio.io/VirtualService production/dependency-api-live ======
12c12
< helm.sh/chart: flow-generic-1.6.59
---
> helm.sh/chart: flow-generic-1.6.60 |
This PR contains the following updates:
v2.0.7->v2.0.10Before merging:
Ensure your service is compatible with the new chart version
Review diff in PR with changes
Merge when ready to deploy this change
After merging, ArgoCD will automatically sync the new chart version.
Release Notes
flowcommerce/generic-charts (git@github.com:flowcommerce/generic-charts.git)
v2.0.10Compare Source
v2.0.9Compare Source
v2.0.8Compare Source
This PR has been generated by Renovate Bot.
Summary by CodeRabbit