Skip to content

Commit

Permalink
remove unused chart scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Jan 6, 2025
1 parent 787fcb3 commit 633088d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 67 deletions.
53 changes: 0 additions & 53 deletions scripts/pull-scripts

This file was deleted.

5 changes: 3 additions & 2 deletions scripts/util-team-charts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ function fetch-team-chart() {
BASE_FETCH_URL="https://raw.githubusercontent.com/mallardduck/ob-team-charts/refs/heads/main/assets"
CHART_VERSION="${2}"
FETCH_URL="${BASE_FETCH_URL}/${CHART_TARGET}/${CHART_TARGET}-${CHART_VERSION}.tgz"
BUILD_DIR="./build"
LOCAL_FILE="$BUILD_DIR/charts/${CHART_TARGET}-${CHART_VERSION}.tgz"
BUILD_DIR="./build/charts"
mkdir -p "$BUILD_DIR"
LOCAL_FILE="$BUILD_DIR/${CHART_TARGET}-${CHART_VERSION}.tgz"
LOCAL_ETAG_FILE="$LOCAL_FILE.etag"

# Ensure the build directory exists
Expand Down
9 changes: 0 additions & 9 deletions scripts/validate-charts

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/version
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/usr/bin/env bash

CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git
CHARTS_BUILD_SCRIPT_VERSION=v0.9.2

BUILD_TARGET=${BUILD_TARGET:-"prometheus-federator"}

if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
Expand Down

0 comments on commit 633088d

Please sign in to comment.