Skip to content

Commit

Permalink
update chart
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Geyer-Blaumeiser <[email protected]>
  • Loading branch information
lgblaumeiser committed Jan 13, 2025
1 parent 2e1f76d commit 7bca712
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: python (setup)
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.13
- name: chart-testing (setup)
uses: helm/[email protected]
#####################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: addnab/docker-run-action@v3
with:
image: jnorwood/helm-docs:v1.10.0
image: jnorwood/helm-docs:v1.14.2
options: -v ${{ github.workspace }}/charts:/helm-docs
run: helm-docs

Expand Down
2 changes: 1 addition & 1 deletion charts/bdrs-server-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ helm install my-release tractusx-edc/bdrs-server --version 0.5.2 \
| tests.hookDeletePolicy | string | `"before-hook-creation,hook-succeeded"` | Configure the hook-delete-policy for Helm tests |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
4 changes: 2 additions & 2 deletions charts/bdrs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ dependencies:
# PostgreSQL
- name: postgresql
alias: postgresql
version: 12.11.2
version: 15.2.1
repository: https://charts.bitnami.com/bitnami
condition: install.postgresql
# HashiCorp Vault
- name: vault
alias: vault
version: "0.27.0"
version: "0.28.0"
repository: https://helm.releases.hashicorp.com
condition: install.vault
6 changes: 3 additions & 3 deletions charts/bdrs-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ helm install my-release tractusx-edc/bdrs-server --version 0.5.2 \

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 12.11.2 |
| https://helm.releases.hashicorp.com | vault(vault) | 0.27.0 |
| https://charts.bitnami.com/bitnami | postgresql(postgresql) | 15.2.1 |
| https://helm.releases.hashicorp.com | vault(vault) | 0.28.0 |

## Values

Expand Down Expand Up @@ -168,4 +168,4 @@ helm install my-release tractusx-edc/bdrs-server --version 0.5.2 \
| vault.server.postStart | string | `nil` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 7bca712

Please sign in to comment.