Skip to content

Commit

Permalink
Updated latest image of git-sensor in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
systemsdt committed Nov 6, 2024
1 parent 6767f17 commit ad7c847
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ components:
armImage: postgres_exporter:v0.10.1
gitsensor:
registry: ""
image: "git-sensor:5b9cf0ec-200-25481"
image: "git-sensor:73ce53e5-200-26860"
imagePullPolicy: IfNotPresent
serviceMonitor:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ components:
volumeSize: "20Gi"
gitsensor:
registry: ""
image: "git-sensor:5b9cf0ec-200-25481"
image: "git-sensor:73ce53e5-200-26860"
imagePullPolicy: IfNotPresent
serviceMonitor:
enabled: false
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/gitsensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
- /bin/sh
- -c
- mkdir -p /git-base/ssh-keys && chown -R devtron:devtron /git-base && chmod 777 /git-base/ssh-keys
image: "quay.io/devtron/git-sensor:5b9cf0ec-200-25481"
image: "quay.io/devtron/git-sensor:73ce53e5-200-26860"
imagePullPolicy: IfNotPresent
name: chown-git-base
resources: {}
Expand All @@ -80,7 +80,7 @@ spec:
name: git-volume
containers:
- name: git-sensor
image: "quay.io/devtron/git-sensor:5b9cf0ec-200-25481"
image: "quay.io/devtron/git-sensor:73ce53e5-200-26860"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down

0 comments on commit ad7c847

Please sign in to comment.