Skip to content

Commit

Permalink
new chart wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hardys committed Sep 11, 2024
1 parent 66556b7 commit a7be914
Show file tree
Hide file tree
Showing 7 changed files with 11,675 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/rancher-turtles-airgap-resources/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
appVersion: 0.11.0
description: Rancher Turtles utility chart for airgap scenarios
home: https://github.com/rancher/turtles/
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
name: rancher-turtles-airgap-resources
type: application
version: 0.2.0

Large diffs are not rendered by default.

4,382 changes: 4,382 additions & 0 deletions packages/rancher-turtles-airgap-resources/chart/templates/airgap-cm-metal3.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions packages/rancher-turtles-airgap-resources/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
url: local
version: 0.3.0
7 changes: 1 addition & 6 deletions scripts/turtles_airgap_cms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ CAPI_CAPM3_VERSION="${CAPI_CAPM3_VERSION:-"1.7.1"}"
CAPI_RKE2_VERSION="${CAPI_RKE2_VERSION:-"0.6.1"}"

SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PACKAGE_CHARTS_DIR="../packages/rancher-turtles/charts/templates"
if [ ! -d ${SCRIPTDIR}/${PACKAGE_CHARTS_DIR} ]; then
echo "Error ${PACKAGE_CHARTS_DIR} not found!"
echo "Run PACKAGE=rancher-turtles make prepare"
exit 1
fi
PACKAGE_CHARTS_DIR="../packages/rancher-turtles-airgap-resources/chart/templates"

# FIXME could use TMPDIR perhaps
CAPI_TMPDIR="${CAPI_TMPDIR:-/tmp/turtles_airgap_cms}"
Expand Down

0 comments on commit a7be914

Please sign in to comment.