Skip to content

Commit

Permalink
chore: merge adoptor and crl chart changes (#2027)
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
Signed-off-by: dahu.kdh <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: DahuK <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Binbin Li <[email protected]>
  • Loading branch information
4 people authored Jan 13, 2025
1 parent 586b2ba commit 32cc3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ADOPTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All organizations are sorted alphabetically below.

| Adopter name | Adopter Type | Scenario |
|---------------------|------------------|-------------------------------------------|
| Alibaba Cloud | Service provider | [Alibaba Cloud Container Service for Kubernetes (ACK)](https://www.alibabacloud.com/help/en/ack/ack-managed-and-ack-dedicated/security-and-compliance/use-notation-and-ratify-to-sign-and-verify-oci-artifacts) uses Ratify to validate image signatures before deploying them to cluster. |
| Amazon | Service provider | [AWS Signer](https://ratify.dev/docs/quickstarts/ratify-with-aws-signer) uses Ratify to verify signature |
| Microsoft | Service Provider | [Image Integrity](https://learn.microsoft.com/en-us/azure/aks/image-integrity) is built on Ratify to enable users to validate image signature and supply chain attestations before deploying them to your Azure Kubernetes Service (AKS) |
| Venafi | Service Provider | [CodeSign Protect](https://venafi.com/codesign-protect/) uses Ratify to help developers maintain visibility into enterprise code signing operations |
4 changes: 2 additions & 2 deletions charts/ratify/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ data:
"mutationRequestTimeout": {{ .Values.provider.timeout.mutationTimeoutSeconds | int | mul 1000 | add -50 }}
},
"crl": {
"cache": {
"enabled": {{ default "true" .Values.crl.cache.enabled }}
"cache":{
"enabled": {{ .Values.crl.cache.enabled }}
}
}
}
2 changes: 1 addition & 1 deletion crd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 as builder
FROM alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 32cc3cc

Please sign in to comment.