Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud Build committed Mar 10, 2021
1 parent 3f44f7a commit 0842b3e
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:975d26f1e084b078f6cb8cdcaa5cfeeeaa5e77bb07a0fcc2c36b82b9f85b71a3
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:975d26f1e084b078f6cb8cdcaa5cfeeeaa5e77bb07a0fcc2c36b82b9f85b71a3 # {"$kpt-set":"image"}
args:
- webhook
- --cert-dir=/certs # {"$kpt-set":"cert-dir-flag"}
Expand Down

0 comments on commit 0842b3e

Please sign in to comment.