You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What is the difference between
http://helm-charts.newrelic.com/
andhttp://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,
/
containssynthetics-minion-1.0.50
(latest), but/charts
only has up tosynthetics-minion-1.0.49
. And when comparingsynthetics-minion-1.0.49
between the two repos, there are some pretty glaring differences./synthetics-minion-1.0.49
/charts/synthetics-minion-1.0.49
appVersion: 3.0.61
appVersion: 3.0.62
apiVersion: rbac.authorization.k8s.io/v1
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
apiVersion: rbac.authorization.k8s.io/v1beta1
The text was updated successfully, but these errors were encountered: