Skip to content

Commit 251a40d

Browse files
committed
Updated latest image of kubelink in the installer
1 parent 61c2f17 commit 251a40d

File tree

4 files changed

+4
-4
lines changed

4 files changed

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

manifests/yamls/kubelink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccount: devtron
2222
containers:
2323
- name: kubelink
24-
image: quay.io/devtron/kubelink:22a77c7b-310-7337
24+
image: quay.io/devtron/kubelink:4c17e580-318-7543"
2525
imagePullPolicy: IfNotPresent
2626
ports:
2727
- name: app

0 commit comments

Comments
 (0)