This repository was archived by the owner on Apr 10, 2024. It is now read-only.
File tree 1 file changed +21
-21
lines changed
deploy-example/kubernetes-manifest
1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -26,24 +26,24 @@ spec:
26
26
spec :
27
27
serviceAccountName : imagepullsecret-patcher
28
28
containers :
29
- - name : imagepullsecret-patcher
30
- image : " quay.io/titansoft/imagepullsecret-patcher:v0.10 "
31
- env :
32
- - name : CONFIG_FORCE
33
- value : " true"
34
- - name : CONFIG_DEBUG
35
- value : " false"
36
- - name : CONFIG_ALLSERVICEACCOUNT
37
- value : " true"
38
- - name : CONFIG_DOCKERCONFIGJSON
39
- valueFrom :
40
- secretKeyRef :
41
- name : image-pull-secret
42
- key : .dockerconfigjson
43
- resources :
44
- requests :
45
- cpu : 0.1
46
- memory : 15Mi
47
- limits :
48
- cpu : 0.2
49
- memory : 30Mi
29
+ - name : imagepullsecret-patcher
30
+ image : " quay.io/titansoft/imagepullsecret-patcher:v0.11 "
31
+ env :
32
+ - name : CONFIG_FORCE
33
+ value : " true"
34
+ - name : CONFIG_DEBUG
35
+ value : " false"
36
+ - name : CONFIG_ALLSERVICEACCOUNT
37
+ value : " true"
38
+ - name : CONFIG_DOCKERCONFIGJSON
39
+ valueFrom :
40
+ secretKeyRef :
41
+ name : image-pull-secret
42
+ key : .dockerconfigjson
43
+ resources :
44
+ requests :
45
+ cpu : 0.1
46
+ memory : 15Mi
47
+ limits :
48
+ cpu : 0.2
49
+ memory : 30Mi
You can’t perform that action at this time.
0 commit comments