Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud Build committed Mar 11, 2021
1 parent 82e9b36 commit ff45d3c
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:d2f39672599b9580f11cbec61f0297c779e959e5b888da3f77aa74314b5d2440
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:d2f39672599b9580f11cbec61f0297c779e959e5b888da3f77aa74314b5d2440 # {"$kpt-set":"image"}
args:
- webhook
- --cert-dir=/certs # {"$kpt-set":"cert-dir-flag"}
Expand Down

0 comments on commit ff45d3c

Please sign in to comment.