Skip to content

Commit

Permalink
feat(release): Release of v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Dec 3, 2023
1 parent 479bd27 commit cc0e594
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.0-beta1
## 1.0.0-beta2

- Breaking Changes
- Drupal 7 Chart has been removed
Expand All @@ -23,7 +23,7 @@ cd ../tpl/override && git init && git add . && git commit -m "feat(initial): In
cd ../../
git checkout main
cd charts/drupal
helm template . -f values-override.yaml --output-dir ../tpl/override
helm template . -f values-override.yaml --output-dir ../../tpl/override
```

## 0.20.1-beta3
Expand Down
7 changes: 5 additions & 2 deletions charts/drupal/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ dependencies:
- name: solr
repository: https://charts.bitnami.com/bitnami
version: 7.5.1
digest: sha256:e15fab8d13baf578d5c6a36fa9a9cc1d852be8de47ed68064852c56e1512fc6b
generated: "2023-12-02T22:05:14.382491-05:00"
- name: varnish
repository: https://drupalwxt.github.io/helm-drupal
version: 0.2.5
digest: sha256:15c38c6e588a0089ce4b2d440ff305fd69eabf7ce03dd730f0f7706699e3c7e6
generated: "2023-12-03T14:02:23.367433-05:00"
6 changes: 5 additions & 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-beta1
version: 1.0.0-beta2
appVersion: 5.0.1
description: Drupal 9/10 variant of the Web Experience Toolkit (WxT).
keywords:
Expand Down Expand Up @@ -39,3 +39,7 @@ dependencies:
version: 7.5.1
repository: https://charts.bitnami.com/bitnami
condition: solr.enabled
- name: varnish
version: 0.2.5
repository: https://drupalwxt.github.io/helm-drupal
condition: varnish.enabled
9 changes: 8 additions & 1 deletion charts/drupal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# drupal

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

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

Expand All @@ -25,6 +25,7 @@ Drupal 9/10 variant of the Web Experience Toolkit (WxT).
| https://charts.bitnami.com/bitnami | postgresql | 11.6.6 |
| https://charts.bitnami.com/bitnami | redis | 16.13.2 |
| https://charts.bitnami.com/bitnami | solr | 7.5.1 |
| https://drupalwxt.github.io/helm-drupal | varnish | 0.2.5 |

## Prerequisites

Expand Down Expand Up @@ -245,6 +246,10 @@ helm install --name drupal -f values-<override>.yaml
| azure.azureFile.annotations | object | `{}` | |
| azure.azureFile.backup.spec | object | `{}` | |
| azure.azureFile.enabled | bool | `false` | |
| azure.azureFile.folders[0] | string | `"backup"` | |
| azure.azureFile.folders[1] | string | `"private"` | |
| azure.azureFile.folders[2] | string | `"public"` | |
| azure.azureFile.folders[3] | string | `"tmp"` | |
| azure.azureFile.initMediaIconsFolder | bool | `true` | |
| azure.azureFile.private.spec | object | `{}` | |
| azure.azureFile.protocol | string | `"smb"` | |
Expand All @@ -259,6 +264,8 @@ helm install --name drupal -f values-<override>.yaml
| azure.sharedDisk.accessMode | string | `"ReadWriteMany"` | |
| azure.sharedDisk.annotations | object | `{}` | |
| azure.sharedDisk.enabled | bool | `false` | |
| azure.sharedDisk.folders[0] | string | `"private"` | |
| azure.sharedDisk.folders[1] | string | `"public"` | |
| azure.sharedDisk.initMediaIconsFolder | bool | `true` | |
| azure.sharedDisk.maxShares | int | `2` | |
| azure.sharedDisk.private.spec | object | `{}` | |
Expand Down
Binary file added charts/drupal/charts/varnish-0.2.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/drupal/templates/cronjob/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
# Pre Install scripts
{{- if $values.drupal.cron.preInstallScripts }}
{{ toYaml $values.drupal.cron.preInstallScripts | nindent 14}}
{{ toYaml $values.drupal.cron.preInstallScripts | nindent 16 }}
{{- end }}
{{ $cron.script | indent 16 }}
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 @@ -55,7 +55,7 @@ spec:
# Pre Install scripts
{{- if .Values.drupal.cron.preInstallScripts }}
{{ .Values.drupal.cron.preInstallScripts | nindent 14}}
{{ .Values.drupal.cron.preInstallScripts | nindent 16 }}
{{- end }}
# Wait for DB to be available
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 @@ -55,7 +55,7 @@ spec:
# Pre Install scripts
{{- if .Values.drupal.cron.preInstallScripts }}
{{ .Values.drupal.cron.preInstallScripts | nindent 14}}
{{ .Values.drupal.cron.preInstallScripts | nindent 16 }}
{{- end }}
# Wait for DB to be available
Expand Down
4 changes: 2 additions & 2 deletions charts/solr/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# solr

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

A Helm chart for a Solr instance using the official Solr Operator

Expand All @@ -25,4 +25,4 @@ A Helm chart for a Solr instance using the official Solr Operator
| zookeeper.storage.size | string | `"5Gi"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
44 changes: 36 additions & 8 deletions charts/varnish/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,42 @@
# Varnish Helm Chart
# varnish

This chart installs a Varnish deamon which can be used as a proxy to cache static web resources.
![Version: 0.2.5](https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.6.0](https://img.shields.io/badge/AppVersion-6.6.0-informational?style=flat-square)

## Prerequisites Details
A Helm chart for using Varnish.

* Kubernetes 1.8+
**Homepage:** <https://www.varnish-software.com>

## Chart Details
## Maintainers

This chart will do the following:
| Name | Email | Url |
| ---- | ------ | --- |
| sylus | <[email protected]> | |
| zachomedia | <[email protected]> | |

* Kubernetes Deployment
* ConfigMap with `default.vcl` for configuration of Varnish
## Source Code

* <https://github.com/varnish>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| admin.enable | bool | `false` | |
| admin.port | int | `6082` | |
| affinity | object | `{}` | |
| destinationRule.enabled | bool | `false` | |
| destinationRule.mode | string | `"DISABLE"` | |
| fullnameOverride | string | `""` | |
| memorySize | string | `"100M"` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| tolerations | list | `[]` | |
| varnishd.image | string | `"varnish"` | |
| varnishd.imagePullPolicy | string | `"IfNotPresent"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)

0 comments on commit cc0e594

Please sign in to comment.