Skip to content

Commit 088ce39

Browse files
committed
fix(plz): default image isn't set by controller (a req. for GCk6 UI tests)
1 parent 4000273 commit 088ce39

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

api/v1alpha1/privateloadzone_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type PrivateLoadZoneSpec struct {
4545
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
4646

4747
// The Docker image of the k6 runners.
48-
// +kubebuilder:default="grafana/k6:latest"
48+
// Default is "grafana/k6:latest", set by Grafana Cloud k6.
4949
Image string `json:"image,omitempty"`
5050

5151
// The imagePullSecrets which should be configured for all created Pods.

config/crd/bases/k6.io_privateloadzones.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ spec:
6161
type: array
6262
type: object
6363
image:
64-
default: grafana/k6:latest
6564
type: string
6665
imagePullSecrets:
6766
items:

docs/crd-generated.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ PrivateLoadZoneSpec defines the desired state of PrivateLoadZone
114114
<td><b>image</b></td>
115115
<td>string</td>
116116
<td>
117-
The Docker image of the k6 runners.<br/>
118-
<br/>
119-
<i>Default</i>: grafana/k6:latest<br/>
117+
The Docker image of the k6 runners.
118+
Default is "grafana/k6:latest", set by Grafana Cloud k6.<br/>
120119
</td>
121120
<td>false</td>
122121
</tr><tr>

0 commit comments

Comments
 (0)