Skip to content

Commit

Permalink
bump tags
Browse files Browse the repository at this point in the history
  • Loading branch information
aleixhub committed Oct 28, 2024
1 parent 1eeec59 commit 292f9fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion catalog/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ui:
name: # default use chart name + '-ui'
image:
#override:
tag: v0.32.12
tag: v0.32.13
repository: quay.io/redhat-gpte/babylon-catalog-ui
pullPolicy: IfNotPresent
replicaCount: 1
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ catalog:
image:
pullPolicy: IfNotPresent
repository: quay.io/redhat-gpte/babylon-catalog-ui
tag: v0.32.12
tag: v0.32.13
replicaCount: 1
resources:
requests:
Expand Down Expand Up @@ -163,7 +163,7 @@ notifier:
image:
repository: quay.io/rhpds/babylon-notifier
pullPolicy: IfNotPresent
tag: v0.8.2
tag: v0.8.3
namespace:
create: true
name: babylon-notifier
Expand Down
4 changes: 2 additions & 2 deletions notifier/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.8.0
version: 0.8.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.8.0
appVersion: 0.8.3

0 comments on commit 292f9fa

Please sign in to comment.