Skip to content

Commit

Permalink
feat: Update e2e-resources chart (#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjjaramillo authored Mar 22, 2024
1 parent a4b1ee4 commit a2461d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### enhancement
- Update `e2e-resources` chart by @juanjjaramillo [#1018](https://github.com/newrelic/nri-kubernetes/pull/1018)

## v3.27.1 - 2024-03-18

### ⛓️ Dependencies
Expand Down
2 changes: 1 addition & 1 deletion charts/internal/e2e-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.12.0-devel
version: 1.13.0-devel
description: This chart creates e2e resources for nri-kubernetes.
name: e2e-resources

Expand Down
2 changes: 1 addition & 1 deletion charts/internal/e2e-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# e2e-resources

![Version: 1.12.0-devel](https://img.shields.io/badge/Version-1.12.0--devel-informational?style=flat-square)
![Version: 1.13.0-devel](https://img.shields.io/badge/Version-1.13.0--devel-informational?style=flat-square)

This chart creates e2e resources for nri-kubernetes.

Expand Down
5 changes: 0 additions & 5 deletions charts/internal/e2e-resources/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ spec:
{{- end }}
volumes:
- name: storage
{{- if .Values.persistentVolumeClaim.enabled }}
persistentVolumeClaim:
claimName: {{ .Release.Name }}-pv-claim
{{- else }}
emptyDir:
sizeLimit: 30Mi
{{- end }}
{{- end }}
5 changes: 0 additions & 5 deletions charts/internal/e2e-resources/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ spec:
{{- end }}
volumes:
- name: storage
{{- if .Values.persistentVolumeClaim.enabled }}
persistentVolumeClaim:
claimName: {{ .Release.Name }}-pv-claim
{{- else }}
emptyDir:
sizeLimit: 30Mi
{{- end }}
{{- end }}

0 comments on commit a2461d1

Please sign in to comment.