Skip to content

Commit 5eebbec

Browse files
authored
fix(deps): updated the logdna-db-permissions initContainers image to icr.io/goldeneye_images/ubi9-cluster-tools:stable (was previously using ubi9-cluster-tools) (#365)
1 parent bf8327e commit 5eebbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/logdna-agent/templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
priorityClassName: "{{ .Values.metadata.name }}-ds-priority"
2929
initContainers:
3030
- name: logdna-db-permissions
31-
image: icr.io/goldeneye_images/ubi8-cluster-tools:stable
31+
image: icr.io/goldeneye_images/ubi9-cluster-tools:stable
3232
imagePullPolicy: IfNotPresent # Not setting to 'Always' as it can prevent a pod from starting if the image registry can not be reached.
3333
command: ["sh", "-c", "chmod -R 775 {{.Values.agent.dbPath}} && chown -R 5000:5000 {{.Values.agent.dbPath}}"]
3434
securityContext:

0 commit comments

Comments
 (0)