Skip to content

Commit

Permalink
Update app (#17)
Browse files Browse the repository at this point in the history
Use latest freescout image. Fix wrong secret name as mentioned in
 #9
  • Loading branch information
zzorica authored May 10, 2023
1 parent c10c64a commit d717037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/freescout/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/freescout/templates/secret-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit d717037

Please sign in to comment.