Skip to content

Commit 7cb9392

Browse files
skipper: revert "Configure dependabot for skipper"
This reverts commit b9216ca. (#7022) Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent 0be25e7 commit 7cb9392

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

cluster/manifests/skipper/hostname-credentials-controller.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2+
# {{ $version := "main-11" }}
23
apiVersion: v1
34
kind: ServiceAccount
45
metadata:
@@ -85,7 +86,7 @@ spec:
8586
restartPolicy: Never
8687
containers:
8788
- name: controller
88-
image: "container-registry.zalando.net/gwproxy/hostname-credentials-controller:main-11"
89+
image: "container-registry.zalando.net/gwproxy/hostname-credentials-controller:{{ $version }}"
8990
terminationMessagePolicy: FallbackToLogsOnError
9091
args:
9192
- -ingress-selector=application

cluster/manifests/skipper/secret-combiner.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# {{ if eq .Cluster.ConfigItems.skipper_oauth2_ui_login "true" }}
2+
# {{ $version := "main-5" }}
23
apiVersion: v1
34
kind: ServiceAccount
45
metadata:
@@ -72,7 +73,7 @@ spec:
7273
restartPolicy: Never
7374
containers:
7475
- name: combiner
75-
image: "container-registry.zalando.net/gwproxy/secret-combiner:main-5"
76+
image: "container-registry.zalando.net/gwproxy/secret-combiner:{{ $version }}"
7677
terminationMessagePolicy: FallbackToLogsOnError
7778
env:
7879
- name: NAMESPACE

0 commit comments

Comments
 (0)