Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6.0.2
uses: actions/checkout@v6.0.3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v4.3.1

- uses: actions/setup-python@v6.2.0
- uses: actions/setup-python@v6.3.0
with:
python-version: '3.x'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/checkout@v6.0.2
- uses: actions/checkout@v6.0.3

- run: helm package --dependency-update .
- run: helm registry login ghcr.io --username ${{ github.repository_owner }} --password ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
annotations:
licenses: Apache-2.0
apiVersion: v2
appVersion: 26.6.2 # renovate: datasource=docker depName=docker.io/keycloak/keycloak
appVersion: 26.6.3 # renovate: datasource=docker depName=docker.io/keycloak/keycloak
dependencies:
- condition: postgres.enabled
name: postgres
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ useHelmHooks: true
image:
registry: docker.io
repository: keycloak/keycloak
tag: 26.6.2
tag: 26.6.3
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading