|
1 | 1 | installer: |
2 | 2 | repo: "devtron-labs/devtron" |
3 | 3 | # 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.5" #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.6" #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 |
5 | 5 | image: quay.io/devtron/inception |
6 | 6 | tag: acb623ff-185-7117 |
7 | 7 | source: "github" # Available options are github and gitee |
@@ -43,11 +43,11 @@ components: |
43 | 43 | sentry: "false" |
44 | 44 | sentryEnv: "PRODUCTION" |
45 | 45 | applicationMetrics: "true" |
46 | | - image: "quay.io/devtron/dashboard:8c3c47c8-240-8803" |
| 46 | + image: "quay.io/devtron/dashboard:c8b8d431-240-8868" |
47 | 47 | imagePullPolicy: IfNotPresent |
48 | 48 |
|
49 | 49 | devtron: |
50 | | - image: "quay.io/devtron/hyperion:702ffd2c-280-8805" |
| 50 | + image: "quay.io/devtron/hyperion:35702e69-280-8870" |
51 | 51 | imagePullPolicy: IfNotPresent |
52 | 52 | serviceMonitor: |
53 | 53 | enabled: false |
@@ -93,10 +93,10 @@ components: |
93 | 93 | SCRIPT_LOCATION: "scripts/sql/" |
94 | 94 | GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git" |
95 | 95 | DB_NAME: "orchestrator" |
96 | | - GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3" |
| 96 | + GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2" |
97 | 97 | casbin: |
98 | 98 | GIT_BRANCH: "main" |
99 | 99 | SCRIPT_LOCATION: "scripts/casbin/" |
100 | 100 | GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git" |
101 | 101 | DB_NAME: "casbin" |
102 | | - GIT_HASH: "702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3" |
| 102 | + GIT_HASH: "35702e690d6ffb8e61904de33a7f98082cbd2db2" |
0 commit comments