Skip to content

Commit

Permalink
fix init archery bug (#28)
Browse files Browse the repository at this point in the history
* fix init archery bug

* bump version
  • Loading branch information
LeoQuote authored Jul 4, 2022
1 parent ec08556 commit 958fa25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/archery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
home: https://archerydms.com/
description: Archery Helm chart for Kubernetes
name: archery
version: 0.2.3
version: 0.2.4
sources:
- https://github.com/hhyo/Archery

Expand Down
3 changes: 2 additions & 1 deletion charts/archery/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
initContainers:
{{- if .Values.redis.embedded }}
{{- if .Values.mysql.embedded }}
- image: busybox
name: init-mysql
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -77,6 +77,7 @@ spec:
{{- with .Values.envs }}
{{ toYaml . | nindent 12 }}
{{- end}}
command: ['/bin/bash','/opt/archery/src/docker/init-archery.sh']
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 958fa25

Please sign in to comment.