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
18 changes: 9 additions & 9 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,20 +267,20 @@ projects:
repos:
- name: boots
versions:
- tag: v0.11.0
go_version: "1.21"
- tag: v0.15.1
go_version: "1.23"
- name: charts
versions:
- tag: v0.4.5
- tag: v0.6.2
go_version: "1.21"
- name: cluster-api-provider-tinkerbell
versions:
- tag: v0.5.3
go_version: "1.21"
- tag: v0.6.1
go_version: "1.23"
- name: hegel
versions:
- tag: v0.12.0
go_version: "1.21"
- tag: v0.14.2
go_version: "1.22"
- name: hook
versions:
- tag: v0.9.1
Expand All @@ -295,8 +295,8 @@ projects:
go_version: N/A
- name: rufio
versions:
- tag: v0.5.2
go_version: "1.23"
- tag: v0.6.1
go_version: "1.22"
- name: tink
versions:
- tag: v0.10.1
Expand Down
10 changes: 6 additions & 4 deletions build/lib/helm_replace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ DEST_DIR=${OUTPUT_DIR}/helm/${CHART_NAME}
#
TEMPLATE_DIR=helm/templates
SEDFILE=${OUTPUT_DIR}/helm/sedfile
for file in Chart.yaml values.yaml
do
build::common::echo_and_run $SED -f ${SEDFILE} -i ${DEST_DIR}/${file}
done
build::common::echo_and_run $SED -f ${SEDFILE} -i ${DEST_DIR}/Chart.yaml

# Process values.yaml if it exists
if [ -f ${DEST_DIR}/values.yaml ]; then
build::common::echo_and_run $SED -f ${SEDFILE} -i ${DEST_DIR}/values.yaml
fi

if [ -d ${OUTPUT_DIR}/helm/${CHART_NAME}/crds ]; then
for file in crds/*.yaml
Expand Down
2 changes: 1 addition & 1 deletion projects/replicatedhq/troubleshoot/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
4bd7166c2e3dd5077e5e13837338ba8915e8d733e80d341dde484e0608950a8d _output/bin/troubleshoot/linux-amd64/support-bundle
d7603c76ace1fa218abf1a3228748843d82e73ee8f9b1ad3f00020545cd05792 _output/bin/troubleshoot/linux-arm64/support-bundle
3290b26ed7f3f800d3034b97cc5267dd5a57eb1b30ef1e7a57536ac460123201 _output/bin/troubleshoot/linux-arm64/support-bundle
Loading