Skip to content

Commit c18e7e8

Browse files
author
eliranb
committed
update crd
1 parent 91cf9c5 commit c18e7e8

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

charts/lightrun-operator/crds/lightrunjavaagent_crd.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ spec:
9898
description: Image of the init container. Image name and tag will
9999
define platform and version of the agent
100100
type: string
101+
imagePullPolicy:
102+
description: 'Pull policy of the init container. Can be one of:
103+
Always, IfNotPresent, or Never.'
104+
type: string
101105
sharedVolumeMountPath:
102106
description: Path in the app container where volume with agent
103107
will be mounted

config/crd/bases/agents.lightrun.com_lightrunjavaagents.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ spec:
9999
description: Image of the init container. Image name and tag will
100100
define platform and version of the agent
101101
type: string
102+
imagePullPolicy:
103+
description: 'Pull policy of the init container. Can be one of:
104+
Always, IfNotPresent, or Never.'
105+
type: string
102106
sharedVolumeMountPath:
103107
description: Path in the app container where volume with agent
104108
will be mounted

config/samples/operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ spec:
110110
description: Image of the init container. Image name and tag will
111111
define platform and version of the agent
112112
type: string
113+
imagePullPolicy:
114+
description: 'Pull policy of the init container. Can be one of:
115+
Always, IfNotPresent, or Never.'
116+
type: string
113117
sharedVolumeMountPath:
114118
description: Path in the app container where volume with agent
115119
will be mounted

examples/operator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ spec:
100100
description: Image of the init container. Image name and tag will
101101
define platform and version of the agent
102102
type: string
103+
imagePullPolicy:
104+
description: 'Pull policy of the init container. Can be one of:
105+
Always, IfNotPresent, or Never.'
106+
type: string
103107
sharedVolumeMountPath:
104108
description: Path in the app container where volume with agent
105109
will be mounted

0 commit comments

Comments
 (0)