Skip to content

Commit 148ab6b

Browse files
authored
Merge branch 'main' into renovate/renovatebot-github-action-40.x
2 parents c7f5155 + b877952 commit 148ab6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Self-hosted Renovate
26-
uses: renovatebot/github-action@0984fb80fc633b17e57f3e8b6c007fe0dc3e0d62 # v40.3.6
26+
uses: renovatebot/github-action@67a664fc9b4481b33a3eff6ee9edfb7a7b9dfa1e # v41.0.2
2727
with:
2828
configurationFile: .github/renovate-configs.json5
2929
token: '${{ steps.get_token.outputs.token }}'

wordpress/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: wordpress
33
description: A Helm chart for Wordpress on Kubernetes with NGINX and PHP-FPM
44
type: application
5-
version: 0.1.2
5+
version: 0.1.3
66
appVersion: "6.2.2"
77
dependencies:
88
- name: mariadb
9-
version: "19.1.2"
9+
version: "20.0.0"
1010
repository: oci://registry-1.docker.io/bitnamicharts
1111
condition: mariadb.enabled
1212
- name: redis

0 commit comments

Comments
 (0)