Skip to content

Commit

Permalink
Merge pull request #3 from bococ/develop
Browse files Browse the repository at this point in the history
 build: update final stage image to alpine
  • Loading branch information
whg517 authored Oct 26, 2023
2 parents 53f9d37 + 7470dbf commit ca6087f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
capabilities:
drop:
- "ALL"
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1
image: docker.io/bitnami/kube-rbac-proxy:0.13.1
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ spec:
deployments: null
strategy: ""
installModes:
- supported: false
- supported: true
type: OwnNamespace
- supported: false
- supported: true
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
- supported: false
type: AllNamespaces
keywords:
- trino
Expand Down

0 comments on commit ca6087f

Please sign in to comment.