-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename to
applicationset-progressive-sync
controller (#84)
* Move from argocd-progressive-rollout to applicationset-progressive-sync * Replace deployment.skyscanner.net with sync.skyscanner.net * Replace progressive rollout with progressive sync * Rename CRD * Replace sync.skyscanner.net with argoproj.skyscanner.net * Replace deploymentskyscannernetv1alpha1 with syncv1alpha1 * Update app version
- Loading branch information
Showing
48 changed files
with
873 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
push: true | ||
tags: maruina/argocd-progressive-rollout:${{ steps.tagName.outputs.tag }} | ||
tags: maruina/applicationset-progressive-sync:${{ steps.tagName.outputs.tag }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,5 +49,5 @@ jobs: | |
uses: docker/[email protected] | ||
with: | ||
push: true | ||
tags: maruina/argocd-progressive-rollout:main | ||
tags: maruina/applicationset-progressive-sync:main | ||
if: github.event_name != 'pull_request' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
domain: deployment.skyscanner.net | ||
repo: github.com/Skyscanner/argocd-progressive-rollout | ||
domain: argoproj.skyscanner.net | ||
repo: github.com/Skyscanner/applicationset-progressive-sync | ||
resources: | ||
- group: deployment.skyscanner.net | ||
kind: ProgressiveRollout | ||
- group: argoproj.skyscanner.net | ||
kind: ProgressiveSync | ||
version: v1alpha1 | ||
version: "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.