Charts CI

```
Updated:
  kubecost/cost-analyzer:
    - 2.2.5
  new-relic/nri-bundle:
    - 5.0.78
  speedscale/speedscale-operator:
    - 2.1.392
```
pull/1022/head
github-actions[bot] 2024-05-22 00:54:58 +00:00
parent 4f1d93bbf3
commit a2f0c862b2
14 changed files with 159 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,9 +7,9 @@ annotations:
catalog.cattle.io/featured: "1" catalog.cattle.io/featured: "1"
catalog.cattle.io/release-name: cost-analyzer catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2 apiVersion: v2
appVersion: 2.2.4 appVersion: 2.2.5
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs. cloud costs.
icon: https://partner-charts.rancher.io/assets/logos/kubecost.png icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer name: cost-analyzer
version: 2.2.4 version: 2.2.5

View File

@ -1,13 +1,13 @@
dependencies: dependencies:
- name: newrelic-infrastructure - name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes repository: https://newrelic.github.io/nri-kubernetes
version: 3.33.6 version: 3.33.7
- name: nri-prometheus - name: nri-prometheus
repository: https://newrelic.github.io/nri-prometheus repository: https://newrelic.github.io/nri-prometheus
version: 2.1.17 version: 2.1.17
- name: newrelic-prometheus-agent - name: newrelic-prometheus-agent
repository: https://newrelic.github.io/newrelic-prometheus-configurator repository: https://newrelic.github.io/newrelic-prometheus-configurator
version: 1.13.0 version: 1.13.1
- name: nri-metadata-injection - name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection repository: https://newrelic.github.io/k8s-metadata-injection
version: 4.19.1 version: 4.19.1
@ -32,5 +32,5 @@ dependencies:
- name: newrelic-infra-operator - name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.10.0 version: 2.10.0
digest: sha256:c71544cf60e9d277964424056bf64674158c7b3d45b329226b6618ae6be7b82c digest: sha256:f5f8b279a3964a01ba6fe33d0eefff323122e957aaedc09d2bef52bc49e3ce90
generated: "2024-05-14T09:33:18.847164674Z" generated: "2024-05-20T21:03:05.253080675Z"

View File

@ -7,7 +7,7 @@ dependencies:
- condition: infrastructure.enabled,newrelic-infrastructure.enabled - condition: infrastructure.enabled,newrelic-infrastructure.enabled
name: newrelic-infrastructure name: newrelic-infrastructure
repository: file://./charts/newrelic-infrastructure repository: file://./charts/newrelic-infrastructure
version: 3.33.6 version: 3.33.7
- condition: prometheus.enabled,nri-prometheus.enabled - condition: prometheus.enabled,nri-prometheus.enabled
name: nri-prometheus name: nri-prometheus
repository: file://./charts/nri-prometheus repository: file://./charts/nri-prometheus
@ -15,7 +15,7 @@ dependencies:
- condition: newrelic-prometheus-agent.enabled - condition: newrelic-prometheus-agent.enabled
name: newrelic-prometheus-agent name: newrelic-prometheus-agent
repository: file://./charts/newrelic-prometheus-agent repository: file://./charts/newrelic-prometheus-agent
version: 1.13.0 version: 1.13.1
- condition: webhook.enabled,nri-metadata-injection.enabled - condition: webhook.enabled,nri-metadata-injection.enabled
name: nri-metadata-injection name: nri-metadata-injection
repository: file://./charts/nri-metadata-injection repository: file://./charts/nri-metadata-injection
@ -77,4 +77,4 @@ sources:
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging - https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie - https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator - https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
version: 5.0.77 version: 5.0.78

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: 3.28.6 appVersion: 3.28.7
dependencies: dependencies:
- name: common-library - name: common-library
repository: https://helm-charts.newrelic.com repository: https://helm-charts.newrelic.com
@ -23,4 +23,4 @@ sources:
- https://github.com/newrelic/nri-kubernetes/ - https://github.com/newrelic/nri-kubernetes/
- https://github.com/newrelic/nri-kubernetes/tree/main/charts/newrelic-infrastructure - https://github.com/newrelic/nri-kubernetes/tree/main/charts/newrelic-infrastructure
- https://github.com/newrelic/infrastructure-agent/ - https://github.com/newrelic/infrastructure-agent/
version: 3.33.6 version: 3.33.7

View File

