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 Sep 8, 2023
1 parent 9428cbc commit 1e29c08
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@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
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.12.1
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.6.6
version: 12.8.4
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.5
version: 12.11.1
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.10.5
version: 9.12.1
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.15.4
version: 13.18.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.6.5
digest: sha256:8fe7fbe86c9939d6b1f7a09d279e2a43b962ad70b95c8f0f3e002521c2515758
generated: "2023-07-11T20:01:47.602961192Z"
version: 12.11.1
digest: sha256:30d65c89fa5c1cc6bf67e38a19be6a22d3de8d739939731405d1c26eeacb2326
generated: "2023-09-08T16:03:23.932063819Z"
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.12.1
repository: 'https://charts.bitnami.com/bitnami'
condition: core.enabled
- name: minio
version: 12.6.6
version: 12.8.4
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
- name: postgresql
version: 12.6.5
version: 12.11.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPostgres
- name: mysql
version: 9.10.5
version: 9.12.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerMysql
- name: mongodb
version: 13.15.4
version: 13.18.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.sqlChecker.enabled
alias: checkerMongodb
- name: postgresql
version: 12.6.5
version: 12.11.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPlaygroundPostgres
Expand Down

0 comments on commit 1e29c08

Please sign in to comment.