Skip to content

Commit 6b18599

Browse files
author
Prequel Release
committed
new release
1 parent 99780ee commit 6b18599

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

collector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: prequel-collector
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: "0.13.34"
6-
appVersion: "0.13.34"
5+
version: "0.13.35"
6+
appVersion: "0.13.35"
77
dependencies:
88
- name: nats
99
version: 1.3.10

collector/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
4949
machineid:
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

Comments
 (0)