Skip to content

Commit

Permalink
ci: update skipper to v0.17.39
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
  • Loading branch information
aryan9600 committed Sep 6, 2023
1 parent 225e968 commit a2ebc3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/skipper/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Kustomization
resources:
- ../../kustomize/base/prometheus/
- ../../kustomize/base/flagger/
- https://raw.githubusercontent.com/zalando/skipper/v0.13.210/docs/kubernetes/deploy/deployment/rbac.yaml
- https://raw.githubusercontent.com/zalando/skipper/v0.13.210/docs/kubernetes/deploy/deployment/service.yaml
- https://raw.githubusercontent.com/zalando/skipper/v0.13.210/docs/kubernetes/deploy/deployment/deployment.yaml
- https://raw.githubusercontent.com/zalando/skipper/v0.17.39/docs/kubernetes/deploy/deployment/rbac.yaml
- https://raw.githubusercontent.com/zalando/skipper/v0.17.39/docs/kubernetes/deploy/deployment/service.yaml
- https://raw.githubusercontent.com/zalando/skipper/v0.17.39/docs/kubernetes/deploy/deployment/deployment.yaml
- namespace.yaml
patchesStrategicMerge:
- patch.yaml
Expand All @@ -32,7 +32,7 @@ patches:
$patch: delete
containers:
- name: skipper-ingress
image: registry.opensource.zalan.do/teapot/skipper:v0.13.210
image: registry.opensource.zalan.do/teapot/skipper:v0.17.39
ports:
- name: metrics-port
containerPort: 9911
Expand Down

0 comments on commit a2ebc3d

Please sign in to comment.