Skip to content

Commit

Permalink
feat(release): Release of v1.0.0-beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Dec 4, 2023
1 parent 5e9aa13 commit 885bbd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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-beta4
## 1.0.0-beta5

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

![Version: 1.0.0-beta2](https://img.shields.io/badge/Version-1.0.0--beta2-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-beta5](https://img.shields.io/badge/Version-1.0.0--beta5-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)

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

Expand Down Expand Up @@ -73,6 +73,7 @@ helm install --name drupal -f values-<override>.yaml
| drupal.autoscaling.minReplicas | int | `1` | |
| drupal.autoscaling.targetCPUUtilizationPercentage | int | `50` | |
| drupal.autoscaling.targetMemoryUtilizationPercentage | int | `50` | |
| drupal.backup.cleanup.enabled | bool | `false` | |
| drupal.backup.enabled | bool | `false` | |
| drupal.backup.filesArgs | string | `""` | |
| drupal.backup.privateArgs | string | `""` | |
Expand Down Expand Up @@ -141,7 +142,7 @@ helm install --name drupal -f values-<override>.yaml
| drupal.tolerations | list | `[]` | |
| drupal.updateDBBeforeDatabaseMigration | bool | `true` | |
| drupal.username | string | `"admin"` | |
| drupal.version | string | `"d9"` | |
| drupal.version | string | `"d10"` | |
| drupal.volumeMounts | string | `nil` | |
| drupal.volumePermissions.enabled | bool | `false` | |
| drupal.volumes | string | `nil` | |
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 @@ -6,7 +6,7 @@ apiVersion: batch/v1beta1
{{- end }}
kind: CronJob
metadata:
name: {{ template "drupal.fullname" . }}-drupal-backup
name: {{ template "drupal.fullname" . }}-backup
labels:
app.kubernetes.io/name: {{ include "drupal.name" . }}
helm.sh/chart: {{ include "drupal.chart" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/drupal/templates/cronjob/drupal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apiVersion: batch/v1beta1
{{- end }}
kind: CronJob
metadata:
name: {{ template "drupal.fullname" . }}-drupal-cron
name: {{ template "drupal.fullname" . }}-cron
labels:
app.kubernetes.io/name: {{ include "drupal.name" . }}
helm.sh/chart: {{ include "drupal.chart" . }}
Expand Down

0 comments on commit 885bbd6

Please sign in to comment.