@ -23,14 +23,14 @@ images:
forwarder: forwarder:
registry: "" registry: ""
repository: newrelic/k8s-events-forwarder repository: newrelic/k8s-events-forwarder
tag: 1.52.1 tag: 1.52.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image for the New Relic Infrastructure Agent plus integrations. # -- Image for the New Relic Infrastructure Agent plus integrations.
# @default -- See `values.yaml` # @default -- See `values.yaml`
agent: agent:
registry: "" registry: ""
repository: newrelic/infrastructure-bundle repository: newrelic/infrastructure-bundle
tag: 3.2.40 tag: 3.2.42
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- Image for the New Relic Kubernetes integration. # -- Image for the New Relic Kubernetes integration.
# @default -- See `values.yaml` # @default -- See `values.yaml`

View File

@ -1,5 +1,5 @@
annotations: annotations:
configuratorVersion: 1.16.0 configuratorVersion: 1.16.1
apiVersion: v2 apiVersion: v2
appVersion: v2.37.8 appVersion: v2.37.8
dependencies: dependencies:
@ -19,4 +19,4 @@ maintainers:
url: https://github.com/dbudziwojskiNR url: https://github.com/dbudziwojskiNR
name: newrelic-prometheus-agent name: newrelic-prometheus-agent
type: application type: application
version: 1.13.0 version: 1.13.1

View File

@ -48,6 +48,10 @@ spec:
initContainers: initContainers:
- name: configurator - name: configurator
{{- with include "newrelic.common.securityContext.container" . }}
securityContext:
{{- . | nindent 12 }}
{{- end }}
image: {{ include "newrelic-prometheus.configurator.configurator_image" ( dict "imageRoot" .Values.images.configurator "context" .) }} image: {{ include "newrelic-prometheus.configurator.configurator_image" ( dict "imageRoot" .Values.images.configurator "context" .) }}
imagePullPolicy: {{ .Values.images.configurator.pullPolicy }} imagePullPolicy: {{ .Values.images.configurator.pullPolicy }}
args: args:

View File

@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.17.0-0' catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: speedscale-operator catalog.cattle.io/release-name: speedscale-operator
apiVersion: v1 apiVersion: v1
appVersion: 2.1.369 appVersion: 2.1.392
description: Stress test your APIs with real world scenarios. Collect and replay description: Stress test your APIs with real world scenarios. Collect and replay
traffic without scripting. traffic without scripting.
home: https://speedscale.com home: https://speedscale.com
@ -24,4 +24,4 @@ maintainers:
- email: support@speedscale.com - email: support@speedscale.com
name: Speedscale Support name: Speedscale Support
name: speedscale-operator name: speedscale-operator
version: 2.1.369 version: 2.1.392

View File

@ -20,7 +20,7 @@ clusterName: "my-cluster"
# Speedscale components image settings. # Speedscale components image settings.
image: image:
registry: gcr.io/speedscale registry: gcr.io/speedscale
tag: v2.1.369 tag: v2.1.392
pullPolicy: Always pullPolicy: Always
# Log level for Speedscale components. # Log level for Speedscale components.

View File

