Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 9428cbc commit 535af76
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Lint and Test
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0

Expand All @@ -21,13 +21,13 @@ jobs:
with:
version: v3.10.0

- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4.6.1
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: "3.9"
check-latest: true

- name: Set up chart-testing
uses: helm/chart-testing-action@e8788873172cb653a90ca2e819d79d65a66d4e76 # v2.4.0
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1

- name: Run chart-testing (list-changed)
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Release
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
fetch-depth: 0

Expand All @@ -24,6 +24,6 @@ jobs:
run: helm repo add bitnami https://charts.bitnami.com/bitnami

- name: Run chart-releaser
uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
16 changes: 8 additions & 8 deletions charts/feedbacksystem/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.10.5
version: 9.14.3
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.6.6
version: 12.9.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.5
version: 12.12.10
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.10.5
version: 9.14.3
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.15.4
version: 13.18.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.5
digest: sha256:8fe7fbe86c9939d6b1f7a09d279e2a43b962ad70b95c8f0f3e002521c2515758
generated: "2023-07-11T20:01:47.602961192Z"
version: 12.12.10
digest: sha256:465e1d9ebbc4920ca3c889a02a8f2fad7da23f241198dcabd3715e2656b2e3e8
generated: "2023-11-09T11:04:23.921570636Z"
14 changes: 7 additions & 7 deletions charts/feedbacksystem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@ sources:
- https://github.com/thm-mni-ii/feedbacksystem
home: https://github.com/thm-mni-ii/feedbacksystem
type: application
version: 0.28.0
version: 0.29.0
# renovate: image=thmmniii/fbs-core
appVersion: v1.11.0
dependencies:
- name: mysql
version: 9.10.5
version: 9.14.3
repository: 'https://charts.bitnami.com/bitnami'
condition: core.enabled
- name: minio
version: 12.6.6
version: 12.9.2
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
- name: postgresql
version: 12.6.5
version: 12.12.10
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPostgres
- name: mysql
version: 9.10.5
version: 9.14.3
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerMysql
- name: mongodb
version: 13.15.4
version: 13.18.5
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.sqlChecker.enabled
alias: checkerMongodb
- name: postgresql
version: 12.6.5
version: 12.12.10
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPlaygroundPostgres
Expand Down

0 comments on commit 535af76

Please sign in to comment.