Skip to content

Commit

Permalink
Fix release task
Browse files Browse the repository at this point in the history
Update the release task to point at the new location for the
YAML manifests (i.e. `/config`) now that we're no longer using
kustomize overlays.
  • Loading branch information
AlanGreene authored and tekton-robot committed Jan 7, 2025
1 parent 158cc5b commit 649985a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019-2024 The Tekton Authors
# Copyright 2019-2025 The Tekton Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
cd ${PROJECT_ROOT}
# Rewrite "devel" to params.versionTag
sed -i 's/devel/$(params.versionTag)/g' ${PROJECT_ROOT}/base/*.yaml
sed -i 's/devel/$(params.versionTag)/g' ${PROJECT_ROOT}/config/*.yaml
# Publish images and create release.yaml
mkdir -p $OUTPUT_RELEASE_DIR
Expand Down

0 comments on commit 649985a

Please sign in to comment.