Skip to content

Commit b997a96

Browse files
committed
chore: Update packages
1 parent 4a85bd9 commit b997a96

16 files changed

+12
-199
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.20.1
21+
version: 0.21.0
2222
secrets:
2323
pull-request-token: ${{ secrets.GH_ORG_PAT }}

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ Each Kadras package included in the platform can be configured independently.
121121

122122
| Config | Default | Description |
123123
|-------|-------------------|-------------|
124-
| `buildpacks.catalog` | `{}` | Configuration for the Buildpacks Catalog package. |
125-
| `buildpacks.kpack` | `{}` | Configuration for the Kpack package. |
126124
| `cert_manager` | `{}` | Configuration for the Cert Manager package. |
127125
| `contour` | `{}` | Configuration for the Contour package. |
128126
| `crossplane` | `{}` | Configuration for the Crossplane package. |
@@ -138,7 +136,6 @@ Each Kadras package included in the platform can be configured independently.
138136
| `rabbitmq_operator` | `{}` | Configuration for the RabbitMQ Operator package. |
139137
| `secretgen_controller` | `{}` | Configuration for the Secretgen Controller package. |
140138
| `service_binding` | `{}` | Configuration for the Service Binding package. |
141-
| `tekton.pipelines` | `{}` | Configuration for the Tekton Pipelines package. |
142139
| `tempo_operator` | `{}` | Configuration for the Tempo Operator package. |
143140
| `workspace_provisioner` | `{}` | Configuration for the Workspace Provisioner package. |
144141

package/config/components/buildpacks-catalog.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

package/config/components/cert-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
packageRef:
4747
refName: cert-manager.packages.kadras.io
4848
versionSelection:
49-
constraints: 1.15.3
49+
constraints: 1.16.1
5050
prereleases: {}
5151
values:
5252
- secretRef:

package/config/components/crossplane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
packageRef:
2626
refName: crossplane.packages.kadras.io
2727
versionSelection:
28-
constraints: 1.17.1
28+
constraints: 1.17.1+kadras.io
2929
values:
3030
- secretRef:
3131
name: crossplane-values

package/config/components/dependency-track.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
packageRef:
2929
refName: dependency-track.packages.kadras.io
3030
versionSelection:
31-
constraints: 4.11.7
31+
constraints: 4.12.0
3232
values:
3333
- secretRef:
3434
name: dependency-track-values

package/config/components/developer-portal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
packageRef:
2727
refName: developer-portal.packages.kadras.io
2828
versionSelection:
29-
constraints: 0.3.0
29+
constraints: 0.4.0
3030
values:
3131
- secretRef:
3232
name: developer-portal-values

package/config/components/flux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
packageRef:
2525
refName: flux.packages.kadras.io
2626
versionSelection:
27-
constraints: 2.3.0
27+
constraints: 2.4.0
2828
values:
2929
- secretRef:
3030
name: flux-values

package/config/components/knative-serving.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
packageRef:
4343
refName: knative-serving.packages.kadras.io
4444
versionSelection:
45-
constraints: 1.15.2
45+
constraints: 1.16.0
4646
values:
4747
- secretRef:
4848
name: knative-serving-values

package/config/components/kpack.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)