Skip to content

Commit 259f8a1

Browse files
authored
Merge pull request #4 from perfana/scheduler-fix
Bumped versions for perfana-2.4.4
2 parents 96aa8d1 + 16dfe95 commit 259f8a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/perfana/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: perfana-2.4.3
2+
appVersion: perfana-2.4.4
33
description: Perfana Performance Hub
44
name: perfana
5-
version: 1.8.1
5+
version: 2.4.4
66
maintainers:
77
- name: Perfana Dev Team
88

charts/perfana/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ perfanaFe:
2828
replicaCount: 1
2929
image:
3030
repository: perfana/perfana-fe
31-
tag: perfana-2.4.3
31+
tag: perfana-2.4.4
3232
pullPolicy: Always
3333
deploymentStrategy: RollingUpdate
3434
service:
@@ -146,7 +146,7 @@ perfanaGrafana:
146146
replicaCount: 1
147147
image:
148148
repository: perfana/perfana-grafana
149-
tag: perfana-2.4.3
149+
tag: perfana-2.4.4
150150
pullPolicy: Always
151151
resources: {}
152152
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -184,7 +184,7 @@ perfanaCheck:
184184
replicaCount: 1
185185
image:
186186
repository: perfana/perfana-check
187-
tag: perfana-2.4.3
187+
tag: perfana-2.4.4
188188
pullPolicy: Always
189189
labels: {}
190190
annotations: {}
@@ -222,7 +222,7 @@ perfanaSnapshot:
222222
replicaCount: 1
223223
image:
224224
repository: perfana/perfana-snapshot
225-
tag: perfana-2.4.3
225+
tag: perfana-2.4.4
226226
pullPolicy: Always
227227
resources: {}
228228
# We usually recommend not to specify default resources and to leave this as a conscious
@@ -249,7 +249,7 @@ perfanaScheduler:
249249
replicaCount: 1
250250
image:
251251
repository: perfana/perfana-scheduler
252-
tag: perfana-2.4.3
252+
tag: perfana-2.4.4
253253
pullPolicy: Always
254254
labels: {}
255255
annotations: {}

0 commit comments

Comments
 (0)