Skip to content

Commit

Permalink
Merge pull request #176 from blackbass64/update-pvc-accessmode
Browse files Browse the repository at this point in the history
fix: make accessMode configurable via values.yaml
  • Loading branch information
dirsigler authored Sep 7, 2024
2 parents 18a1b20 + f40ef69 commit 0dad79c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
version: 2.19.3
version: 2.19.4
2 changes: 1 addition & 1 deletion charts/uptime-kuma/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# uptime-kuma

![Version: 2.19.3](https://img.shields.io/badge/Version-2.19.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.13](https://img.shields.io/badge/AppVersion-1.23.13-informational?style=flat-square)
![Version: 2.19.4](https://img.shields.io/badge/Version-2.19.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.23.13](https://img.shields.io/badge/AppVersion-1.23.13-informational?style=flat-square)

A self-hosted Monitoring tool like "Uptime-Robot".

Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "uptime-kuma.labels" . | nindent 4 }}
spec:
accessModes:
- ReadWriteOnce
- {{ .Values.volume.accessMode | default "ReadWriteOnce" | quote }}
resources:
requests:
storage: {{ .Values.volume.size | quote }}
Expand Down

0 comments on commit 0dad79c

Please sign in to comment.