Compare commits

..

No commits in common. "10c69e998e0fbe33663b92ff93653bac1e8e1f53" and "510eb045d3f616368a09a959e8f76096231950de" have entirely different histories.

4 changed files with 9 additions and 9 deletions

View file

@ -64,7 +64,7 @@ jobs:
version: ${{ env.HELM_CHART_TESTING_VERSION }}
- name: install helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: ${{ env.HELM_VERSION }}
@ -107,7 +107,7 @@ jobs:
- uses: ./.forgejo/actions/setup
- name: install helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: ${{ env.HELM_VERSION }}
@ -123,7 +123,7 @@ jobs:
- run: kubectl get no -o wide
- name: install chart
uses: https://github.com/nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
uses: https://github.com/nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
with:
timeout_minutes: 15
max_attempts: 3
@ -176,7 +176,7 @@ jobs:
- uses: ./.forgejo/actions/setup-node
- name: install helm
uses: https://github.com/azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
uses: https://github.com/azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
with:
version: ${{ env.HELM_VERSION }}

View file

@ -7,6 +7,6 @@ dependencies:
version: 14.3.10
- name: redis-cluster
repository: oci://ghcr.io/visualon/bitnamicharts
version: 11.4.2
digest: sha256:cb40b7fbd5d8a10752bf3d9a460e269dc85bbec8dce175812d46e9a901e713fe
generated: "2025-02-17T02:31:53.883796851Z"
version: 11.4.1
digest: sha256:d3ffe6e28eef50f27b517170b15c76ab627973f318b663b90c86a61a929da07b
generated: "2025-01-27T00:01:22.05229759Z"

View file

@ -41,5 +41,5 @@ dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/redis-cluster/Chart.yaml
- name: redis-cluster
repository: oci://ghcr.io/visualon/bitnamicharts
version: 11.4.2
version: 11.4.1
condition: redis-cluster.enabled

View file

@ -23,7 +23,7 @@
"markdownlint-cli": "0.44.0",
"prettier": "3.5.1"
},
"packageManager": "pnpm@10.4.1",
"packageManager": "pnpm@10.4.0",
"engines": {
"node": "^18.12.0 || >=20.9.0",
"pnpm": "^10.0.0"