Skip to content

Commit

Permalink
fix: update Helm workflow to upgrade chart dependencies and modify Mo…
Browse files Browse the repository at this point in the history
…ngoDB TLS settings
  • Loading branch information
jordancarrier committed Jan 24, 2025
1 parent ff080b2 commit 40cc800
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/linter-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
python-version: '3.9'
check-latest: true

- name: "Upgrade Helm chart dependencies"
id: deps-update
uses: camptocamp/[email protected]
with:
chart-path: "charts/armonik"

- name: Set up chart-testing
uses: helm/[email protected]

Expand Down
3 changes: 2 additions & 1 deletion charts/armonik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ mongodb:
# value: "state-database"
# effect: "NoSchedule"
tls:
enabled: true
enabled: false
mode: allowTLS
autoGenerated: true
replicaset:
existingSecret: mongodb-crt
Expand Down

0 comments on commit 40cc800

Please sign in to comment.