Skip to content

Commit d5b1396

Browse files
committed
Updated latest image of devtron in installer
1 parent 4cf5ef0 commit d5b1396

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ components:
2323
ENABLE_RESTART_WORKLOAD: "true"
2424
devtron:
2525
image: "quay.io/devtron/hyperion:30c1c3c4-280-14903"
26-
cicdImage: "quay.io/devtron/devtron:a9757030-434-14889"
26+
cicdImage: "quay.io/devtron/devtron:30c1c3c4-434-14904"
2727
customOverrides:
2828
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:71e590dd-138-14841"
2929
argocdDexServer:
@@ -51,10 +51,10 @@ components:
5151
envVars:
5252
devtron:
5353
GIT_BRANCH: "main"
54-
GIT_HASH: "a97570301f577d3f5c312085028e5d87bcfdda7d"
54+
GIT_HASH: "30c1c3c4d544f1c5df9b5c35825f6c248c8c458b"
5555
casbin:
5656
GIT_BRANCH: "main"
57-
GIT_HASH: "a97570301f577d3f5c312085028e5d87bcfdda7d"
57+
GIT_HASH: "30c1c3c4d544f1c5df9b5c35825f6c248c8c458b"
5858

5959
argo-cd:
6060
global:

charts/devtron/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ components:
6161

6262
devtron:
6363
image: "quay.io/devtron/hyperion:30c1c3c4-280-14903"
64-
cicdImage: "quay.io/devtron/devtron:a9757030-434-14889"
64+
cicdImage: "quay.io/devtron/devtron:30c1c3c4-434-14904"
6565
imagePullPolicy: IfNotPresent
6666
customOverrides:
6767
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:71e590dd-138-14841"
@@ -122,13 +122,13 @@ components:
122122
SCRIPT_LOCATION: "scripts/sql/"
123123
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
124124
DB_NAME: "orchestrator"
125-
GIT_HASH: "a97570301f577d3f5c312085028e5d87bcfdda7d"
125+
GIT_HASH: "30c1c3c4d544f1c5df9b5c35825f6c248c8c458b"
126126
casbin:
127127
GIT_BRANCH: "main"
128128
SCRIPT_LOCATION: "scripts/casbin/"
129129
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
130130
DB_NAME: "casbin"
131-
GIT_HASH: "a97570301f577d3f5c312085028e5d87bcfdda7d"
131+
GIT_HASH: "30c1c3c4d544f1c5df9b5c35825f6c248c8c458b"
132132

133133
# values for argocd integration
134134
argo-cd:

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
runAsUser: 1000
163163
containers:
164164
- name: devtron
165-
image: "quay.io/devtron/devtron:a9757030-434-14889"
165+
image: "quay.io/devtron/devtron:30c1c3c4-434-14904"
166166
securityContext:
167167
allowPrivilegeEscalation: false
168168
runAsUser: 1000

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- name: MIGRATE_TO_VERSION
4848
value: "0"
4949
- name: GIT_HASH
50-
value: a97570301f577d3f5c312085028e5d87bcfdda7d
50+
value: 30c1c3c4d544f1c5df9b5c35825f6c248c8c458b
5151
envFrom:
5252
- secretRef:
5353
name: postgresql-migrator
@@ -96,7 +96,7 @@ spec:
9696
- name: MIGRATE_TO_VERSION
9797
value: "0"
9898
- name: GIT_HASH
99-
value: a97570301f577d3f5c312085028e5d87bcfdda7d
99+
value: 30c1c3c4d544f1c5df9b5c35825f6c248c8c458b
100100
- name: GIT_BRANCH
101101
value: main
102102
envFrom:

0 commit comments

Comments
 (0)