Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 | `{}` | |
Expand All @@ -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` | |
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading