Skip to content

Commit

Permalink
Updated latest image of dashboard in the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
prakarsh-dt committed Mar 30, 2021
1 parent f038dde commit 04600a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.2.7/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.2.8/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.2.7";
LTAG="v0.2.8";
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.2.7
v0.2.8
2 changes: 1 addition & 1 deletion manifests/yamls/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
- name: envoy-config-volume
mountPath: /etc/envoy-config/
- name: dashboard
image: "quay.io/devtron/dashboard:bada93a4-188-3877"
image: "quay.io/devtron/dashboard:bada93a4-188-3882"
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down

0 comments on commit 04600a8

Please sign in to comment.