Skip to content

Commit 4eea968

Browse files
authored
Merge branch 'main' into docs/link-changes
2 parents 6792da5 + f2b5b8f commit 4eea968

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525

2626
- name: "Dependency Review"
27-
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
27+
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2828
with:
2929
config-file: "nginx/k8s-common/dependency-review-config.yml@main"
3030
base-ref: ${{ github.event.pull_request.base.sha || github.event.repository.default_branch }}

examples/custom-resources/foreign-namespace-upstreams/coffee.yaml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: coffee
55
namespace: coffee
66
spec:
7-
replicas: 3
7+
replicas: 1
88
selector:
99
matchLabels:
1010
app: coffee
@@ -32,39 +32,3 @@ spec:
3232
name: http
3333
selector:
3434
app: coffee
35-
36-
---
37-
apiVersion: apps/v1
38-
kind: Deployment
39-
metadata:
40-
name: coffee
41-
namespace: coffee2
42-
spec:
43-
replicas: 3
44-
selector:
45-
matchLabels:
46-
app: coffee
47-
template:
48-
metadata:
49-
labels:
50-
app: coffee
51-
spec:
52-
containers:
53-
- name: coffee
54-
image: nginxdemos/nginx-hello:plain-text
55-
ports:
56-
- containerPort: 8080
57-
---
58-
apiVersion: v1
59-
kind: Service
60-
metadata:
61-
name: coffee-svc
62-
namespace: coffee2
63-
spec:
64-
ports:
65-
- port: 80
66-
targetPort: 8080
67-
protocol: TCP
68-
name: http
69-
selector:
70-
app: coffee

0 commit comments

Comments
 (0)