Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.9.0
version: 0.9.1
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ First, create a Secret with the credentials to access your container registry in

```shell
kubectl create secret docker-registry supply-chain-registry-credentials \
--docker-server="${SUPPLY_CHAIN_REGISTRY_HOSTNAME}" \
--docker-username="${SUPPLY_CHAIN_REGISTRY_USERNAME}" \
--docker-password="${SUPPLY_CHAIN_REGISTRY_TOKEN}" \
--namespace=kadras-packages
--docker-server="${SUPPLY_CHAIN_REGISTRY_HOSTNAME}" \
--docker-username="${SUPPLY_CHAIN_REGISTRY_USERNAME}" \
--docker-password="${SUPPLY_CHAIN_REGISTRY_TOKEN}" \
--namespace=kadras-packages
```

## 4. Create Secret for Cosign
Expand Down
8 changes: 8 additions & 0 deletions docs/workload.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Workload

```shell
carto apps workload create band-service \
--git-repo https://github.com/ThomasVitale/band-service \
--git-branch main \
--label "apps.kadras.io/workload-type=web"
```
2 changes: 1 addition & 1 deletion package/config/buildpacks-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
packageRef:
refName: buildpacks-catalog.packages.kadras.io
versionSelection:
constraints: 0.6.1
constraints: 0.7.0
prereleases: {}
values:
- secretRef:
Expand Down