Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.18/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.3.19/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.3.18";
LTAG="v0.3.19";
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.3.18
v0.3.19
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:0a473777-136-7240"
image: "quay.io/devtron/dashboard:eedb38e6-136-7284"
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
serviceAccountName: devtron
containers:
- name: devtron
image: "quay.io/devtron/devtron:721c9243-146-7242"
image: "quay.io/devtron/devtron:4df1a4f5-146-7283"
imagePullPolicy: IfNotPresent
ports:
- name: devtron
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 721c92435f00289b0c3218f334ca93a78051db2a
value: 4df1a4f571655503b18561a930929e4435a3cfc6
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 721c92435f00289b0c3218f334ca93a78051db2a
value: 4df1a4f571655503b18561a930929e4435a3cfc6
- name: GIT_BRANCH
value: main
envFrom:
Expand Down