You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: {{ include "artifactory.getImageInfoByValue" (list . "initContainers") }}
causes the following error:
create Pod artifactory-ha-artifactory-ha-primary-1 in StatefulSet artifactory-ha-artifactory-ha-primary failed error: Pod "artifactory-ha-artifactory-ha-primary-1" is invalid: spec.initContainers[0].image: Required value
For the artifactory-ha chart it should be: image: {{ include "artifactory-ha.getImageInfoByValue" (list . "initContainers") }}
The text was updated successfully, but these errors were encountered:
Using this line as is:
log-analytics-datadog/helm/artifactory-ha-values.yaml
Line 8 in 8ed255f
causes the following error:
create Pod artifactory-ha-artifactory-ha-primary-1 in StatefulSet artifactory-ha-artifactory-ha-primary failed error: Pod "artifactory-ha-artifactory-ha-primary-1" is invalid: spec.initContainers[0].image: Required value
For the artifactory-ha chart it should be:
image: {{ include "artifactory-ha.getImageInfoByValue" (list . "initContainers") }}
The text was updated successfully, but these errors were encountered: