Skip to content

Commit 42b4f94

Browse files
authored
Merge pull request #5739 from damdo/switch-to-mainstream-conversion-gen
🐛 fix: CAPA v1beta1 to v1beta2 generated conversion webhook
2 parents 805e912 + 4938d7b commit 42b4f94

File tree

14 files changed

+159
-1778
lines changed

14 files changed

+159
-1778
lines changed

api/v1beta1/zz_generated.conversion.go

Lines changed: 85 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstrap/eks/api/v1beta1/zz_generated.conversion.go

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/clusterawsadm/api/bootstrap/v1alpha1/zz_generated.conversion.go

Lines changed: 10 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controlplane/eks/api/v1beta1/zz_generated.conversion.go

Lines changed: 16 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/triage-party/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ FROM gcr.io/distroless/base:latest
2828
WORKDIR /app
2929
COPY --chown=nobody:nobody --from=builder /go/bin/server /app/triage-party
3030
COPY --chown=nobody:nobody --from=builder /git/triage-party/site /app/site
31-
COPY --chown=nobody:nobody --from=builder /git/triage-party/third_party /app/third_party
3231
COPY --chown=nobody:nobody config/config.yaml /app/config/config.yaml
3332
COPY --chown=nobody:nobody --from=builder /.cache /app/.cache
3433
ENV HOME /app

0 commit comments

Comments
 (0)