Skip to content

Commit 9f58b13

Browse files
authored
Update buildpacks catalog (#4)
Update Buildpacks Catalog
1 parent 9c03261 commit 9f58b13

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
registry-server: ghcr.io
1919
registry-username: ${{ github.actor }}
2020
image: ${{ github.repository }}
21-
version: 0.9.0
21+
version: 0.9.1
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

docs/install.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ First, create a Secret with the credentials to access your container registry in
4545

4646
```shell
4747
kubectl create secret docker-registry supply-chain-registry-credentials \
48-
--docker-server="${SUPPLY_CHAIN_REGISTRY_HOSTNAME}" \
49-
--docker-username="${SUPPLY_CHAIN_REGISTRY_USERNAME}" \
50-
--docker-password="${SUPPLY_CHAIN_REGISTRY_TOKEN}" \
51-
--namespace=kadras-packages
48+
--docker-server="${SUPPLY_CHAIN_REGISTRY_HOSTNAME}" \
49+
--docker-username="${SUPPLY_CHAIN_REGISTRY_USERNAME}" \
50+
--docker-password="${SUPPLY_CHAIN_REGISTRY_TOKEN}" \
51+
--namespace=kadras-packages
5252
```
5353

5454
## 4. Create Secret for Cosign

docs/workload.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Workload
2+
3+
```shell
4+
carto apps workload create band-service \
5+
--git-repo https://github.com/ThomasVitale/band-service \
6+
--git-branch main \
7+
--label "apps.kadras.io/workload-type=web"
8+
```

package/config/buildpacks-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
packageRef:
3636
refName: buildpacks-catalog.packages.kadras.io
3737
versionSelection:
38-
constraints: 0.6.1
38+
constraints: 0.7.0
3939
prereleases: {}
4040
values:
4141
- secretRef:

0 commit comments

Comments
 (0)