Skip to content

Commit 2bf8f70

Browse files
committed
deps: Update platform components
1 parent 87c9d76 commit 2bf8f70

17 files changed

+28
-83
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.25.0
21+
version: 0.26.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
@@ -107,8 +107,6 @@ The Engineering Platform package has the following configurable properties.
107107
| `platform.ingress.issuer.type` | `private` | The type of ClusterIssuer the platform will use to enable TLS communications. Options: `private`, `letsencrypt_staging`, `letsencrypt`, `custom`. |
108108
| `platform.ingress.issuer.name` | `""` | A reference to a custom ClusterIssuer previously created on the cluster where the platform will be installed. Required when the type is `custom`. |
109109
| `platform.ingress.issuer.email` | `""` | The email address that Let's Encrypt will use to send info on expiring certificates or other issues. Required when the type is `letsencrypt_staging` or `letsencrypt`. |
110-
| `platform.oci_registry.server` | `""` | The server of the OCI Registry where the platform will publish OCI images. Example: "ghcr.io". |
111-
| `platform.oci_registry.repository` | `""` | The repository in the OCI Registry where the platform will publish OCI images. Example: "my-org". |
112110
| `platform.oci_registry.secret.name` | `""` | The name of the Secret holding the credentials to access the OCI registry. The credentials should provide read-only access to the OCI registry except when installing the platform with one of these profiles: `standalone`, `dev`, `build`. |
113111
| `platform.oci_registry.secret.namespace` | `kadras-system` | The namespace of the Secret holding the credentials to access the OCI registry. |
114112
| `platform.cosign.secret.name` | `""` | The name of the Secret holding the Cosign key pair. |
@@ -124,7 +122,6 @@ Each Kadras package included in the platform can be configured independently.
124122
| `cert_manager` | `{}` | Configuration for the Cert Manager package. |
125123
| `contour` | `{}` | Configuration for the Contour package. |
126124
| `crossplane` | `{}` | Configuration for the Crossplane package. |
127-
| `dapr` | `{}` | Configuration for the Dapr package. |
128125
| `dependency-track` | `{}` | Configuration for the Dependency Track package. |
129126
| `developer_portal` | `{}` | Configuration for the Developer Portal package. |
130127
| `flux` | `{}` | Configuration for the Flux package. |

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.17.2
49+
constraints: 1.18.2
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.20.0
28+
constraints: 2.0.2
2929
values:
3030
- secretRef:
3131
name: crossplane-values

package/config/components/dapr.yml

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

package/config/components/dependency-track.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
packageRef:
4040
refName: dependency-track.packages.kadras.io
4141
versionSelection:
42-
constraints: 4.13.2
42+
constraints: 4.13.3
4343
values:
4444
- secretRef:
4545
name: dependency-track-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.6.0
27+
constraints: 2.6.4
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.18.0
45+
constraints: 1.19.0
4646
values:
4747
- secretRef:
4848
name: knative-serving-values

package/config/components/kyverno.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
packageRef:
3232
refName: kyverno.packages.kadras.io
3333
versionSelection:
34-
constraints: 1.14.1
34+
constraints: 1.15.0
3535
values:
3636
- secretRef:
3737
name: kyverno-values

package/config/components/metrics-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
packageRef:
2424
refName: metrics-server.packages.kadras.io
2525
versionSelection:
26-
constraints: 0.7.2
26+
constraints: 0.8.0
2727
prereleases: {}
2828
values:
2929
- secretRef:

0 commit comments

Comments
 (0)