Skip to content

Commit

Permalink
rancher-system-charts-2.10: version streams doesnt support the git{} … (
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk authored Nov 27, 2024
1 parent af763b6 commit 664078a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions rancher-system-charts-2.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#nolint:git-checkout-must-use-github-updates,valid-pipeline-git-checkout-tag
package:
name: rancher-system-charts-2.10
version: 0_git20241126
epoch: 0
description: Complete container management platform - system charts
copyright:
- license: Apache-2.0
dependencies:
provides:
- rancher-system-charts=${{package.full-version}}

environment:
contents:
packages:
- busybox

pipeline:
- uses: git-checkout
with:
repository: https://github.com/rancher/system-charts
branch: release-v2.10
destination: ${{targets.contextdir}}/var/lib/rancher-data/local-catalogs/system-library
expected-commit: 653a0337600f04df3a975106468a17bd64d6e1f9

- runs: rm -rf ${{targets.contextdir}}/var/lib/rancher-data/local-catalogs/system-library/.git

test:
pipeline:
- runs: |
# check the expected files are available at the expected location at `/var/lib/rancher-data/local-catalogs/system-library/`
test -f /var/lib/rancher-data/local-catalogs/system-library/README.md
update:
enabled: true
git: {}
schedule:
period: daily
reason: Commit at head of branch moves frequently

0 comments on commit 664078a

Please sign in to comment.