diff --git a/charts/shopware/Chart.yaml b/charts/shopware/Chart.yaml index 1bac233..c5ddf40 100644 --- a/charts/shopware/Chart.yaml +++ b/charts/shopware/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.53 +version: 0.0.54 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.53" +appVersion: "0.0.54" dependencies: - name: pxc-operator diff --git a/charts/shopware/templates/store.yaml b/charts/shopware/templates/store.yaml index c61f8dc..f373188 100644 --- a/charts/shopware/templates/store.yaml +++ b/charts/shopware/templates/store.yaml @@ -77,6 +77,16 @@ spec: shopConfiguration: currency: {{ .Values.store.shopConfiguration.currency | default "EUR" }} locale: {{ .Values.store.shopConfiguration.locale | default "en-GB" }} + usageDataConsent: {{ .Values.store.shopConfiguration.usageDataConsent | default "allowed" }} + {{- if hasKey .Values.store.shopConfiguration "fastly" }} + fastly: + serviceRef: + key: {{ .Values.store.shopConfiguration.fastly.serviceRef.key }} + name: {{ .Values.store.shopConfiguration.fastly.serviceRef.name }} + tokenRef: + key: {{ .Values.store.shopConfiguration.fastly.tokenRef.key }} + name: {{ .Values.store.shopConfiguration.fastly.tokenRef.name }} + {{- end }} {{- end }} {{- with .Values.store.scheduledTask }} diff --git a/charts/shopware/values.yaml b/charts/shopware/values.yaml index 9a22b0a..4e439de 100644 --- a/charts/shopware/values.yaml +++ b/charts/shopware/values.yaml @@ -95,6 +95,14 @@ store: # shopConfiguration: # currency: EUR # locale: en-GB + # usageDataConsent: allowed + # fastly: + # serviceRef: + # key: service-name + # name: fastly-api-secret + # tokenRef: + # key: api-token + # name: fastly-api-secret # s3 storage configuration # s3Storage: