From 9d3283a116415b4d2f58788d8bf7cb70b6e23740 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 16:39:30 +0800 Subject: [PATCH] Fixed sidecar location in watcher chart --- watcher/Chart.yaml | 2 +- watcher/templates/statefulset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/watcher/Chart.yaml b/watcher/Chart.yaml index d150dd1..5189281 100644 --- a/watcher/Chart.yaml +++ b/watcher/Chart.yaml @@ -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. diff --git a/watcher/templates/statefulset.yaml b/watcher/templates/statefulset.yaml index 8e19973..b1886db 100644 --- a/watcher/templates/statefulset.yaml +++ b/watcher/templates/statefulset.yaml @@ -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