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 root/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ apps:
- /spec/accessModes
# AMD Resource Manager (AIRM)
airm:
path: airm/0.3.2
path: airm/0.3.3
namespace: airm
valuesFile: values.yaml
helmParameters:
Expand Down
2 changes: 1 addition & 1 deletion sbom/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ components:
license: MIT License
licenseUrl: https://github.com/silogen/kaiwo/blob/main/LICENSE
airm:
path: airm/0.3.2
path: airm/0.3.3
valuesFile: values.yaml
sourceUrl: https://github.com/silogen/cluster-forge/tree/main/sources/airm
projectUrl: https://github.com/silogen/cluster-forge/tree/main/sources/airm
Expand Down
27 changes: 27 additions & 0 deletions sources/airm/0.3.3/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
#
# SPDX-License-Identifier: MIT

# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
35 changes: 35 additions & 0 deletions sources/airm/0.3.3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
#
# SPDX-License-Identifier: MIT

---
apiVersion: v2
name: airm
description: A Helm chart for AIRM full stack, including API, UI and dispatcher

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"

dependencies:
- name: airm-api
version: 0.3.3
- name: airm-dispatcher
version: 0.3.3
27 changes: 27 additions & 0 deletions sources/airm/0.3.3/charts/airm-api/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
#
# SPDX-License-Identifier: MIT

# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
29 changes: 29 additions & 0 deletions sources/airm/0.3.3/charts/airm-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
#
# SPDX-License-Identifier: MIT

---
apiVersion: v2
name: airm-api
description: A Helm chart for AIRM API and UI

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
124 changes: 124 additions & 0 deletions sources/airm/0.3.3/charts/airm-api/README.md

Large diffs are not rendered by default.

Loading