Skip to content

Commit 23e9298

Browse files
committed
Updated latest image of inception in installer
1 parent 5a5825c commit 23e9298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
installer:
22
release: "v0.4.16"
33
image: "quay.io/devtron/inception"
4-
tag: "acb623ff-185-7117"
4+
tag: "c62d4c30-185-9354"
55

66
components:
77
dashboard:

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ installer:
33
# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
44
release: "v0.4.16" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
55
image: quay.io/devtron/inception
6-
tag: acb623ff-185-7117
6+
tag: c62d4c30-185-9354
77
source: "github" # Available options are github and gitee
88
# mode: "dashboard" # Available options are dashboard, full and hyperion (deprecated) NOT USING THIS
99
modules: [] # Available options are cicd

manifests/install/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
spec:
7979
containers:
8080
-
81-
image: quay.io/devtron/inception:"
81+
image: quay.io/devtron/inception:c62d4c30-185-9354
8282
imagePullPolicy: IfNotPresent
8383
name: inception
8484
ports:

0 commit comments

Comments
 (0)