Skip to content

Commit

Permalink
Updated latest image of hyperion in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt committed Dec 28, 2023
1 parent 56e54b3 commit 2c1d2c2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: devtron-operator
appVersion: 0.6.27
appVersion: 0.6.26
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ global:
runAsNonRoot: true

installer:
release: "v0.6.27"
release: "v0.6.26"
image: "quay.io/devtron/inception"
tag: "44b30917-185-13275"

Expand All @@ -25,7 +25,7 @@ components:
ENABLE_SCOPED_VARIABLES: "true"
ENABLE_CI_JOB: "true"
devtron:
image: "quay.io/devtron/hyperion:51ad6668-280-20308"
image: "quay.io/devtron/hyperion:6b596a8f-280-20331"
cicdImage: "quay.io/devtron/devtron:51ad6668-434-20310"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:560e6867-138-19679"
Expand Down
2 changes: 1 addition & 1 deletion charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ components:
imagePullPolicy: IfNotPresent

devtron:
image: "quay.io/devtron/hyperion:51ad6668-280-20308"
image: "quay.io/devtron/hyperion:6b596a8f-280-20331"
cicdImage: "quay.io/devtron/devtron:51ad6668-434-20310"
imagePullPolicy: IfNotPresent
customOverrides:
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.6.27/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.6.26/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.6.27";
LTAG="v0.6.26";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Expand Down

0 comments on commit 2c1d2c2

Please sign in to comment.