Skip to content

Commit

Permalink
Merge branch 'master' into ramkrishankumarN-update-chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkrishankumarN authored Oct 23, 2024
2 parents c9ddced + 83cef4c commit 1403437
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
with:
scan-type: fs
Expand All @@ -23,7 +23,7 @@ jobs:
severity: 'HIGH,CRITICAL'

- name: Run Trivy vulnerability scanner sarif output
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
if: ${{ github.event.schedule }} # Generate sarif when running periodically
with:
scan-type: fs
Expand Down
6 changes: 3 additions & 3 deletions charts/nri-bundle/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 1.11.4
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.12.1
version: 5.26.0
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
version: 3.10.9
Expand All @@ -35,5 +35,5 @@ dependencies:
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.11.4
digest: sha256:c0c4b69f805576a1acda5a0c1f54e38e3ef0644f2b4aa42e71fdf3f2a1306767
generated: "2024-10-21T12:54:34.612877797Z"
digest: sha256:1c72675f294da2e692af217484ef68681b41e790ba18b93419c914d6f30e1388
generated: "2024-10-22T14:03:09.864437-07:00"
4 changes: 2 additions & 2 deletions charts/nri-bundle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sources:
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
- https://github.com/newrelic/k8s-agents-operator/tree/master/charts/k8s-agents-operator

version: 5.0.96
version: 5.0.97

dependencies:
- name: newrelic-infrastructure
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies:
version: 1.11.4

- name: kube-state-metrics
version: 5.12.1
version: 5.26.0
condition: ksm.enabled,kube-state-metrics.enabled
repository: https://prometheus-community.github.io/helm-charts

Expand Down
4 changes: 2 additions & 2 deletions charts/synthetics-job-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: synthetics-job-manager
description: New Relic Synthetics Containerized Job Manager
type: application
version: 3.0.1
version: 3.0.2
appVersion: release-404
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
Expand All @@ -24,7 +24,7 @@ keywords:
- newrelic
dependencies:
- name: ping-runtime
version: 1.0.21
version: 1.0.22
condition: ping-runtime.enabled
- name: node-api-runtime
version: 1.0.37
Expand Down
4 changes: 2 additions & 2 deletions charts/synthetics-job-manager/charts/ping-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: ping-runtime
description: New Relic Synthetics Ping Runtime
type: application
version: 1.0.21
appVersion: 1.46.0
version: 1.0.22
appVersion: 1.47.0
home: https://github.com/orgs/newrelic/teams/proactive-monitoring
maintainers:
- name: Philip-R-Beckwith
Expand Down

0 comments on commit 1403437

Please sign in to comment.