Skip to content

Commit

Permalink
chore(deps): update helm release common-library to v1.0.4 (#401)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release common-library to v1.0.4
* Bum chart's version
* fix typo in the common library
  • Loading branch information
renovate[bot] authored May 10, 2022
1 parent 825d7b3 commit d799df2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/newrelic-infrastructure/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/newrelic-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/newrelic-infrastructure/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down

0 comments on commit d799df2

Please sign in to comment.