Skip to content

Commit

Permalink
chore(deps): update minio docker tag to v14.8.0 (#569)
Browse files Browse the repository at this point in the history
* chore(deps): update minio docker tag to v14.8.0

* use mirror

---------

Co-authored-by: chgl-renovate[bot] <184750748+chgl-renovate[bot]@users.noreply.github.com>
Co-authored-by: chgl <[email protected]>
  • Loading branch information
chgl-renovate[bot] and chgl authored Oct 23, 2024
1 parent 9a96f66 commit 8ff962a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ env: # Comment env block if you do not want to apply fixes
APPLY_FIXES: none # When active, APPLY_FIXES must also be defined as environment variable (in github/workflows/mega-linter.yml or other CI tool)
APPLY_FIXES_EVENT: pull_request # Decide which event triggers application of fixes in a commit or a PR (pull_request, push, all)
APPLY_FIXES_MODE: commit # If APPLY_FIXES is used, defines if the fixes are directly committed (commit) or posted in a PR (pull_request)
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db:1

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
6 changes: 3 additions & 3 deletions charts/pathling-server/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.7.15
version: 14.8.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:d52470d8196564e077d4cd0b2f440c31190d349610dfe8ab308e41f808802895
generated: "2024-10-21T16:59:02.540365086Z"
digest: sha256:d83292ba3ba243c807f5b9c52325b6b21dfb12fd42523a20d0bd9d2c57abe2d7
generated: "2024-10-21T17:57:51.368247992Z"
6 changes: 3 additions & 3 deletions charts/pathling-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ maintainers:
url: https://github.com/chgl
dependencies:
- name: minio
version: 14.7.15
version: 14.8.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: minio.enabled
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
version: 0.8.10
version: 0.8.11
appVersion: "7.x"
annotations:
artifacthub.io/license: Apache-2.0
Expand All @@ -32,4 +32,4 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: "Updated common to 2.26.0"
description: "Updated minio to 14.8.0"

0 comments on commit 8ff962a

Please sign in to comment.