Skip to content

Commit

Permalink
feat(strapi): Enable Image Toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
eviscares committed Jan 29, 2025
1 parent af01baa commit d34174c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/strapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.2.1
# 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.0"
appVersion: "0.2.0"
2 changes: 2 additions & 0 deletions charts/strapi/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim | default (include "strapi.fullname" .) }}
{{- end }}
{{- if ne .Value.initImage.tag "" }}
initContainers:
- name: "{{ .Chart.Name }}-db-init"
securityContext:
Expand Down Expand Up @@ -80,6 +81,7 @@ spec:
configMapKeyRef:
name: strapi-db-config
key: database.schema_name
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit d34174c

Please sign in to comment.