Skip to content

Commit 4f49096

Browse files
RELEASE: PR for v0.3.3 (#903)
* Updated latest image of dashboard in the installer * Updated dashboard image Co-authored-by: Pawan Kumar <[email protected]>
1 parent 048100a commit 4f49096

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

0 commit comments

Comments
 (0)