Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
Merge branch 'main' into production
  • Loading branch information
tormi committed Dec 6, 2024
2 parents 9206806 + 8dbb23d commit 3c607e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 2.1

orbs:
# Include the Silta orb.
# @see https://circleci.com/developer/orbs/orb/silta/silta
silta: silta/silta@1

executors:
Expand Down
6 changes: 6 additions & 0 deletions silta/silta-prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Override the default values of Wunder's Drupal Helm chart and silta.yml.
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml

# Enable autoscaling for production.
autoscaling:
Expand Down Expand Up @@ -41,6 +43,10 @@ nginx:
# basicauth:
# enabled: false

# Disable MailHog in production.
mailhog:
enabled: false

mariadb:
master:
persistence:
Expand Down
6 changes: 2 additions & 4 deletions silta/silta.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

# Values in this file override the default values of our helm chart.
#
# See https://github.com/wunderio/charts/blob/master/drupal/values.yaml
# for all possible options.
# Override the default values of Wunder's Drupal Helm chart.
# @see: https://github.com/wunderio/charts/blob/master/drupal/values.yaml

php:
drupalCoreVersion: "10"
Expand Down

0 comments on commit 3c607e2

Please sign in to comment.