update wp-chart to enable caching

ocr-jwt-token
Johannes Wicovsky 3 years ago
parent da4c738134
commit c51b41176b

@ -15,7 +15,7 @@ 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.1.38
version: 0.1.39
# 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
@ -37,7 +37,7 @@ dependencies:
version: 0.1.13
repository: oci://prodnso-harbor-01.smardigo.digital/smardigo
- name: smardigo-wordpress
version: 0.1.37
version: 0.1.38
repository: oci://prodnso-harbor-01.smardigo.digital/smardigo
- name: smardigo-wordpress
version: 0.1.34

@ -115,7 +115,6 @@ smardigo-wordpress:
nameOverride: wordpress-thgquotenservice
multisite:
host: connect-wordpress-nsodev-prodwork01.smardigo.digital
wordpressConfigureCache: true
customPostInitScripts:
install-plugins.sh: |
#!/bin/bash

Loading…
Cancel
Save