Skip to content

Commit

Permalink
Synching Repo
Browse files Browse the repository at this point in the history
  • Loading branch information
prakarsh-dt committed Nov 1, 2023
1 parent 72938d2 commit cb5a463
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.63
version: 0.22.64
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ installer:

components:
dashboard:
image: "quay.io/devtron/dashboard:af3d49fd-325-19002"
image: "quay.io/devtron/dashboard:94cb7168-325-19078"
config:
extraConfigs:
USE_V2: "true"
Expand All @@ -25,8 +25,8 @@ components:
ENABLE_SCOPED_VARIABLES: "true"
ENABLE_CI_JOB: "true"
devtron:
image: "quay.io/devtron/hyperion:926a9867-280-19016"
cicdImage: "quay.io/devtron/devtron:926a9867-434-19019"
image: "quay.io/devtron/hyperion:6822926b-280-19032"
cicdImage: "quay.io/devtron/devtron:6822926b-434-19035"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:ad3af321-138-18662"
argocdDexServer:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ components:
HIDE_EXCLUDE_INCLUDE_GIT_COMMITS: "false"
ENABLE_SCOPED_VARIABLES: "true"
ENABLE_CI_JOB: "true"
image: "quay.io/devtron/dashboard:af3d49fd-325-19002"
image: "quay.io/devtron/dashboard:94cb7168-325-19078"
imagePullPolicy: IfNotPresent

devtron:
image: "quay.io/devtron/hyperion:926a9867-280-19016"
cicdImage: "quay.io/devtron/devtron:926a9867-434-19019"
image: "quay.io/devtron/hyperion:6822926b-280-19032"
cicdImage: "quay.io/devtron/devtron:6822926b-434-19035"
imagePullPolicy: IfNotPresent
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:ad3af321-138-18662"
Expand Down

0 comments on commit cb5a463

Please sign in to comment.