Skip to content

Commit 856e33a

Browse files
committed
Updated latest image of kubelink in installer
1 parent 38336f1 commit 856e33a

File tree

7 files changed

+10
-10
lines changed

7 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,5 +1,5 @@
11
name: devtron-operator
2-
appVersion: 0.4.3
2+
appVersion: 0.4.4
33
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
44
keywords:
55
- Devtron
@@ -10,7 +10,7 @@ keywords:
1010
- argocd
1111
- Hyperion
1212
engine: gotpl
13-
version: 0.22.6
13+
version: 0.22.7
1414
sources:
1515
- https://github.com/devtron-labs/charts
1616
maintainers:

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.4.3"
2+
release: "v0.4.4"
33
image: "quay.io/devtron/inception"
44
tag: "acb623ff-185-7117"
55

@@ -11,7 +11,7 @@ components:
1111
argocdDexServer:
1212
image: "quay.io/dexidp/dex:v2.25.0"
1313
kubelink:
14-
image: "quay.io/devtron/kubelink:1be465ec-318-7966"
14+
image: "quay.io/devtron/kubelink:d691bfbb-318-8695"
1515
postgres:
1616
image: "quay.io/devtron/postgres:11.9.0-debian-10-r26"
1717

charts/devtron/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
installer:
22
repo: "devtron-labs/devtron"
33
# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
4-
release: "v0.4.3" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
4+
release: "v0.4.4" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
55
image: quay.io/devtron/inception
66
tag: acb623ff-185-7117
77
source: "github" # Available options are github and gitee
@@ -76,7 +76,7 @@ components:
7676
imagePullPolicy: IfNotPresent
7777

7878
kubelink:
79-
image: "quay.io/devtron/kubelink:1be465ec-318-7966"
79+
image: "quay.io/devtron/kubelink:d691bfbb-318-8695"
8080
imagePullPolicy: IfNotPresent
8181

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

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:1be465ec-318-7966"
24+
image: "quay.io/devtron/kubelink:d691bfbb-318-8695"
2525
imagePullPolicy: IfNotPresent
2626
ports:
2727
- name: app

0 commit comments

Comments
 (0)