We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afd4f7 commit aa65660Copy full SHA for aa65660
chart/Chart.yaml
@@ -3,7 +3,7 @@ description: A Helm chart for deploying OTS
3
name: ots
4
version: 1.7.2
5
# renovate: datasource=docker depName=ghcr.io/luzifer/ots
6
-appVersion: '1.20.1'
+appVersion: '1.21.0'
7
annotations:
8
artifacthub.io/links: |
9
- name: Helm Chart
chart/values.yaml
@@ -9,7 +9,7 @@ image:
pullPolicy: IfNotPresent
10
# Overrides the image tag whose default is the chart appVersion.
11
12
- tag: 'v1.20.1'
+ tag: 'v1.21.0'
13
14
redis:
15
enabled: true
0 commit comments