Skip to content

Commit

Permalink
Feature/fix pvc (#19)
Browse files Browse the repository at this point in the history
* release 1.0.9

* enable persistent storage

* add pvc

* fix

* bump
  • Loading branch information
Kurt108 authored Nov 11, 2020
1 parent 89c4d96 commit 3da8521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/thumbor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: thumbor
icon: https://camo.githubusercontent.com/8add159463b5ef31481d1e0cc9fb590cd662fe62/68747470733a2f2f73332e65752d776573742d322e616d617a6f6e6177732e636f6d2f6d696e696d616c2d636f6d706163742f696d616765732f6d632d7468756d626f722e706e67
version: 1.0.10
version: 1.0.11
appVersion: "6.7.5"
description: A chart containing Thumbor
home: http://thumbor.org/
Expand Down
2 changes: 1 addition & 1 deletion charts/thumbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=======
A chart containing Thumbor

Current chart version is `1.0.10`
Current chart version is `1.0.11`

## Based on

Expand Down
4 changes: 1 addition & 3 deletions charts/thumbor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: {{ template "thumbor.fullname" . }}-storage
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim | default (include "dwcthumbor2backend.fullname" .) }}-storage
claimName: {{ .Values.persistence.existingClaim | default (include "thumbor.fullname" .) }}-storage
{{- else }}
emptyDir: {}
{{ end }}
Expand Down Expand Up @@ -58,5 +58,3 @@ spec:
subPath: "thumbor.conf"
resources:
{{ toYaml .Values.resources | indent 12 }}


0 comments on commit 3da8521

Please sign in to comment.