Skip to content

Commit 49bb439

Browse files
committed
chore(valkey): add cron event
1 parent e6cdc78 commit 49bb439

5 files changed

Lines changed: 7 additions & 2 deletions

File tree

.woodpecker/build-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ steps:
2929
event:
3030
- push
3131
- tag
32+
- cron
3233

3334
depends_on:
3435
- test-linux

.woodpecker/chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
event:
2828
- push
2929
- tag
30+
- cron
3031

3132
depends_on:
3233
- manifest

.woodpecker/manifest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
event:
1616
- tag
1717
- push
18+
- cron
1819

1920
- name: publish-manifest
2021
image: bash
@@ -36,6 +37,7 @@ steps:
3637
event:
3738
- tag
3839
- push
40+
- cron
3941

4042
depends_on:
4143
- build-linux

.woodpecker/test-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ steps:
2121
event:
2222
- push
2323
- tag
24+
- cron

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM registry.drycc.cc/drycc/base:${CODENAME}
44
ENV DRYCC_UID=1001 \
55
DRYCC_GID=1001 \
66
DRYCC_HOME_DIR=/data \
7-
VALKEY_VERSION="8.0.1" \
8-
VALKEY_SENTINEL_PROXY_VERSION="1.0.1"
7+
VALKEY_VERSION="8.1.0" \
8+
VALKEY_SENTINEL_PROXY_VERSION="1.0.2"
99

1010
RUN groupadd drycc --gid ${DRYCC_GID} \
1111
&& useradd drycc -u ${DRYCC_UID} -g ${DRYCC_GID} -s /bin/bash -m -d ${DRYCC_HOME_DIR}

0 commit comments

Comments
 (0)