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 Apr 12, 2021
1 parent 04e61e2 commit 056ce1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.8/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.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.8";
LTAG=v1.2.8;
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Expand Down
1 change: 1 addition & 0 deletions manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Merge pull request #15 from prakarsh-dt/release-notes Release notes PR Subject line
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-3881"
image: "quay.io/devtron/dashboard:04e61e22-183-3977"
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down

0 comments on commit 056ce1b

Please sign in to comment.