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/ai-workspace-helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release AI Workspace Umbrella Helm Chart
name: Release AI Workspace Helm Chart

# Publishes the AI Workspace product umbrella (Platform API + AI Workspace UI) to
# GHCR as an OCI artifact. Its component dependencies reference the OCI registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developer-portal-helm-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Developer Portal Umbrella Helm Chart
name: Release Developer Portal Helm Chart

# Publishes the Developer Portal product umbrella (Platform API + Developer Portal
# UI) to GHCR as an OCI artifact. Its component dependencies reference the OCI
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/ai-workspace-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: >-
profile is the shared Platform API control plane plus the AI Workspace UI. Each
component is a separately-released chart pulled as an OCI dependency; add other
components (e.g. the Developer Portal) later by appending a dependency.
version: 1.0.0-alpha2
appVersion: "1.0.0-alpha2"
version: 1.0.0-alpha
appVersion: "1.0.0-alpha"
type: application
home: https://github.com/wso2/api-platform
sources:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/helm/developer-portal-helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ description: >-
default profile is the shared Platform API control plane plus the Developer
Portal. Each component is a separately-released chart pulled as an OCI
dependency; add other components (e.g. AI Workspace) later by appending a dependency.
version: 1.0.0-alpha2
appVersion: "1.0.0-alpha2"
version: 1.0.0-alpha
appVersion: "1.0.0-alpha"
type: application
home: https://github.com/wso2/api-platform
sources:
Expand Down
Loading