Skip to content

Commit ca98bde

Browse files
committed
chore: Migrate CI to forgejo
The development scripts and related Kubernetes resources were updated to reflect the change from Gitea to Forgejo. This involved renaming files, updating variable names, and modifying configuration to use Forgejo's specific paths and image. The core functionality of setting up a Git provider for testing purposes remains the same. Add some comment on policy.go so the e2e can trigger and test this change. Jira: https://issues.redhat.com/browse/SRVKP-9991 AI-assisted-by: Google Gemini Signed-off-by: Chmouel Boudjnah <[email protected]>
1 parent 9d60ff7 commit ca98bde

File tree

8 files changed

+518
-358
lines changed

8 files changed

+518
-358
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Gitea in a Pod for PAC
1+
# Forgejo in a Pod for PAC
22

3-
This will :
3+
This will:
44

5-
- spin a gitea deployment into a namespace
6-
- create a ingress to a URL
5+
- spin a Forgejo deployment into a namespace
6+
- create an ingress to a URL
77
- create a repository
88
- create a user/password
99
- create a token for user/password
10-
- create a empty repository
10+
- create an empty repository
1111
- create a hook to go to a hook.pipelinesascode.com URL
1212
- create a deployment with gosmee to forward smee URL to the pipelines as code controller
13-
- create a rpo crd to bind to it.
13+
- create a repo crd to bind to it
1414
- create a secret for the Git provider with the token generated previously
1515

16-
You can easily configure the script using environment variable see the top of the files for the list.
16+
You can easily configure the script using environment variables, see the top of the files for the list.
1717

18-
designed to run on kind.
18+
Designed to run on kind.

0 commit comments

Comments
 (0)