Skip to content

Commit

Permalink
Updated latest image of image-scanner in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt committed Oct 7, 2024
1 parent 0196bf7 commit d19fee2
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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.7.3
appVersion: 0.7.4-rc.0
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 @@ -10,7 +10,7 @@ global:
containerRegistry: "quay.io/devtron"
extraManifests: []
installer:
release: "v0.7.3"
release: "v0.7.4-rc.0"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -174,7 +174,7 @@ workflowController:
IMDSv1ExecutorImage: "argoexec:v3.0.7"
security:
imageScanner:
image: "image-scanner:348201f8-141-25486"
image: "image-scanner:b4049696-141-26051"
clair:
image:
repository: clair
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v0.7.3"
release: "v0.7.4-rc.0"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -370,7 +370,7 @@ argo-cd:
security:
enabled: false
imageScanner:
image: "image-scanner:348201f8-141-25486"
image: "image-scanner:b4049696-141-26051"
# Values for trivy
trivy:
enabled: false
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.7.3/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.7.4-rc.0/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.7.3";
LTAG="v0.7.4-rc.0";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

log("executed devtron setup installation");
2 changes: 1 addition & 1 deletion manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta -1 v0.7.3
beta 0 v0.7.4-rc.0
2 changes: 1 addition & 1 deletion manifests/yamls/image-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
runAsUser: 1000
containers:
- name: image-scanner
image: "quay.io/devtron/image-scanner:348201f8-141-25486"
image: "quay.io/devtron/image-scanner:b4049696-141-26051"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit d19fee2

Please sign in to comment.