Skip to content

Commit

Permalink
fix stoarge class (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-rkm authored Apr 12, 2024
1 parent bbd66ad commit 5a612fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/aoi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: aoi
description: A Helm chart for Netic application operations infrastructure
type: application
version: 0.1.12
version: 0.1.13
dependencies:
- name: grafana
version: 7.3.7
Expand Down
3 changes: 2 additions & 1 deletion charts/aoi/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# aoi

![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.13](https://img.shields.io/badge/Version-0.1.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)


A Helm chart for Netic application operations infrastructure

Expand Down
1 change: 0 additions & 1 deletion charts/aoi/templates/pvc-victoria-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ spec:
resources:
requests:
storage: {{ .Values.victoriaMetrics.persistentVolume.size }}
storageClassName: default
volumeMode: Filesystem

{{- if .Values.global.tsdb.high_availability.enabled }}
Expand Down

0 comments on commit 5a612fb

Please sign in to comment.