cue: remove default tag from config.image

Signed-off-by: Piaras Hoban <phoban01@gmail.com>
This commit is contained in:
Piaras Hoban
2022-04-11 10:27:14 +01:00
parent 217a27ce02
commit 0f68b60870
+1 -1
View File
@@ -9,7 +9,7 @@ import (
meta: metav1.#ObjectMeta
image: {
repository: *"ghcr.io/stefanprodan/podinfo" | string
tag: "6.1.1" | string
tag: string
pullPolicy: *"IfNotPresent" | string
}
replicas: *1 | int