File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
cluster/manifests/skipper Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
4
+ version : 2
5
+ updates :
6
+ - package-ecosystem : docker
7
+ directory : /cluster/manifests/skipper
8
+ schedule :
9
+ interval : daily
Original file line number Diff line number Diff line change 1
1
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2
- # {{ $version := "main-11" }}
3
2
apiVersion : v1
4
3
kind : ServiceAccount
5
4
metadata :
86
85
restartPolicy : Never
87
86
containers :
88
87
- name : controller
89
- image : " container-registry.zalando.net/gwproxy/hostname-credentials-controller:{{ $version }} "
88
+ image : " container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-11 "
90
89
terminationMessagePolicy : FallbackToLogsOnError
91
90
args :
92
91
- -ingress-selector=application
Original file line number Diff line number Diff line change 1
1
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2
- # {{ $version := "main-5" }}
3
2
apiVersion : v1
4
3
kind : ServiceAccount
5
4
metadata :
73
72
restartPolicy : Never
74
73
containers :
75
74
- name : combiner
76
- image : " container-registry.zalando.net/gwproxy/secret-combiner:{{ $version }} "
75
+ image : " container-registry.zalando.net/gwproxy/secret-combiner:main-5 "
77
76
terminationMessagePolicy : FallbackToLogsOnError
78
77
env :
79
78
- name : NAMESPACE
You can’t perform that action at this time.
0 commit comments