Skip to content

Commit

Permalink
[ELK-Frontend] Bumps version to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 committed Feb 24, 2024
1 parent d07053e commit 598cba0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/elk-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.11

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.10.3"
appVersion: "v0.11.0"

maintainers:
- name: fSocietySocial
Expand Down
1 change: 0 additions & 1 deletion charts/elk-frontend/templates/networkPolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ spec:
- 10.0.0.0/8
- 172.16.0.0/12
- 192.168.0.0/16
- 100.64.0.0/10
{{- end }}
6 changes: 1 addition & 5 deletions charts/elk-frontend/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ spec:
resources:
requests:
storage: {{ .Values.persistence.size | quote }}
{{- if .Values.persistence.storageClass }}
{{- if (eq "-" .Values.persistence.storageClass) }}
storageClassName: ""
{{- else }}
{{- if ne .Values.persistence.storageClass "" }}
storageClassName: "{{ .Values.persistence.storageClass }}"
{{- end }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/elk-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ persistence:
enabled: true
size: 1Gi
accessMode: ReadWriteOnce
storageClass: ""

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 598cba0

Please sign in to comment.