Skip to content

Commit

Permalink
Updated latest image of devtron in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt committed Aug 14, 2023
1 parent fe4186c commit 9f5fa9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ components:
ENABLE_RESTART_WORKLOAD: "true"
devtron:
image: "quay.io/devtron/hyperion:a5eb8d31-280-14582"
cicdImage: "quay.io/devtron/devtron:e601461e-434-14790"
cicdImage: "quay.io/devtron/devtron:324beb41-434-14811"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:183b7979-138-14689"
argocdDexServer:
Expand Down Expand Up @@ -51,10 +51,10 @@ components:
envVars:
devtron:
GIT_BRANCH: "main"
GIT_HASH: "e601461e529d4fba80830a31cef76eeb944ee35d"
GIT_HASH: "324beb4190796db914aa700f17adb2a52297f230"
casbin:
GIT_BRANCH: "main"
GIT_HASH: "e601461e529d4fba80830a31cef76eeb944ee35d"
GIT_HASH: "324beb4190796db914aa700f17adb2a52297f230"

argo-cd:
global:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ components:

devtron:
image: "quay.io/devtron/hyperion:a5eb8d31-280-14582"
cicdImage: "quay.io/devtron/devtron:e601461e-434-14790"
cicdImage: "quay.io/devtron/devtron:324beb41-434-14811"
imagePullPolicy: IfNotPresent
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:183b7979-138-14689"
Expand Down Expand Up @@ -122,13 +122,13 @@ components:
SCRIPT_LOCATION: "scripts/sql/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "orchestrator"
GIT_HASH: "e601461e529d4fba80830a31cef76eeb944ee35d"
GIT_HASH: "324beb4190796db914aa700f17adb2a52297f230"
casbin:
GIT_BRANCH: "main"
SCRIPT_LOCATION: "scripts/casbin/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "casbin"
GIT_HASH: "e601461e529d4fba80830a31cef76eeb944ee35d"
GIT_HASH: "324beb4190796db914aa700f17adb2a52297f230"

# values for argocd integration
argo-cd:
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:e601461e-434-14790"
image: "quay.io/devtron/devtron:324beb41-434-14811"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: e601461e529d4fba80830a31cef76eeb944ee35d
value: 324beb4190796db914aa700f17adb2a52297f230
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: e601461e529d4fba80830a31cef76eeb944ee35d
value: 324beb4190796db914aa700f17adb2a52297f230
- name: GIT_BRANCH
value: main
envFrom:
Expand Down

0 comments on commit 9f5fa9e

Please sign in to comment.