Skip to content

Commit ad7c847

Browse files
committed
Updated latest image of git-sensor in installer
1 parent 6767f17 commit ad7c847

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ components:
9191
armImage: postgres_exporter:v0.10.1
9292
gitsensor:
9393
registry: ""
94-
image: "git-sensor:5b9cf0ec-200-25481"
94+
image: "git-sensor:73ce53e5-200-26860"
9595
imagePullPolicy: IfNotPresent
9696
serviceMonitor:
9797
enabled: false

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ components:
157157
volumeSize: "20Gi"
158158
gitsensor:
159159
registry: ""
160-
image: "git-sensor:5b9cf0ec-200-25481"
160+
image: "git-sensor:73ce53e5-200-26860"
161161
imagePullPolicy: IfNotPresent
162162
serviceMonitor:
163163
enabled: false

manifests/yamls/gitsensor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
- /bin/sh
6868
- -c
6969
- mkdir -p /git-base/ssh-keys && chown -R devtron:devtron /git-base && chmod 777 /git-base/ssh-keys
70-
image: "quay.io/devtron/git-sensor:5b9cf0ec-200-25481"
70+
image: "quay.io/devtron/git-sensor:73ce53e5-200-26860"
7171
imagePullPolicy: IfNotPresent
7272
name: chown-git-base
7373
resources: {}
@@ -80,7 +80,7 @@ spec:
8080
name: git-volume
8181
containers:
8282
- name: git-sensor
83-
image: "quay.io/devtron/git-sensor:5b9cf0ec-200-25481"
83+
image: "quay.io/devtron/git-sensor:73ce53e5-200-26860"
8484
securityContext:
8585
allowPrivilegeEscalation: false
8686
runAsUser: 1000

0 commit comments

Comments
 (0)