mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-22 18:27:44 +00:00
Bump init to v0.0.4
This commit is contained in:

committed by
Martín Montes

parent
51257266c7
commit
f5b85c7a2f
@ -232,7 +232,7 @@ var (
|
||||
InitContainer: &ContainerTemplate{
|
||||
Image: Image{
|
||||
Repository: "ghcr.io/mariadb-operator/init",
|
||||
Tag: "v0.0.3",
|
||||
Tag: "v0.0.4",
|
||||
PullPolicy: corev1.PullIfNotPresent,
|
||||
},
|
||||
},
|
||||
|
@ -60,7 +60,7 @@ spec:
|
||||
initContainer:
|
||||
image:
|
||||
repository: ghcr.io/mariadb-operator/init
|
||||
tag: "v0.0.3"
|
||||
tag: "v0.0.4"
|
||||
pullPolicy: IfNotPresent
|
||||
volumeClaimTemplate:
|
||||
resources:
|
||||
|
@ -50,7 +50,7 @@ spec:
|
||||
initContainer:
|
||||
image:
|
||||
repository: ghcr.io/mariadb-operator/init
|
||||
tag: "v0.0.3"
|
||||
tag: "v0.0.4"
|
||||
pullPolicy: IfNotPresent
|
||||
volumeClaimTemplate:
|
||||
resources:
|
||||
|
Reference in New Issue
Block a user