From c778952df0aab623f788817ab1453b39f24868d1 Mon Sep 17 00:00:00 2001 From: Henning Kasch Date: Fri, 12 Nov 2021 16:36:32 +0100 Subject: [PATCH] Fix workspace preload DaemonSet command --- charts/codefreak/Chart.yaml | 2 +- charts/codefreak/templates/preload-daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/codefreak/Chart.yaml b/charts/codefreak/Chart.yaml index e0a4495..97bfc7b 100644 --- a/charts/codefreak/Chart.yaml +++ b/charts/codefreak/Chart.yaml @@ -15,7 +15,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.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. Versions are not expected to diff --git a/charts/codefreak/templates/preload-daemonset.yaml b/charts/codefreak/templates/preload-daemonset.yaml index a413e38..c9f5bb6 100644 --- a/charts/codefreak/templates/preload-daemonset.yaml +++ b/charts/codefreak/templates/preload-daemonset.yaml @@ -18,7 +18,7 @@ spec: - name: preload-container image: {{ .Values.workspaces.companionImage }} command: - - "/usr/bin/true" + - "/bin/true" containers: - name: pause image: {{ .Values.workspaces.imagePreloading.idleImage }}