Skip to content

Commit 6767f17

Browse files
committed
Updated latest image of kubelink in installer
1 parent 9177d66 commit 6767f17

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ components:
5353
authenticator: "authenticator:e414faff-393-13273"
5454
kubelink:
5555
registry: ""
56-
image: "kubelink:6ef0fbbe-564-25533"
56+
image: "kubelink:73ce53e5-564-26855"
5757
imagePullPolicy: IfNotPresent
5858
configs:
5959
ENABLE_HELM_RELEASE_CACHE: "true"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ components:
117117
authenticator: "authenticator:e414faff-393-13273"
118118
kubelink:
119119
registry: ""
120-
image: "kubelink:6ef0fbbe-564-25533"
120+
image: "kubelink:73ce53e5-564-26855"
121121
imagePullPolicy: IfNotPresent
122122
configs:
123123
ENABLE_HELM_RELEASE_CACHE: "true"

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.7.4-rc.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.7.4/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.7.4-rc.0";
1+
LTAG="v0.7.4";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

manifests/yamls/kubelink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
runAsUser: 1000
2626
containers:
2727
- name: kubelink
28-
image: "quay.io/devtron/kubelink:6ef0fbbe-564-25533"
28+
image: "quay.io/devtron/kubelink:73ce53e5-564-26855"
2929
securityContext:
3030
allowPrivilegeEscalation: false
3131
runAsUser: 1000

0 commit comments

Comments
 (0)