Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud Build committed May 5, 2021
1 parent c4d6be6 commit 6e81e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions manifests/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ metadata:
name: digester
packageMetadata:
shortDescription: >-
The digester mutating admission webhook resolves tags to digests for
container and initContainer images in Kubernetes Pods and Pod templates.
The digester mutating admission webhook resolves tags to digests for container
and initContainer images in Kubernetes Pods and Pod templates.
openAPI:
definitions:
io.k8s.cli.setters.cert-dir:
Expand Down Expand Up @@ -70,9 +70,10 @@ openAPI:
x-k8s-cli:
setter:
name: image
value: ko://github.com/google/k8s-digester
setBy: package-default
value: gcr.io/cloud-solutions-images/k8s-digester@sha256:2619a803494d517e6767fda0262afefce063a15b77d5e5ae630893d4eb85daa9
setBy: cloudbuild
required: true
isSet: true
io.k8s.cli.setters.metrics-port:
description: webhook metrics port
x-k8s-cli:
Expand Down
2 changes: 1 addition & 1 deletion manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: manager
image: ko://github.com/google/k8s-digester # {"$kpt-set":"image"}
image: gcr.io/cloud-solutions-images/k8s-digester@sha256:2619a803494d517e6767fda0262afefce063a15b77d5e5ae630893d4eb85daa9 # {"$kpt-set":"image"}
args:
- webhook
- --cert-dir=/certs # {"$kpt-set":"cert-dir-flag"}
Expand Down

0 comments on commit 6e81e68

Please sign in to comment.