Compare commits
5 commits
510eb045d3
...
10c69e998e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10c69e998e | ||
|
|
dbee21d24c | ||
|
|
91dda0e68e | ||
|
|
fdb59a628b | ||
|
|
9ac8b78f4b |
4 changed files with 9 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
version: ${{ env.HELM_CHART_TESTING_VERSION }}
|
||||
|
||||
- name: install helm
|
||||
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
|
||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
|
||||
with:
|
||||
version: ${{ env.HELM_VERSION }}
|
||||
|
||||
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
- uses: ./.forgejo/actions/setup
|
||||
|
||||
- name: install helm
|
||||
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
|
||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.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@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
|
||||
uses: https://github.com/nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
|
||||
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@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4.2.0
|
||||
uses: https://github.com/azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
|
||||
with:
|
||||
version: ${{ env.HELM_VERSION }}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ dependencies:
|
|||
version: 14.3.10
|
||||
- name: redis-cluster
|
||||
repository: oci://ghcr.io/visualon/bitnamicharts
|
||||
version: 11.4.1
|
||||
digest: sha256:d3ffe6e28eef50f27b517170b15c76ab627973f318b663b90c86a61a929da07b
|
||||
generated: "2025-01-27T00:01:22.05229759Z"
|
||||
version: 11.4.2
|
||||
digest: sha256:cb40b7fbd5d8a10752bf3d9a460e269dc85bbec8dce175812d46e9a901e713fe
|
||||
generated: "2025-02-17T02:31:53.883796851Z"
|
||||
|
|
|
|||
|
|
@ -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.1
|
||||
version: 11.4.2
|
||||
condition: redis-cluster.enabled
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"markdownlint-cli": "0.44.0",
|
||||
"prettier": "3.5.1"
|
||||
},
|
||||
"packageManager": "pnpm@10.4.0",
|
||||
"packageManager": "pnpm@10.4.1",
|
||||
"engines": {
|
||||
"node": "^18.12.0 || >=20.9.0",
|
||||
"pnpm": "^10.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue