Skip to content

Commit 193c3f1

Browse files
committed
bump redis 8.2.6. bump image
1 parent 7285791 commit 193c3f1

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

charts/keepup/Chart.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apiVersion: v1
1+
---
2+
apiVersion: v2
23
name: keepup
3-
version: 1.4.0
4-
appVersion: 1.3.0
4+
description: eondoflife.date version tracker service
5+
version: 1.5.0
6+
appVersion: 1.5.0

charts/keepup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ main:
77

88
redis:
99
enabled: true
10-
image: "redis:8.2.5"
10+
image: "redis:8.2.6"
1111
pullPolicy: "IfNotPresent"
1212

1313
ingress:

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM golang:1.25.9-trixie AS builder
2-
ARG BUILD_VERSION='v1.3.0'
2+
ARG BUILD_VERSION='v1.5.0'
33
ENV LISTEN_PORT=9101
44
WORKDIR /opt/keepup/
55
COPY go.mod ./

0 commit comments

Comments
 (0)