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 May 16, 2024
1 parent 1cb2580 commit 775275d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0

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

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: "3.9"
check-latest: true
Expand All @@ -41,7 +41,7 @@ jobs:
run: ct lint --helm-extra-args "--timeout 10m" --config config.yaml --target-branch ${{ github.event.repository.default_branch }}

- name: Create kind cluster
uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0

Expand Down
10 changes: 5 additions & 5 deletions charts/feedbacksystem/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.16.1
version: 9.23.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 12.13.1
version: 12.13.2
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.16.1
version: 9.23.0
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.18.5
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
digest: sha256:0545b232401412eeae2904fa92f2c0dce67ce0ed4f7af51bbf17c4b4fd6805db
generated: "2024-01-08T14:45:32.99001508Z"
digest: sha256:5da624b587d91198b62b71557c2e9cb9c3fc499bd2eca8912d2d284bf00c5ea8
generated: "2024-05-16T19:34:42.89336431Z"
8 changes: 4 additions & 4 deletions charts/feedbacksystem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ sources:
- https://github.com/thm-mni-ii/feedbacksystem
home: https://github.com/thm-mni-ii/feedbacksystem
type: application
version: 0.38.0
version: 0.39.0
# renovate: image=thmmniii/fbs-core
appVersion: v1.16.0
dependencies:
- name: mysql
version: 9.16.1
version: 9.23.0
repository: 'https://charts.bitnami.com/bitnami'
condition: core.enabled
- name: minio
version: 12.13.1
version: 12.13.2
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
- name: postgresql
Expand All @@ -24,7 +24,7 @@ dependencies:
condition: runner.enabled
alias: runnerPostgres
- name: mysql
version: 9.16.1
version: 9.23.0
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerMysql
Expand Down

0 comments on commit 775275d

Please sign in to comment.