diff --git a/kubernetes/apps/spring-boot-admin-discoveryclient/deployment/values.yml b/kubernetes/apps/spring-boot-admin-discoveryclient/deployment/values.yml index 80868aa..a7be655 100644 --- a/kubernetes/apps/spring-boot-admin-discoveryclient/deployment/values.yml +++ b/kubernetes/apps/spring-boot-admin-discoveryclient/deployment/values.yml @@ -14,7 +14,7 @@ deployment: # is not yet reachable, causing repeated crash-restarts. initContainers: - name: wait-for-discoveryserver - image: busybox:1.36 + image: busybox:1.38 command: - /bin/sh - -c