Skip to content

Commit

Permalink
Updated latest image of dashboard in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
prakarsh-dt committed Sep 1, 2022
1 parent 96bf4db commit 0ddd61f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: devtron-operator
appVersion: 0.5.1
appVersion: 0.5.2
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -10,7 +10,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.32
version: 0.22.33
sources:
- https://github.com/devtron-labs/charts
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
installer:
release: "v0.5.1"
release: "v0.5.2"
image: "quay.io/devtron/inception"
tag: "c62d4c30-185-9354"

components:
dashboard:
image: "quay.io/devtron/dashboard:113e83c5-325-10243"
image: "quay.io/devtron/dashboard:22b5e4e1-325-10252"
devtron:
image: "quay.io/devtron/hyperion:e9175e98-282-10212"
cicdImage: "quay.io/devtron/devtron:e9175e98-4-10210"
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
installer:
repo: "devtron-labs/devtron"
# 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.
release: "v0.5.1" #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
release: "v0.5.2" #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
image: quay.io/devtron/inception
tag: c62d4c30-185-9354
source: "github" # Available options are github and gitee
Expand Down Expand Up @@ -43,7 +43,7 @@ components:
sentry: "false"
sentryEnv: "PRODUCTION"
applicationMetrics: "true"
image: "quay.io/devtron/dashboard:113e83c5-325-10243"
image: "quay.io/devtron/dashboard:22b5e4e1-325-10252"
imagePullPolicy: IfNotPresent

devtron:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: installer-devtron
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.5.1/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.5.2/manifests/installation-script
2 changes: 1 addition & 1 deletion manifests/installation-script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LTAG="v0.5.1";
LTAG="v0.5.2";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Expand Down
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.1
v0.5.2
2 changes: 1 addition & 1 deletion manifests/yamls/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
- name: envoy-config-volume
mountPath: /etc/envoy-config/
- name: dashboard
image: "quay.io/devtron/dashboard:113e83c5-325-10243"
image: "quay.io/devtron/dashboard:22b5e4e1-325-10252"
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down

0 comments on commit 0ddd61f

Please sign in to comment.