Skip to content

Commit 481c592

Browse files
committed
Updated latest image of devtron in installer
1 parent 3d4b3ce commit 481c592

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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: 1.0.0
3+
appVersion: 1.0.1
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.77
14+
version: 0.22.78
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
@@ -10,7 +10,7 @@ global:
1010
containerRegistry: "quay.io/devtron"
1111
extraManifests: []
1212
installer:
13-
release: "v1.0.0"
13+
release: "v1.0.1"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -39,7 +39,7 @@ components:
3939
devtron:
4040
registry: ""
4141
image: "hyperion:15cf0137-280-27017"
42-
cicdImage: "devtron:15cf0137-434-27015"
42+
cicdImage: "devtron:25c884dd-434-27090"
4343
imagePullPolicy: IfNotPresent
4444
customOverrides: {}
4545
ciRunner:

charts/devtron/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ global:
2424
extraManifests: []
2525
installer:
2626
repo: "devtron-labs/devtron"
27-
release: "v1.0.0"
27+
release: "v1.0.1"
2828
registry: ""
2929
image: inception
3030
tag: 473deaa4-185-21582
@@ -82,7 +82,7 @@ components:
8282
devtron:
8383
registry: ""
8484
image: "hyperion:15cf0137-280-27017"
85-
cicdImage: "devtron:15cf0137-434-27015"
85+
cicdImage: "devtron:25c884dd-434-27090"
8686
imagePullPolicy: IfNotPresent
8787
customOverrides: {}
8888
serviceMonitor:

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

44
log("executed devtron setup installation");

manifests/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable -1 v1.0.0
1+
stable -1 v1.0.1

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
runAsUser: 1000
170170
containers:
171171
- name: devtron
172-
image: "quay.io/devtron/devtron:15cf0137-434-27015"
172+
image: "quay.io/devtron/devtron:25c884dd-434-27090"
173173
securityContext:
174174
allowPrivilegeEscalation: false
175175
runAsUser: 1000

0 commit comments

Comments
 (0)