Skip to content

Commit

Permalink
chore: prepare for v1.0.0 release (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsinghal authored Sep 26, 2023
1 parent c4dee7a commit 6cceec1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ e2e-build-local-ratify-image:
kind load docker-image --name kind localbuild:test

e2e-helmfile-deploy-released-ratify:
curl -L https://raw.githubusercontent.com/deislabs/ratify/main/helmfile.yaml | ./.staging/helmfilebin/helmfile sync -f -
./.staging/helmfilebin/helmfile sync -f git::https://github.com/deislabs/ratify.git@helmfile.yaml

e2e-helm-deploy-ratify:
printf "{\n\t\"auths\": {\n\t\t\"registry:5000\": {\n\t\t\t\"auth\": \"`echo "${TEST_REGISTRY_USERNAME}:${TEST_REGISTRY_PASSWORD}" | tr -d '\n' | base64 -i -w 0`\"\n\t\t}\n\t}\n}" > mount_config.json
Expand Down
4 changes: 2 additions & 2 deletions charts/ratify/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: ratify
description: A Helm chart for Ratify
version: 1.10.0
appVersion: v1.0.0-rc.8
version: 1.11.0
appVersion: v1.0.0
home: https://github.com/deislabs/ratify
4 changes: 2 additions & 2 deletions charts/ratify/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/deislabs/ratify
crdRepository: ghcr.io/deislabs/ratify-crds
tag: v1.0.0-rc.8
tag: v1.0.0
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down Expand Up @@ -121,7 +121,7 @@ logger:
traceIDHeaderName: # List of headers that include the trace ID in the external data requests to Ratify. The same headers will be passed to upstream services like remote registries.
- "" # e.g. Set it to `x-ms-correlation-request-id` to trace across Azure.

# See https://github.com/deislabs/ratify/blob/main/docs/reference/usage.md for a list of available feature flags
# See https://ratify.dev/docs/1.0/reference/usage#feature-flags for a list of available feature flags
featureFlags:
# RATIFY_FEATURE_NAME: true

Expand Down

0 comments on commit 6cceec1

Please sign in to comment.