Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgwest/test-konflux-repo
https://github.com/jgwest/test-konflux-repo
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgwest/test-konflux-repo
- Owner: jgwest
- Created: 2024-09-30T09:48:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T14:06:16.000Z (3 months ago)
- Last Synced: 2024-10-19T14:09:19.871Z (3 months ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downstream Argo Rollouts Source Repository for Konflux builds
The goal of this repository is to provide a public GitHub repository which tracks upstream Argo Rollouts, and which is then supplemented by additional [Konflux](https://konflux-ci.dev) build/release artifacts required for downstream builds.
The [argo-rollouts repository](https://github.com/argoproj/argo-rollouts) is tracked via a sub-module, which should be kept up-to-date with the target of a particular OpenShift GitOps release. The use of Git submodules follows the suggestions provided in the [Konflux documentation](https://konflux-ci.dev/docs/how-tos/workflows/git-submodules/).
# Intial Setup Steps
This repository was initialized with:
```bash
git init
git branch -m main
git submodule add https://github.com/argoproj/argo-rollouts.git# Finally, manually add ' branch = main' to .gitmodules, as recommended by https://konflux-ci.dev/docs/how-tos/workflows/git-submodules/
```