Skip to content

Commit bf8d823

Browse files
[nr-ebpf-agent] chart version bump to 1.4.5 (#2341)
<!-- Thank you for contributing to New Relic's Helm charts. Before you submit this PR we'd like to make sure you are aware of our technical requirements: * https://github.com/newrelic-experimental/helm-charts/blob/master/CONTRIBUTING.md#technical-requirements For a quick overview across what we will look at reviewing your PR, please read our review guidelines: * https://github.com/newrelic-experimental/helm-charts/blob/master/REVIEW_GUIDELINES.md Following our best practices right from the start will accelerate the review process and help get your PR merged quicker. When updates to your PR are requested, please add new commits and do not squash the history. This will make it easier to identify new changes. The PR will be squashed anyways when it is merged. Thanks. For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file. Please make sure you test your changes before you push them. Once pushed, a Github Action will run across your changes and do some initial checks and linting. These checks run very quickly. Please check the results. We would like these checks to pass before we even continue reviewing your changes. --> #### What this PR does / why we need it: Chart version bump to 1.4.4 to keep in sync with the public release of eBPF agent. #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [x] Chart Version bumped - [ ] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`)
1 parent 7a0ed47 commit bf8d823

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

charts/nr-ebpf-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.4.7
16+
version: 1.4.8
1717

1818
dependencies:
1919
- name: common-library
@@ -23,7 +23,7 @@ dependencies:
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "1.4.4"
26+
appVersion: "1.4.5"
2727
home: https://github.com/newrelic/helm-charts
2828
sources:
2929
- https://github.com/newrelic/

charts/nr-ebpf-agent/tests/global_images_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tests:
2222
template: templates/nr-ebpf-agent-daemonset.yaml
2323
- equal:
2424
path: spec.template.spec.containers[0].image
25-
value: docker.io/newrelic/newrelic-ebpf-agent:1.4.4
25+
value: docker.io/newrelic/newrelic-ebpf-agent:1.4.5
2626
template: templates/nr-ebpf-agent-daemonset.yaml
2727

2828
- it: uses global.images.registry for both images when set and no local override
@@ -38,7 +38,7 @@ tests:
3838
template: templates/nr-ebpf-agent-daemonset.yaml
3939
- equal:
4040
path: spec.template.spec.containers[0].image
41-
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.4
41+
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.5
4242
template: templates/nr-ebpf-agent-daemonset.yaml
4343

4444
- it: prefers local registry over global registry for kernel header installer
@@ -71,7 +71,7 @@ tests:
7171
asserts:
7272
- equal:
7373
path: spec.template.spec.containers[0].image
74-
value: my.local.registry.com/my-org/ebpf-agent:1.4.4
74+
value: my.local.registry.com/my-org/ebpf-agent:1.4.5
7575
template: templates/nr-ebpf-agent-daemonset.yaml
7676

7777
- it: supports air-gapped registry with only global registry configured
@@ -87,7 +87,7 @@ tests:
8787
template: templates/nr-ebpf-agent-daemonset.yaml
8888
- equal:
8989
path: spec.template.spec.containers[0].image
90-
value: registry.internal.company.com/newrelic/newrelic-ebpf-agent:1.4.4
90+
value: registry.internal.company.com/newrelic/newrelic-ebpf-agent:1.4.5
9191
template: templates/nr-ebpf-agent-daemonset.yaml
9292

9393
# ========================================
@@ -246,7 +246,7 @@ tests:
246246
template: templates/nr-ebpf-agent-daemonset.yaml
247247
- equal:
248248
path: spec.template.spec.containers[0].image
249-
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.4
249+
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.5
250250
template: templates/nr-ebpf-agent-daemonset.yaml
251251
- equal:
252252
path: spec.template.spec.imagePullSecrets
@@ -286,7 +286,7 @@ tests:
286286
template: templates/nr-ebpf-agent-daemonset.yaml
287287
- equal:
288288
path: spec.template.spec.containers[0].image
289-
value: local.registry.com/my-org/ebpf-agent:1.4.4
289+
value: local.registry.com/my-org/ebpf-agent:1.4.5
290290
template: templates/nr-ebpf-agent-daemonset.yaml
291291
- equal:
292292
path: spec.template.spec.imagePullSecrets

charts/nr-ebpf-agent/tests/global_inheritance_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tests:
7979
template: templates/nr-ebpf-agent-daemonset.yaml
8080
- equal:
8181
path: spec.template.spec.containers[0].image
82-
value: docker.io/newrelic/newrelic-ebpf-agent:1.4.4
82+
value: docker.io/newrelic/newrelic-ebpf-agent:1.4.5
8383
template: templates/nr-ebpf-agent-daemonset.yaml
8484

8585
- it: should use global.images.registry for ebpfAgent image
@@ -120,7 +120,7 @@ tests:
120120
template: templates/nr-ebpf-agent-daemonset.yaml
121121
- equal:
122122
path: spec.template.spec.containers[0].image
123-
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.4
123+
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.5
124124
template: templates/nr-ebpf-agent-daemonset.yaml
125125

126126
- it: prefers local registry over global registry for kernel header installer
@@ -155,7 +155,7 @@ tests:
155155
asserts:
156156
- equal:
157157
path: spec.template.spec.containers[0].image
158-
value: my.local.registry.com/my-org/ebpf-agent:1.4.4
158+
value: my.local.registry.com/my-org/ebpf-agent:1.4.5
159159
template: templates/nr-ebpf-agent-daemonset.yaml
160160

161161
- it: supports air-gapped registry with only global registry configured
@@ -172,7 +172,7 @@ tests:
172172
template: templates/nr-ebpf-agent-daemonset.yaml
173173
- equal:
174174
path: spec.template.spec.containers[0].image
175-
value: registry.internal.company.com/newrelic/newrelic-ebpf-agent:1.4.4
175+
value: registry.internal.company.com/newrelic/newrelic-ebpf-agent:1.4.5
176176
template: templates/nr-ebpf-agent-daemonset.yaml
177177

178178
# =============================================================================
@@ -535,7 +535,7 @@ tests:
535535
template: templates/nr-ebpf-agent-daemonset.yaml
536536
- equal:
537537
path: spec.template.spec.containers[0].image
538-
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.4
538+
value: my.private.registry.com/newrelic/newrelic-ebpf-agent:1.4.5
539539
template: templates/nr-ebpf-agent-daemonset.yaml
540540
- equal:
541541
path: spec.template.spec.imagePullSecrets
@@ -576,7 +576,7 @@ tests:
576576
template: templates/nr-ebpf-agent-daemonset.yaml
577577
- equal:
578578
path: spec.template.spec.containers[0].image
579-
value: local.registry.com/my-org/ebpf-agent:1.4.4
579+
value: local.registry.com/my-org/ebpf-agent:1.4.5
580580
template: templates/nr-ebpf-agent-daemonset.yaml
581581
- equal:
582582
path: spec.template.spec.imagePullSecrets

0 commit comments

Comments
 (0)