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 Oct 24, 2023
1 parent 9428cbc commit 3764dee
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 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,7 +21,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .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 Down
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.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.6.6
version: 12.8.16
- 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.0
- 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:73c91cf555c7e1b59f7360f693b99b80b69d233d5e06e66155b94210ec032328
generated: "2023-10-24T16:12:04.629102798Z"
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.0
repository: 'https://charts.bitnami.com/bitnami'
condition: core.enabled
- name: minio
version: 12.6.6
version: 12.8.16
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.0
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 3764dee

Please sign in to comment.