Skip to content

Commit 94e8d5b

Browse files
committed
Updated latest image of ci-runner in installer
1 parent 0dd7ca2 commit 94e8d5b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.7-rc.1
3+
appVersion: 0.6.7
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.42
14+
version: 0.22.43
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

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

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

manifests/version.txt

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

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data:
5454
CD_NODE_TAINTS_VALUE: "ci"
5555
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
5656
DEFAULT_CD_NAMESPACE: "devtron-cd"
57-
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:aac53ba6-138-11453"
57+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:ebf52be8-138-11641"
5858
DEFAULT_CD_TIMEOUT: "3600"
5959
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
6060
CI_LOGS_KEY_PREFIX: "ci-artifacts"

0 commit comments

Comments
 (0)