Skip to content

Commit a4e1b40

Browse files
authored
RELEASE: PR for v0.3.18 (#1340)
* Updated latest image of dashboard in the installer * Updated latest image of devtron in the installer * Updated ci-runner image and prefix param in cm
1 parent bfb64b6 commit a4e1b40

File tree

6 files changed

+9
-8
lines changed

6 files changed

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

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
- name: envoy-config-volume
232232
mountPath: /etc/envoy-config/
233233
- name: dashboard
234-
image: "quay.io/devtron/dashboard:e569e1de-136-7119"
234+
image: "quay.io/devtron/dashboard:0a473777-136-7240"
235235
imagePullPolicy: IfNotPresent
236236
ports:
237237
- name: app

manifests/yamls/devtron.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ data:
5757
CD_NODE_TAINTS_VALUE: "ci"
5858
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
5959
DEFAULT_CD_NAMESPACE: "devtron-cd"
60-
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:a60f4ab4-138-6833"
60+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:f948c43c-138-7243"
6161
DEFAULT_CD_TIMEOUT: "3600"
6262
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
6363
CI_LOGS_KEY_PREFIX: "ci-artifacts"
@@ -89,6 +89,7 @@ data:
8989
GRAFANA_PORT: "80"
9090
GRAFANA_NAMESPACE: "devtroncd"
9191
HELM_CLIENT_URL: kubelink-service.devtroncd:50051
92+
GITOPS_REPO_PREFIX: "devtron"
9293

9394
---
9495
apiVersion: v1
@@ -154,7 +155,7 @@ spec:
154155
serviceAccountName: devtron
155156
containers:
156157
- name: devtron
157-
image: "quay.io/devtron/devtron:fed99b26-146-7118"
158+
image: "quay.io/devtron/devtron:721c9243-146-7242"
158159
imagePullPolicy: IfNotPresent
159160
ports:
160161
- name: devtron

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 deletions
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: fed99b263372746d637cf35b44d95d5c127c5d62
43+
value: 721c92435f00289b0c3218f334ca93a78051db2a
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator
@@ -81,7 +81,7 @@ spec:
8181
- name: MIGRATE_TO_VERSION
8282
value: "0"
8383
- name: GIT_HASH
84-
value: fed99b263372746d637cf35b44d95d5c127c5d62
84+
value: 721c92435f00289b0c3218f334ca93a78051db2a
8585
- name: GIT_BRANCH
8686
value: main
8787
envFrom:

0 commit comments

Comments
 (0)