Skip to content

Commit 977ecd9

Browse files
committed
Updated latest image of devtron in the installer
1 parent fa9df7d commit 977ecd9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

manifests/install/devtron-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: installer-devtron
55
namespace: devtroncd
66
spec:
7-
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.3.4/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.3.5/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v0.3.4";
1+
LTAG="v0.3.5";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.4
1+
v0.3.5

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
serviceAccountName: devtron
154154
containers:
155155
- name: devtron
156-
image: "quay.io/devtron/devtron:2f33bfda-146-5797"
156+
image: "quay.io/devtron/devtron:fa9df7db-146-5846"
157157
imagePullPolicy: IfNotPresent
158158
ports:
159159
- name: devtron

manifests/yamls/migrator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: MIGRATE_TO_VERSION
4141
value: "0"
4242
- name: GIT_HASH
43-
value: 2f33bfdae756806fd31cd1078f192696e334f38c
43+
value: fa9df7db508534b5f7aecb4bf1d276f103ff55b9
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator

0 commit comments

Comments
 (0)