Skip to content

Commit b2df4b2

Browse files
author
Hunter-Thompson
committed
chore: update manifests with new version and use vendor for docker image
1 parent 6ac7710 commit b2df4b2

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ WORKDIR /workspace
55
# Copy the Go Modules manifests
66
COPY go.mod go.mod
77
COPY go.sum go.sum
8+
COPY vendor vendor
89
# cache deps before building and copying source so that we don't need to re-download as much
910
# and so that source changes don't invalidate our downloaded layer
10-
RUN go mod download
11-
1211
# Copy the go source
1312
COPY main.go main.go
1413
COPY apis/ apis/

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ spec:
6969
squashMergeCommitMessage: "COMMIT_MESSAGES"
7070
mergeCommitTitle: "PR_TITLE"
7171
mergeCommitMessage: "PR_BODY"
72+
repositoryCollaborators:
73+
adminPermission:
74+
- Hunter-Thompson1
75+
pushPermission:
76+
- Hunter-Thompson2
77+
pullPermission:
78+
- Hunter-Thompson3
7279
```
7380
7481
## License

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- /manager
3939
args:
4040
- --leader-elect
41-
image: hunterthompson/github-operator:v1.0.2
41+
image: hunterthompson/github-operator:v1.1.0
4242
name: manager
4343
envFrom:
4444
- secretRef:

docs/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ spec:
456456
envFrom:
457457
- secretRef:
458458
name: github-operator-secret
459-
image: hunterthompson/github-operator:v1.0.2
459+
image: hunterthompson/github-operator:v1.1.0
460460
livenessProbe:
461461
httpGet:
462462
path: /healthz

0 commit comments

Comments
 (0)