We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104073c commit aa6bdd4Copy full SHA for aa6bdd4
2 files changed
charts/inventor/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
name: inventor
3
-version: 0.1.0
+version: 0.1.1
4
sources:
5
- https://github.com/shcherbak/inventor
charts/inventor/values.yaml
@@ -13,12 +13,12 @@ secret:
13
SD_TOKEN: 'ChangeMe'
14
15
main:
16
- image: "jushcherbak/inventor:0.1.1"
+ image: "ghcr.io/code-tool/inventor/inventor:0.1.1"
17
pullPolicy: "IfNotPresent"
18
19
redis:
20
enabled: true
21
- image: "redis:7.2.11"
+ image: "redis:7.2.12"
22
23
24
service:
0 commit comments