Skip to content

Commit

Permalink
Update longhornio/longhorn-manager Docker tag to v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 9152048 commit e313059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/longhorn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4370,7 +4370,7 @@ spec:
spec:
containers:
- name: longhorn-manager
image: longhornio/longhorn-manager:v1.7.1
image: longhornio/longhorn-manager:v1.7.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down Expand Up @@ -4475,11 +4475,11 @@ spec:
spec:
initContainers:
- name: wait-longhorn-manager
image: longhornio/longhorn-manager:v1.7.1
image: longhornio/longhorn-manager:v1.7.2
command: ['sh', '-c', 'while [ $(curl -m 1 -s -o /dev/null -w "%{http_code}" http://longhorn-backend:9500/v1) != "200" ]; do echo waiting; sleep 2; done']
containers:
- name: longhorn-driver-deployer
image: longhornio/longhorn-manager:v1.7.1
image: longhornio/longhorn-manager:v1.7.2
imagePullPolicy: IfNotPresent
command:
- longhorn-manager
Expand Down

0 comments on commit e313059

Please sign in to comment.