-
Notifications
You must be signed in to change notification settings - Fork 720
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
[dev-v2.10] rancher-monitoring 105.1.3+up61.3.2 update #5051
base: dev-v2.10
Are you sure you want to change the base?
Conversation
Signed-off-by: Meza <[email protected]>
Signed-off-by: Meza <[email protected]>
…rer-Deployment Signed-off-by: Meza <[email protected]>
Signed-off-by: Meza <[email protected]>
Signed-off-by: Meza <[email protected]>
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
Signed-off-by: Masashi Honma <[email protected]> Bypassing make-check images will be addressed soon. For now, unblocking the dev work.
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
Validation steps
Ex:- longhorn-controller: repository: rancher/hardened-sriov-cni tag: v2.6.3-build20230913
|
@@ -1,7 +1,7 @@ | |||
url: https://github.com/prometheus-community/helm-charts.git | |||
subdirectory: charts/kube-prometheus-stack | |||
commit: 2ee818aaae56fd93d27652e6d878e15140636aaf | |||
version: 105.1.2 | |||
version: 105.1.3 |
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.
This should be 105.1.3-rc.1
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.
The overlay/crds/crds
should be omitted from being committed, IIRC it's an incompatibility with the way monitoring was recently rebased and charts-build-scripts
@jmeza-xyz - We're past freeze now and there's a short window for the next release. Please let us know when you update this ASAP, that way it can be properly QAd before the window closes. The bug complete date is Feb 7th. |
Checkpoints for Chart Bumps
release.yaml
:Chart.yaml and index.yaml
:index.yaml
file has an entry for your new chart version.index.yaml
entries for each chart matches theChart.yaml
for each chart.Issue: rancher/rancher#48877
Users are not able to install rancher-monitoring chart if
global.cattle.systemDefaultRegistry
andgrafana.imageRenderer.enabled=true
is set because the$registry
variable include statement is missing an argument from the image-renderer-deployment.yaml template file. Verified the error in rancherv2.10.1
installing chart version105.1.2+up61.3.2
and confirmed it was introduced in105.0.0+up57.0.3
.Error from install with setting from image above:
Solution
This PR changes:
QA Testing Considerations