diff --git a/charts/freescout/Chart.yaml b/charts/freescout/Chart.yaml index 030a096..b3816e7 100644 --- a/charts/freescout/Chart.yaml +++ b/charts/freescout/Chart.yaml @@ -18,13 +18,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.12 +version: 0.1.13 # 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: "php8.2-1.16.43" +appVersion: "php8.2-1.17.3" dependencies: - name: mariadb version: ~11.x diff --git a/charts/freescout/templates/secret-db.yaml b/charts/freescout/templates/secret-db.yaml index 97f5319..f461b37 100644 --- a/charts/freescout/templates/secret-db.yaml +++ b/charts/freescout/templates/secret-db.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: Secret metadata: - name: {{ printf "%s-%s" .Release.Name "mariadb" }} + name: {{ printf "%s-%s" .Release.Name "db" }} namespace: {{ .Release.Namespace | quote }} labels: app.kubernetes.io/name: {{ include "freescout.name" . }}