Skip to content

Commit 8740934

Browse files
committed
Updated latest image of kubelink in installer
1 parent 8304b72 commit 8740934

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 0.6.10-rc.2
3+
appVersion: 0.6.10
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.22.47
14+
version: 0.22.48
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
installer:
2-
release: "v0.6.10-rc.2"
2+
release: "v0.6.10"
33
image: "quay.io/devtron/inception"
44
tag: "1d2b87e5-185-11095"
55

@@ -14,7 +14,7 @@ components:
1414
initContainer:
1515
authenticator: "quay.io/devtron/authenticator:6e466830-393-11943"
1616
kubelink:
17-
image: "quay.io/devtron/kubelink:7f9303ae-318-12150"
17+
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
1818
postgres:
1919
image: "quay.io/devtron/postgres:11.9.0-debian-10-r26"
2020
armImage: "quay.io/devtron/postgres:11.9"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ components:
8080
authenticator: "quay.io/devtron/authenticator:6e466830-393-11943"
8181

8282
kubelink:
83-
image: "quay.io/devtron/kubelink:7f9303ae-318-12150"
83+
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
8484
imagePullPolicy: IfNotPresent
8585

8686
postgres:

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

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;

manifests/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable 1 v0.6.10-rc.1
1+
stable -1 v0.6.10

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.9
1+
v0.6.10

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:7f9303ae-318-12150"
24+
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
2525
imagePullPolicy: IfNotPresent
2626
ports:
2727
- name: app

0 commit comments

Comments
 (0)