Skip to content
Open
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 charts/platform-mesh-operator-components/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: platform-mesh-operator-components
description: A Helm chart for Kubernetes
type: application
version: 0.58.0
version: 0.58.1
appVersion: "0.0.0"
2 changes: 1 addition & 1 deletion charts/platform-mesh-operator-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Produces `referencePath: [{name: compref1}, {name: compref2}]`.
| services.infra.values.istio.passThrough.gateway.name | string | `"pass-https"` | |
| services.infra.values.istio.passThrough.gateway.port | string | `"{{ .Values.port }}"` | |
| services.infra.values.istio.passThrough.gateway.protocol | string | `"HTTPS"` | |
| services.infra.values.kcp.image.tag | string | `"v0.29.0"` | |
| services.infra.values.kcp.image.tag | string | `"v0.31.1"` | |
| services.infra.values.kcp.rootShard.extraArgs[0] | string | `"--feature-gates=WorkspaceAuthentication=true"` | |
| services.infra.values.kcp.webhook.enabled | bool | `true` | |
| services.infra.values.keycloak.istio.virtualservice.hosts[0] | string | `"{{ .Values.baseDomain }}"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ it should render the application manifests:
protocol: HTTPS
kcp:
image:
tag: v0.29.0
tag: v0.31.1
rootShard:
extraArgs:
- --feature-gates=WorkspaceAuthentication=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ HelmRelease snapshots:
protocol: HTTPS
kcp:
image:
tag: v0.29.0
tag: v0.31.1
rootShard:
extraArgs:
- --feature-gates=WorkspaceAuthentication=true
Expand Down Expand Up @@ -599,7 +599,7 @@ enable remote deployment of helmreleases:
protocol: HTTPS
kcp:
image:
tag: v0.29.0
tag: v0.31.1
rootShard:
extraArgs:
- --feature-gates=WorkspaceAuthentication=true
Expand Down
2 changes: 1 addition & 1 deletion charts/platform-mesh-operator-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
enabled: true
kcp:
image:
tag: v0.29.0
tag: v0.31.1
rootShard:
extraArgs:
- --feature-gates=WorkspaceAuthentication=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccount:
enabled: true
image:
tag: "v0.31.0" # bump kcp image to work around WatchList issues
tag: "v0.31.1" # bump kcp image to work around WatchList issues
shards: []
frontProxy:
clusterIP: "10.96.0.100"
Expand Down