Skip to content

Commit

Permalink
Helm chart and application version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed Jan 3, 2025
1 parent b9d2740 commit 4e4146d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions zoo-project-dru/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.19
version: 0.3.20

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.2.10"
appVersion: "0.2.11"

dependencies:
- name: postgresql
Expand Down
4 changes: 2 additions & 2 deletions zoo-project-dru/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ zoofpm:
image:
repository: zooproject/zoo-project
pullPolicy: IfNotPresent
tag: dru-0f36d89dec6cd558c36a2860b397914a16b41973
tag: dru-e884f0258791ac146c518bd28fb4d5256e950eb4
autoscaling:
enabled: false
replicaCount: 1
Expand All @@ -104,7 +104,7 @@ zookernel:
image:
repository: zooproject/zoo-project
pullPolicy: IfNotPresent
tag: dru-0f36d89dec6cd558c36a2860b397914a16b41973
tag: dru-e884f0258791ac146c518bd28fb4d5256e950eb4
extraMountPoints: []

workflow:
Expand Down

0 comments on commit 4e4146d

Please sign in to comment.