Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloud Build committed May 4, 2021
1 parent 6a00d3d commit 1969084
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:4600a4e9af4321d021dfba4364a2f75107e7a676befc81111f2781fbee2a8b94
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:4600a4e9af4321d021dfba4364a2f75107e7a676befc81111f2781fbee2a8b94 # {"$kpt-set":"image"}
args:
- webhook
- --cert-dir=/certs # {"$kpt-set":"cert-dir-flag"}
Expand Down

0 comments on commit 1969084

Please sign in to comment.