@@ -32,7 +32,7 @@ provision:
3232 # The Prequel provision image. All containers are hosted in the same repository.
3333 image :
3434 repoName : " prequel"
35- tag : " 0.13.34 "
35+ tag : " 0.13.35 "
3636 pullPolicy : IfNotPresent
3737 # The tolerations to apply to the Prequel provision job.
3838 tolerations : []
@@ -49,7 +49,7 @@ provision:
4949machineid :
5050 image :
5151 repoName : " prequel"
52- tag : " 0.13.34 "
52+ tag : " 0.13.35 "
5353 pullPolicy : IfNotPresent
5454# #######################################################
5555# Collector install job options
@@ -70,7 +70,7 @@ collector:
7070 # The Prequel collector image.
7171 image :
7272 repoName : " prequel"
73- tag : " 0.13.34 "
73+ tag : " 0.13.35 "
7474 pullPolicy : IfNotPresent
7575 # The fullname override for the Prequel collector service account.
7676 fullnameOverride : " prequel-collector"
@@ -117,7 +117,7 @@ probes:
117117 # The Prequel probes image.
118118 image :
119119 repoName : " prequel"
120- tag : " 0.13.34 "
120+ tag : " 0.13.35 "
121121 pullPolicy : IfNotPresent
122122 # The fullname override for the Prequel probes service account.
123123 fullnameOverride : " prequel-probes"
@@ -166,7 +166,7 @@ nats:
166166 reloader :
167167 enabled : true
168168 image :
169- fullImageName : prequeldev/prequel:0.13.34
169+ fullImageName : prequeldev/prequel:0.13.35
170170 pullPolicy : Always
171171 merge :
172172 args :
@@ -214,7 +214,7 @@ nats:
214214 handshake_first : true
215215 container :
216216 image :
217- fullImageName : prequeldev/prequel:0.13.34
217+ fullImageName : prequeldev/prequel:0.13.35
218218 env :
219219 # different from k8s units, suffix must be B, KiB, MiB, GiB, or TiB
220220 # should be ~90% of memory limit
0 commit comments