Skip to content

Commit

Permalink
HUKZ: updated dependencies chart versions for nats and postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 committed Oct 16, 2024
1 parent 57d0414 commit c8375ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/hukz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.3
version: 0.3.4

# 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
Expand All @@ -37,12 +37,12 @@ sources:

dependencies:
- name: nats
version: "6.2.*"
version: "8.4.*"
repository: https://charts.bitnami.com/bitnami
condition: nats.enabled
alias: nats
- name: postgresql
version: "10.3.*"
version: "16.0.*"
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
alias: postgresql
alias: postgresql

0 comments on commit c8375ea

Please sign in to comment.