From d18f80bcd06a51c73528a24326ab22e649e4b043 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Fri, 20 Jan 2023 14:41:48 +0100 Subject: [PATCH] DEV-810 Add CronJob for WordPress --- Chart.yaml | 6 +++--- values_nsodev.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index b0a5e24..7d37a75 100644 --- a/Chart.yaml +++ b/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.1.7 +version: 0.1.8 # 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.1.6" +appVersion: "0.1.7" dependencies: - name: tenant @@ -34,5 +34,5 @@ dependencies: version: 0.1.5 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo - name: smardigo-wordpress - version: 0.1.8 + version: 0.1.9 repository: oci://prodnso-harbor-01.smardigo.digital/smardigo diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 922e8b7..8edd775 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -105,7 +105,7 @@ smardigo-wordpress: customPostInitScripts: install-plugins.sh: | #!/bin/bash - wp plugin install https://updraftplus.com/wp-content/uploads/updraftplus.zip ocean-extra --activate-network + wp plugin install https://updraftplus.com/wp-content/uploads/updraftplus.zip --activate-network ingress: hostname: connect-wordpress-nsodev-prodwork01.smardigo.digital \ No newline at end of file