diff --git a/charts/newrelic-infrastructure/Chart.lock b/charts/newrelic-infrastructure/Chart.lock index f6903774c..cec82c975 100644 --- a/charts/newrelic-infrastructure/Chart.lock +++ b/charts/newrelic-infrastructure/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common-library repository: https://helm-charts.newrelic.com - version: 1.0.2 -digest: sha256:22d56c5e643d46e9a1675354595ca6832a0f4db8422d89cb7db73a3b0d0d7873 -generated: "2022-04-22T16:59:10.493566+02:00" + version: 1.0.4 +digest: sha256:6aeb4d18a5b6c9ee130a010b6f71f6af3a003d52d90e17a64ef58e6649e0388f +generated: "2022-05-05T18:29:49.912421427Z" diff --git a/charts/newrelic-infrastructure/Chart.yaml b/charts/newrelic-infrastructure/Chart.yaml index c47e77a99..d8d1ff4db 100644 --- a/charts/newrelic-infrastructure/Chart.yaml +++ b/charts/newrelic-infrastructure/Chart.yaml @@ -8,12 +8,12 @@ sources: - https://github.com/newrelic/nri-kubernetes/tree/master/charts/newrelic-infrastructure - https://github.com/newrelic/infrastructure-agent/ -version: 3.3.3 +version: 3.3.4 appVersion: 3.1.1 dependencies: - name: common-library - version: 1.0.2 + version: 1.0.4 repository: "https://helm-charts.newrelic.com" maintainers: diff --git a/charts/newrelic-infrastructure/templates/_helpers.tpl b/charts/newrelic-infrastructure/templates/_helpers.tpl index 618311b77..033ef0bfc 100644 --- a/charts/newrelic-infrastructure/templates/_helpers.tpl +++ b/charts/newrelic-infrastructure/templates/_helpers.tpl @@ -19,7 +19,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this {{- $name = printf "%s-%s" .Release.Name $name -}} {{- end -}} -{{- include "newrelic.common.naming.trucateToDNS" $name -}} +{{- include "newrelic.common.naming.truncateToDNS" $name -}} {{- end -}}