diff --git a/.github/workflows/ai-workspace-helm-release.yml b/.github/workflows/ai-workspace-helm-release.yml index ec0a83707e..94a52dfc0c 100644 --- a/.github/workflows/ai-workspace-helm-release.yml +++ b/.github/workflows/ai-workspace-helm-release.yml @@ -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 diff --git a/.github/workflows/developer-portal-helm-release.yml b/.github/workflows/developer-portal-helm-release.yml index 034ba49d37..40eef41e3f 100644 --- a/.github/workflows/developer-portal-helm-release.yml +++ b/.github/workflows/developer-portal-helm-release.yml @@ -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 diff --git a/kubernetes/helm/ai-workspace-helm-chart/Chart.yaml b/kubernetes/helm/ai-workspace-helm-chart/Chart.yaml index f513bd6f57..53823e9afa 100644 --- a/kubernetes/helm/ai-workspace-helm-chart/Chart.yaml +++ b/kubernetes/helm/ai-workspace-helm-chart/Chart.yaml @@ -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: diff --git a/kubernetes/helm/developer-portal-helm-chart/Chart.yaml b/kubernetes/helm/developer-portal-helm-chart/Chart.yaml index 89b2ded7ec..8a93624c67 100644 --- a/kubernetes/helm/developer-portal-helm-chart/Chart.yaml +++ b/kubernetes/helm/developer-portal-helm-chart/Chart.yaml @@ -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: