diff --git a/test/ix-chart/2010.0.2/values.yaml b/test/ix-chart/2010.0.2/values.yaml index 4a1a85f0d06..86476391137 100644 --- a/test/ix-chart/2010.0.2/values.yaml +++ b/test/ix-chart/2010.0.2/values.yaml @@ -4,17 +4,15 @@ image: repository: debian pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "testing" + tag: "latest" # Restart / Update policy restartPolicy: Always updateStrategy: RollingUpdate # Container CMD / entrypoint -containerCommand: - - sleep -containerArgs: - - infinity +containerCommand: [] +containerArgs: [] containerEnvironmentVariables: [] # Network related configuration