Skip to content

Commit

Permalink
use Elasticsearch 7.17 to fix K8S warning with PodDisruptionBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-bjoern committed Feb 6, 2023
1 parent 14bb065 commit 6a7427b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: magento
apiVersion: v2
appVersion: 2.4.5
version: 2.4.3
version: 2.4.4
description: Magento chart to deploy the application including services.
type: application
keywords:
Expand All @@ -24,7 +24,7 @@ dependencies:
condition: redis.enabled
- name: elasticsearch
repository: https://helm.elastic.co
version: ~7.15.0
version: ~7.17.0
condition: elasticsearch.enabled
- name: varnish
repository: https://charts.softonic.io
Expand Down

0 comments on commit 6a7427b

Please sign in to comment.