From d6738ad3c88a6533a3f7fa8270ca8fceab0574c1 Mon Sep 17 00:00:00 2001 From: sylus Date: Fri, 22 Dec 2023 11:45:36 -0500 Subject: [PATCH] feat(helm): Correct value for drupal backup job --- CHANGELOG.md | 2 +- charts/drupal/Chart.yaml | 6 +++--- charts/drupal/README.md | 4 ++-- charts/drupal/templates/cronjob/drupal-backup.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631eb13..c267028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-beta6 +## 1.0.0-beta7 - Breaking Changes - Drupal 7 Chart has been removed diff --git a/charts/drupal/Chart.yaml b/charts/drupal/Chart.yaml index d5d36b6..036096b 100644 --- a/charts/drupal/Chart.yaml +++ b/charts/drupal/Chart.yaml @@ -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 diff --git a/charts/drupal/README.md b/charts/drupal/README.md index 44ebe5e..4490a56 100644 --- a/charts/drupal/README.md +++ b/charts/drupal/README.md @@ -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:** diff --git a/charts/drupal/templates/cronjob/drupal-backup.yaml b/charts/drupal/templates/cronjob/drupal-backup.yaml index 79e4cb0..bf2ebb2 100644 --- a/charts/drupal/templates/cronjob/drupal-backup.yaml +++ b/charts/drupal/templates/cronjob/drupal-backup.yaml @@ -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 }}