Skip to content

Commit

Permalink
feat(helm): Correct value for drupal backup job
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Dec 22, 2023
1 parent c19c2ae commit d6738ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0-beta6
## 1.0.0-beta7

- Breaking Changes
- Drupal 7 Chart has been removed
Expand Down
6 changes: 3 additions & 3 deletions charts/drupal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: drupal
apiVersion: v2
type: application
version: 1.0.0-beta6
appVersion: 5.0.1
description: Drupal 9/10 variant of the Web Experience Toolkit (WxT).
version: 1.0.0-beta7
appVersion: 5.1.0
description: Drupal 10 variant of the Web Experience Toolkit (WxT).
keywords:
- drupal
- cms
Expand Down
4 changes: 2 additions & 2 deletions charts/drupal/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# drupal

![Version: 1.0.0-beta6](https://img.shields.io/badge/Version-1.0.0--beta6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.1](https://img.shields.io/badge/AppVersion-5.0.1-informational?style=flat-square)
![Version: 1.0.0-beta7](https://img.shields.io/badge/Version-1.0.0--beta7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Drupal 9/10 variant of the Web Experience Toolkit (WxT).
Drupal 10 variant of the Web Experience Toolkit (WxT).

**Homepage:** <http://www.drupal.org/project/wxt>

Expand Down
2 changes: 1 addition & 1 deletion charts/drupal/templates/cronjob/drupal-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
- name: backup
{{- if and .Values.drupal.backup.persistence.enabled (not .Values.drupal.backup.persistence.existingClaim) }}
persistentVolumeClaim:
claimName: {{ template "drupal.fullname" . }}-backup
claimName: {{ template "drupal.fullname" . }}-drupal-backup
{{- else if .Values.drupal.backup.volume }}
{{- toYaml .Values.drupal.backup.volume | nindent 12 }}
{{- else }}
Expand Down

0 comments on commit d6738ad

Please sign in to comment.