From e4eac9aa5201931199e308a60c25d23147bef452 Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Sat, 29 Nov 2025 04:36:34 +0100 Subject: [PATCH 1/2] fix(Docker): Use correct docker registry --- chart/README.md | 4 ++-- chart/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/README.md b/chart/README.md index f861e07..f1edb63 100644 --- a/chart/README.md +++ b/chart/README.md @@ -17,7 +17,7 @@ A Helm chart for deploying OTS | env | map | `[{"name":"SECRET_EXPIRY","value":"172800"}]` | environment variables for app config | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"luzifer/ots"` | | +| image.repository | string | `"ghcr.io/luzifer/ots"` | | | image.tag | string | `"v1.17.2"` | | | imagePullSecrets | list | `[]` | | | ingress.annotations | object | `{}` | | @@ -40,7 +40,7 @@ A Helm chart for deploying OTS | podAnnotations | object | `{}` | | | redis.enabled | bool | `true` | | | redis.repository | string | `"redis"` | | -| redis.version | string | `"8.2.3"` | | +| redis.version | string | `"8.4.0"` | | | replicaCount | int | `1` | | | serviceAccount.annotations | object | `{}` | | | serviceAccount.create | bool | `true` | | diff --git a/chart/values.yaml b/chart/values.yaml index a897ce4..38bb19f 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: - repository: luzifer/ots + repository: ghcr.io/luzifer/ots pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - # renovate: datasource=docker depName=luzifer/ots + # renovate: datasource=docker depName=ghcr.io/luzifer/ots tag: 'v1.17.2' redis: From a8697e12293150566253a2e9fdf81696f4e2397f Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Sat, 29 Nov 2025 04:40:51 +0100 Subject: [PATCH 2/2] chore: Bump helm chart --- chart/Chart.yaml | 2 +- chart/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 09d8604..d9ba14a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for deploying OTS name: ots -version: 1.7.0 +version: 1.7.1 # renovate: datasource=github-tags depName=luzifer/ots appVersion: '1.20.0' annotations: diff --git a/chart/README.md b/chart/README.md index f1edb63..99cdbfe 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # ots -![Version: 1.7.0](https://img.shields.io/badge/Version-1.7.0-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square) +![Version: 1.7.1](https://img.shields.io/badge/Version-1.7.1-informational?style=flat-square) ![AppVersion: 1.20.0](https://img.shields.io/badge/AppVersion-1.20.0-informational?style=flat-square) A Helm chart for deploying OTS