Skip to content

Commit b875494

Browse files
RELEASE: PR for v0.2.20 (#639)
* Updated latest image of devtron in the installer * Updated latest image of devtron in the installer * updated ci-runner image Co-authored-by: Pawan Kumar <[email protected]>
1 parent 7d84355 commit b875494

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.2.19/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.20/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.2.19";
1+
LTAG="v0.2.20";
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.2.19
1+
v0.2.20

manifests/yamls/devtron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data:
5656
CD_NODE_TAINTS_VALUE: ""
5757
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
5858
DEFAULT_CD_NAMESPACE: "devtron-cd"
59-
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:00ebc675-138-4656"
59+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:cb8700fd-138-4786"
6060
DEFAULT_CD_TIMEOUT: "3600"
6161
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
6262
CI_LOGS_KEY_PREFIX: "ci-artifacts"
@@ -152,7 +152,7 @@ spec:
152152
serviceAccountName: devtron
153153
containers:
154154
- name: devtron
155-
image: "quay.io/devtron/devtron:47bc7f0f-146-4776"
155+
image: "quay.io/devtron/devtron:7d843551-146-4873"
156156
imagePullPolicy: IfNotPresent
157157
ports:
158158
- 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: 47bc7f0f8ff90f0c24836a74ab0872f6da496a0a
43+
value: 7d8435519013ea8f8c00064ab8d87ad1d339a497
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator

0 commit comments

Comments
 (0)