Skip to content

Commit

Permalink
Chart and application versions bump
Browse files Browse the repository at this point in the history
Use the latest dru Docker image with cookiecutter 2.1.1

Remove a critical vulnerability [CVE-2022-24065](https://nvd.nist.gov/vuln/detail/CVE-2022-24065)
  • Loading branch information
gfenoy committed Dec 31, 2024
1 parent 6ad773a commit 6fe297c
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.17
version: 0.3.18

# 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.8"
appVersion: "0.2.9"

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-b22f31090171289f8bc68388250ed8bfc1eab8bb
tag: dru-4fd27a8169367a0f7370b37b39029042ff760b0c
autoscaling:
enabled: false
replicaCount: 1
Expand All @@ -104,7 +104,7 @@ zookernel:
image:
repository: zooproject/zoo-project
pullPolicy: IfNotPresent
tag: dru-b22f31090171289f8bc68388250ed8bfc1eab8bb
tag: dru-4fd27a8169367a0f7370b37b39029042ff760b0c
extraMountPoints: []

workflow:
Expand Down

0 comments on commit 6fe297c

Please sign in to comment.