Skip to content

Commit

Permalink
chore: update deislabs.github.io to ratify-project.github.io (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
binbin-li authored Jun 6, 2024
1 parent 70389cf commit a3424b1
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ Recording: https://youtu.be/vn_GOUXZGhw

### Presentation/Discussion Agenda Items:
- [Akash]How do we handle breaking changes that require a change to the README? (Akash) From last week
[Susan] Maybe link to github page something like https://deislabs.github.io/ratify/getting-started.html? how does csi driver maintain its docs ? https://secrets-store-csi-driver.sigs.k8s.io/getting-started/getting-started.html
[Susan] Maybe link to github page something like https://ratify-project.github.io/ratify/getting-started.html? how does csi driver maintain its docs ? https://secrets-store-csi-driver.sigs.k8s.io/getting-started/getting-started.html
[Sajay] Not sure if external doc will have maintainance overhead. We can add a link to the quickstart that is pinned to a released version for now.

- [Akash] Cosign auth support: https://hackmd.io/@akashsinghal/rks7vlOps
Expand Down
2 changes: 1 addition & 1 deletion charts/ratify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Get Repo Info

```console
helm repo add ratify https://deislabs.github.io/ratify
helm repo add ratify https://ratify-project.github.io/ratify
helm repo update
```

Expand Down
10 changes: 5 additions & 5 deletions dev.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ repositories:
- name: gatekeeper
url: https://open-policy-agent.github.io/gatekeeper/charts
- name: ratify
url: ghcr.io/deislabs/ratify-chart-dev # PRERELEASE: Change to 'https://deislabs.github.io/ratify' before copying to helmfile.yaml
url: ghcr.io/deislabs/ratify-chart-dev # PRERELEASE: Change to 'https://ratify-project.github.io/ratify' before copying to helmfile.yaml
oci: true # PRERELEASE: Remove before copying to helmfile.yaml

releases:
- name: gatekeeper
namespace: gatekeeper-system
Expand Down Expand Up @@ -34,22 +34,22 @@ releases:
command: "bash"
args:
- "-c"
- "kubectl apply -f https://deislabs.github.io/ratify/library/default/template.yaml && kubectl apply -f https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "kubectl apply -f https://ratify-project.github.io/ratify/library/default/template.yaml && kubectl apply -f https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/template.yaml"
- "https://ratify-project.github.io/ratify/library/default/template.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
Expand Down
10 changes: 5 additions & 5 deletions dev.high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ repositories:
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: ratify
url: ghcr.io/deislabs/ratify-chart-dev # PRERELEASE: Change to 'https://deislabs.github.io/ratify' before copying to helmfile.yaml
url: ghcr.io/deislabs/ratify-chart-dev # PRERELEASE: Change to 'https://ratify-project.github.io/ratify' before copying to helmfile.yaml
oci: true # PRERELEASE: Remove before copying to helmfile.yaml

releases:
- name: dapr
namespace: dapr-system
Expand Down Expand Up @@ -78,7 +78,7 @@ releases:
command: "bash"
args:
- "-c"
- "kubectl apply -f https://deislabs.github.io/ratify/library/default/template.yaml && kubectl apply -f https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "kubectl apply -f https://ratify-project.github.io/ratify/library/default/template.yaml && kubectl apply -f https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
Expand All @@ -105,15 +105,15 @@ releases:
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/template.yaml"
- "https://ratify-project.github.io/ratify/library/default/template.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
Expand Down
8 changes: 4 additions & 4 deletions helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repositories:
- name: gatekeeper
url: https://open-policy-agent.github.io/gatekeeper/charts
- name: ratify
url: https://deislabs.github.io/ratify
url: https://ratify-project.github.io/ratify

releases:
- name: gatekeeper
Expand Down Expand Up @@ -33,22 +33,22 @@ releases:
command: "bash"
args:
- "-c"
- "kubectl apply -f https://deislabs.github.io/ratify/library/default/template.yaml && kubectl apply -f https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "kubectl apply -f https://ratify-project.github.io/ratify/library/default/template.yaml && kubectl apply -f https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/template.yaml"
- "https://ratify-project.github.io/ratify/library/default/template.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
Expand Down
8 changes: 4 additions & 4 deletions high-availability.helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories:
- name: bitnami
url: https://charts.bitnami.com/bitnami
- name: ratify
url: https://deislabs.github.io/ratify
url: https://ratify-project.github.io/ratify

releases:
- name: dapr
Expand Down Expand Up @@ -77,7 +77,7 @@ releases:
command: "bash"
args:
- "-c"
- "kubectl apply -f https://deislabs.github.io/ratify/library/default/template.yaml && kubectl apply -f https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "kubectl apply -f https://ratify-project.github.io/ratify/library/default/template.yaml && kubectl apply -f https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
Expand All @@ -104,15 +104,15 @@ releases:
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/template.yaml"
- "https://ratify-project.github.io/ratify/library/default/template.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
command: "kubectl"
args:
- "delete"
- "-f"
- "https://deislabs.github.io/ratify/library/default/samples/constraint.yaml"
- "https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml"
- "--ignore-not-found=true"
- events: ["postuninstall"]
showlogs: true
Expand Down
2 changes: 1 addition & 1 deletion library/default/customazurepolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"details": {
"templateInfo": {
"sourceType": "PublicURL",
"url": "https://deislabs.github.io/ratify/library/default/template.yaml"
"url": "https://ratify-project.github.io/ratify/library/default/template.yaml"
},
"apiGroups": [
""
Expand Down
4 changes: 2 additions & 2 deletions scripts/azure-ci-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ deploy_ratify() {

kubectl delete verifiers.config.ratify.deislabs.io/verifier-cosign

kubectl apply -f https://deislabs.github.io/ratify/library/default/template.yaml
kubectl apply -f https://deislabs.github.io/ratify/library/default/samples/constraint.yaml
kubectl apply -f https://ratify-project.github.io/ratify/library/default/template.yaml
kubectl apply -f https://ratify-project.github.io/ratify/library/default/samples/constraint.yaml
}

upload_cert_to_akv() {
Expand Down

0 comments on commit a3424b1

Please sign in to comment.