Fixed sidecar location in watcher chart

This commit is contained in:
Jonathan Ervine 2020-07-27 16:39:30 +08:00
parent 8d289a67a4
commit 9d3283a116
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ 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.
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.

View File

@ -55,7 +55,7 @@ spec:
- name: watcher-media-pv
mountPath: /media
- name: {{ .Chart.Name }}-sidecar
image: harbor.ervine.dev/alpine/x86_64/alpine/db-sidecar
image: harbor.ervine.dev/public/x86_64/alpine/db-sidecar
imagePullPolicy: Always
securityContext:
privileged: true