Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drupal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: drupal
version: 0.3.136
version: 0.3.137
dependencies:
- name: mariadb
version: 7.5.x
Expand Down
1 change: 1 addition & 0 deletions drupal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ mariadb:
operator: NotIn
values:
- static-ip
enableServiceLinks: false

varnish:
# See https://github.com/wunderio/silta/blob/master/docs/silta-examples.md#using-varnish
Expand Down
2 changes: 1 addition & 1 deletion frontend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: frontend
version: 0.2.74
version: 0.2.75
dependencies:
- name: mariadb
version: 7.10.x
Expand Down
1 change: 1 addition & 0 deletions frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ mariadb:
operator: NotIn
values:
- static-ip
enableServiceLinks: false

elasticsearch:
enabled: false
Expand Down