@ -9958,12 +9958,30 @@ entries:
catalog.cattle.io/featured: "1" catalog.cattle.io/featured: "1"
catalog.cattle.io/release-name: cost-analyzer catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2 apiVersion: v2
appVersion: 2.2.4 appVersion: 2.2.5
created: "2024-05-10T00:53:42.885374513Z" created: "2024-05-22T00:54:39.805032631Z"
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs. cloud costs.
digest: 0edcbbdb3da2a025fbfdf3a5bc1153c02509de77d7c14ddb53e790f923916d3f digest: 8d9f0e49c5c0d31775452d11b5780e33974f13e4b6e16d95c6861500cb60c4d6
icon: file://assets/icons/cost-analyzer.png icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer
urls:
- assets/kubecost/cost-analyzer-2.2.5.tgz
version: 2.2.5
- annotations:
artifacthub.io/links: |
- name: Homepage
url: https://www.kubecost.com
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Kubecost
catalog.cattle.io/release-name: cost-analyzer
apiVersion: v2
appVersion: 2.2.4
created: "2024-05-22T00:54:31.75412475Z"
description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor
cloud costs.
digest: d8fdc646dd2c4cb8f43dd397fdc146432500f39757ac311561be63e07d1ae82c
icon: https://partner-charts.rancher.io/assets/logos/kubecost.png
name: cost-analyzer name: cost-analyzer
urls: urls:
- assets/kubecost/cost-analyzer-2.2.4.tgz - assets/kubecost/cost-analyzer-2.2.4.tgz
@ -34444,6 +34462,90 @@ entries:
- assets/f5/nginx-ingress-1.0.2.tgz - assets/f5/nginx-ingress-1.0.2.tgz
version: 1.0.2 version: 1.0.2
nri-bundle: nri-bundle:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: New Relic
catalog.cattle.io/release-name: nri-bundle
apiVersion: v2
created: "2024-05-22T00:54:40.733003967Z"
dependencies:
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
name: newrelic-infrastructure
repository: file://./charts/newrelic-infrastructure
version: 3.33.7
- condition: prometheus.enabled,nri-prometheus.enabled
name: nri-prometheus
repository: file://./charts/nri-prometheus
version: 2.1.17
- condition: newrelic-prometheus-agent.enabled
name: newrelic-prometheus-agent
repository: file://./charts/newrelic-prometheus-agent
version: 1.13.1
- condition: webhook.enabled,nri-metadata-injection.enabled
name: nri-metadata-injection
repository: file://./charts/nri-metadata-injection
version: 4.19.1
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
name: newrelic-k8s-metrics-adapter
repository: file://./charts/newrelic-k8s-metrics-adapter
version: 1.10.2
- condition: ksm.enabled,kube-state-metrics.enabled
name: kube-state-metrics
repository: file://./charts/kube-state-metrics
version: 5.12.1
- condition: kubeEvents.enabled,nri-kube-events.enabled
name: nri-kube-events
repository: file://./charts/nri-kube-events
version: 3.9.7
- condition: logging.enabled,newrelic-logging.enabled
name: newrelic-logging
repository: file://./charts/newrelic-logging
version: 1.21.5
- condition: newrelic-pixie.enabled
name: newrelic-pixie
repository: file://./charts/newrelic-pixie
version: 2.1.4
- alias: pixie-chart
condition: pixie-chart.enabled
name: pixie-operator-chart
repository: file://./charts/pixie-operator-chart
version: 0.1.6
- condition: newrelic-infra-operator.enabled
name: newrelic-infra-operator
repository: file://./charts/newrelic-infra-operator
version: 2.10.0
description: Groups together the individual charts for the New Relic Kubernetes
solution for a more comfortable deployment.
digest: 3b521057dbd1d5c7104bcd0b2d4d4796ae4478fd0e9593af504f0abe2210e13e
home: https://github.com/newrelic/helm-charts
icon: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical.svg
keywords:
- infrastructure
- newrelic
- monitoring
maintainers:
- name: juanjjaramillo
url: https://github.com/juanjjaramillo
- name: csongnr
url: https://github.com/csongnr
- name: dbudziwojskiNR
url: https://github.com/dbudziwojskiNR
name: nri-bundle
sources:
- https://github.com/newrelic/nri-bundle/
- https://github.com/newrelic/nri-bundle/tree/master/charts/nri-bundle
- https://github.com/newrelic/nri-kubernetes/tree/master/charts/newrelic-infrastructure
- https://github.com/newrelic/nri-prometheus/tree/master/charts/nri-prometheus
- https://github.com/newrelic/newrelic-prometheus-configurator/tree/master/charts/newrelic-prometheus-agent
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/master/charts/newrelic-k8s-metrics-adapter
- https://github.com/newrelic/nri-kube-events/tree/master/charts/nri-kube-events
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
urls:
- assets/new-relic/nri-bundle-5.0.78.tgz
version: 5.0.78
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: New Relic catalog.cattle.io/display-name: New Relic
@ -46174,6 +46276,37 @@ entries:
- assets/shipa/shipa-1.4.0.tgz - assets/shipa/shipa-1.4.0.tgz
version: 1.4.0 version: 1.4.0
speedscale-operator: speedscale-operator:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Speedscale Operator
catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: speedscale-operator
apiVersion: v1
appVersion: 2.1.392
created: "2024-05-22T00:54:41.640191591Z"
description: Stress test your APIs with real world scenarios. Collect and replay
traffic without scripting.
digest: 1e3f2c89ed31d7dc85eeb5e51bf894994376c26b1ad205c5e67cb1784d4b66fb
home: https://speedscale.com
icon: https://raw.githubusercontent.com/speedscale/assets/main/logo/gold_logo_only.png
keywords:
- speedscale
- test
- testing
- regression
- reliability
- load
- replay
- network
- traffic
kubeVersion: '>= 1.17.0-0'
maintainers:
- email: support@speedscale.com
name: Speedscale Support
name: speedscale-operator
urls:
- assets/speedscale/speedscale-operator-2.1.392.tgz
version: 2.1.392
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Speedscale Operator catalog.cattle.io/display-name: Speedscale Operator