Skip to content

Commit aa6bdd4

Browse files
committed
bump redis to 7.2.12
1 parent 104073c commit aa6bdd4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/inventor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: inventor
3-
version: 0.1.0
3+
version: 0.1.1
44
sources:
55
- https://github.com/shcherbak/inventor

charts/inventor/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ secret:
1313
SD_TOKEN: 'ChangeMe'
1414

1515
main:
16-
image: "jushcherbak/inventor:0.1.1"
16+
image: "ghcr.io/code-tool/inventor/inventor:0.1.1"
1717
pullPolicy: "IfNotPresent"
1818

1919
redis:
2020
enabled: true
21-
image: "redis:7.2.11"
21+
image: "redis:7.2.12"
2222
pullPolicy: "IfNotPresent"
2323

2424
service:

0 commit comments

Comments
 (0)