Skip to content

Commit d93399d

Browse files
committed
Updated latest image of devtron in installer
1 parent 3d41b12 commit d93399d

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
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.7
2+
appVersion: 0.4.8
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.10
13+
version: 0.22.11
1414
sources:
1515
- https://github.com/devtron-labs/charts
1616
maintainers:

charts/devtron/devtron-bom.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
installer:
2-
release: "v0.4.7"
2+
release: "v0.4.8"
33
image: "quay.io/devtron/inception"
44
tag: "acb623ff-185-7117"
55

@@ -20,7 +20,7 @@ components:
2020
envVars:
2121
devtron:
2222
GIT_BRANCH: "main"
23-
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
23+
GIT_HASH: "3d41b12146d1a1d1168cc5ee9777f9bfab76aeed"
2424
casbin:
2525
GIT_BRANCH: "main"
26-
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
26+
GIT_HASH: "3d41b12146d1a1d1168cc5ee9777f9bfab76aeed"

charts/devtron/values.yaml

Lines changed: 3 additions & 3 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.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
4+
release: "v0.4.8" #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
@@ -93,10 +93,10 @@ components:
9393
SCRIPT_LOCATION: "scripts/sql/"
9494
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
9595
DB_NAME: "orchestrator"
96-
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
96+
GIT_HASH: "3d41b12146d1a1d1168cc5ee9777f9bfab76aeed"
9797
casbin:
9898
GIT_BRANCH: "main"
9999
SCRIPT_LOCATION: "scripts/casbin/"
100100
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
101101
DB_NAME: "casbin"
102-
GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2"
102+
GIT_HASH: "3d41b12146d1a1d1168cc5ee9777f9bfab76aeed"

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

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
serviceAccountName: devtron
153153
containers:
154154
- name: devtron
155-
image: "quay.io/devtron/devtron:35702e69-324-8869"
155+
image: "quay.io/devtron/devtron:3d41b121-324-8898"
156156
imagePullPolicy: IfNotPresent
157157
ports:
158158
- name: devtron

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- name: MIGRATE_TO_VERSION
4141
value: "0"
4242
- name: GIT_HASH
43-
value: 35702e690d6ffb8e61904de33a7f98082cbd2db2
43+
value: 3d41b12146d1a1d1168cc5ee9777f9bfab76aeed
4444
envFrom:
4545
- secretRef:
4646
name: postgresql-migrator
@@ -81,7 +81,7 @@ spec:
8181
- name: MIGRATE_TO_VERSION
8282
value: "0"
8383
- name: GIT_HASH
84-
value: 35702e690d6ffb8e61904de33a7f98082cbd2db2
84+
value: 3d41b12146d1a1d1168cc5ee9777f9bfab76aeed
8585
- name: GIT_BRANCH
8686
value: main
8787
envFrom:

0 commit comments

Comments
 (0)