Skip to content
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

Slightly Different Chart Repos? Differences Between Same Versions #786

Open
byronmccollum opened this issue Apr 14, 2022 · 0 comments
Open

Comments

@byronmccollum
Copy link

What is the difference between http://helm-charts.newrelic.com/ and http://helm-charts.newrelic.com/charts (referenced as / and /charts below)?

They both publish the synthetics-minion chart, but they are not in sync, nor is the chart identical when referencing the same version.

For example, / contains synthetics-minion-1.0.50 (latest), but /charts only has up to synthetics-minion-1.0.49. And when comparing synthetics-minion-1.0.49 between the two repos, there are some pretty glaring differences.

File /synthetics-minion-1.0.49 /charts/synthetics-minion-1.0.49
Chart.yaml appVersion: 3.0.61 appVersion: 3.0.62
templates/role.yml apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1beta1
templates/roleBinding.yml apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1beta1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants