We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7285791 commit 193c3f1Copy full SHA for 193c3f1
3 files changed
charts/keepup/Chart.yaml
@@ -1,4 +1,6 @@
1
-apiVersion: v1
+---
2
+apiVersion: v2
3
name: keepup
-version: 1.4.0
4
-appVersion: 1.3.0
+description: eondoflife.date version tracker service
5
+version: 1.5.0
6
+appVersion: 1.5.0
charts/keepup/values.yaml
@@ -7,7 +7,7 @@ main:
7
8
redis:
9
enabled: true
10
- image: "redis:8.2.5"
+ image: "redis:8.2.6"
11
pullPolicy: "IfNotPresent"
12
13
ingress:
docker/Dockerfile
@@ -1,5 +1,5 @@
FROM golang:1.25.9-trixie AS builder
-ARG BUILD_VERSION='v1.3.0'
+ARG BUILD_VERSION='v1.5.0'
ENV LISTEN_PORT=9101
WORKDIR /opt/keepup/
COPY go.mod ./
0 commit comments