Skip to content

Commit

Permalink
Update appVersion and version in Chart.yaml and update image tags in …
Browse files Browse the repository at this point in the history
…values.yaml
  • Loading branch information
hlebkanonik committed Sep 26, 2024
1 parent 7ac5596 commit 482de0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions reportportal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: "24.1.0"
appVersion: "24.2.0"
description: |
ReportPortal.io is a TestOps service, that provides increased capabilities
to speed up results analysis and reporting through the use of built-in analytic features.
name: reportportal
version: 24.1.7
version: 24.2.0
sources:
- https://github.com/reportportal/kubernetes/tree/master/reportportal
keywords:
Expand Down
16 changes: 8 additions & 8 deletions reportportal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceindex:
name: index
image:
repository: reportportal/service-index
tag: 5.11.2
tag: 5.12.0
pullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -54,7 +54,7 @@ serviceui:
name: ui
image:
repository: reportportal/service-ui
tag: 5.11.1-r1
tag: 5.12.0
pullPolicy: Always
replicaCount: 1
resources:
Expand Down Expand Up @@ -87,7 +87,7 @@ serviceapi:
name: api
image:
repository: reportportal/service-api
tag: 5.11.3
tag: 5.12.0
pullPolicy: Always
replicaCount: 1
readinessProbe:
Expand Down Expand Up @@ -236,7 +236,7 @@ uat:
name: uat
image:
repository: reportportal/service-authorization
tag: 5.11.3
tag: 5.12.0
pullPolicy: Always
replicaCount: 1
readinessProbe:
Expand Down Expand Up @@ -335,7 +335,7 @@ servicejobs:
name: jobs
image:
repository: reportportal/service-jobs
tag: 5.11.1
tag: 5.12.0
pullPolicy: Always
readinessProbe:
enabled: true
Expand Down Expand Up @@ -414,7 +414,7 @@ serviceanalyzer:
name: analyzer
image:
repository: reportportal/service-auto-analyzer
tag: 5.11.0-r4
tag: 5.12.0
pullPolicy: Always
uwsgiWorkers: 2
resources:
Expand Down Expand Up @@ -500,7 +500,7 @@ metricsgatherer:
name: metrics-gatherer
image:
repository: reportportal/service-metrics-gatherer
tag: 5.11.0-r4
tag: 5.12.0
pullPolicy: Always
loggingLevel: debug
timeManagement:
Expand Down Expand Up @@ -546,7 +546,7 @@ metricsgatherer:
migrations:
image:
repository: reportportal/migrations
tag: 5.11.1
tag: 5.12.1
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 482de0c

Please sign in to comment.