diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d8f68a..d34f3e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ - [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/129) - Release new `terraform-pod` version with 1.9.5 terraform +## 2024-08-21 + +[prod] + +- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/128) +- Update wordpress helm chart to the latest version `23.1.4` + ## 2024-08-08 [prod] diff --git a/charts/tekton-apps/Chart.yaml b/charts/tekton-apps/Chart.yaml index aa5c6ae1..8f927a85 100644 --- a/charts/tekton-apps/Chart.yaml +++ b/charts/tekton-apps/Chart.yaml @@ -12,7 +12,7 @@ appVersion: "v0.29.0" # 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.2.19 +version: 0.2.20 maintainers: - url: https://www.saritasa.com/ diff --git a/charts/tekton-apps/README.md b/charts/tekton-apps/README.md index 4008fc89..af21a986 100644 --- a/charts/tekton-apps/README.md +++ b/charts/tekton-apps/README.md @@ -31,7 +31,7 @@ saritasa-tekton-apps ## `chart.version` -![Version: 0.2.19](https://img.shields.io/badge/Version-0.2.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.29.0](https://img.shields.io/badge/AppVersion-v0.29.0-informational?style=flat-square) +![Version: 0.2.20](https://img.shields.io/badge/Version-0.2.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.29.0](https://img.shields.io/badge/AppVersion-v0.29.0-informational?style=flat-square) ## Maintainers diff --git a/charts/tekton-apps/templates/wordpress/argocd_applications.yaml b/charts/tekton-apps/templates/wordpress/argocd_applications.yaml index c785e108..4dd7ddb4 100644 --- a/charts/tekton-apps/templates/wordpress/argocd_applications.yaml +++ b/charts/tekton-apps/templates/wordpress/argocd_applications.yaml @@ -164,7 +164,6 @@ spec: {{- end }} {{- end }} - extraVolumes: - name: ssh-key secret: @@ -187,9 +186,9 @@ spec: extraEnvVarsSecret: {{ .extraEnvVarsSecret }} {{- end }} - livenessProbe: + customLivenessProbe: httpGet: - path: /wp-admin/install.php + path: /wp-login.php port: 8080 scheme: HTTP periodSeconds: 120 @@ -197,14 +196,15 @@ spec: readinessProbe: enabled: true httpGet: - path: /wp-admin/install.php + path: /wp-login.php port: 8080 scheme: HTTP periodSeconds: 120 service: type: ClusterIP - port: 8080 + ports: + http: 8080 {{- with .ingress }} ingress: