mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-07-22 18:27:44 +00:00
Bump init container version
Co-authored-by: Leandre Gohy <lgohy@ipexgroup.com>
This commit is contained in:

committed by
Martín Montes

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