Skip to content

Commit 6a4b829

Browse files
donchNicolasgouze
authored andcommitted
feat(helm): use latest stable docker registry version
1 parent c7283da commit 6a4b829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
exit 1
303303
fi
304304
## Check repository status
305-
if [ $(kubectl get repository docker.io-library-nginx -o json | jq '.status.phase') == '"NotReady"' ] ;
305+
if [ $(kubectl get repository docker.io-library-nginx -o json | jq '.status.phase') == '"Ready"' ] ;
306306
then
307307
echo "Found repository"
308308
else

helm/kube-image-keeper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ registry:
198198
# -- Registry image pull policy
199199
pullPolicy: IfNotPresent
200200
# -- Registry image tag
201-
tag: "2.8.2"
201+
tag: "2.8"
202202
# -- Number of replicas for the registry pod
203203
replicas: 1
204204
persistence:

0 commit comments

Comments
 (0)