Skip to content

Commit 7bbf50c

Browse files
committed
Updated latest image of ci-runner in installer
1 parent 0c46ad3 commit 7bbf50c

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,5 +1,5 @@
11
name: devtron-operator
2-
appVersion: 0.4.6
2+
appVersion: 0.4.7
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.9
13+
version: 0.22.10
1414
sources:
1515
- https://github.com/devtron-labs/charts
1616
maintainers:

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

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
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.6" #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.7" #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

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.6/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.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.4.6";
1+
LTAG="v0.4.7";
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.6
1+
v0.4.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:095c7a6d-138-8277"
57+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:e565390f-138-8878"
5858
DEFAULT_CD_TIMEOUT: "3600"
5959
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
6060
CI_LOGS_KEY_PREFIX: "ci-artifacts"

0 commit comments

Comments
 (0)