Compare commits

...

4 Commits

Author SHA1 Message Date
42c4fe8b5c use github 2025-03-06 19:51:01 -06:00
cc24988f5b change registry 2025-03-06 19:50:22 -06:00
2d591ff45f recreate deployment 2025-03-06 19:43:04 -06:00
d2759a0947 change issuer 2025-03-06 19:41:21 -06:00
3 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ argo-cd:
dex.config: |
connectors:
- config:
issuer: https://auth.alexlebens.dev/application/o/argocd/
issuer: https://authentik.alexlebens.net/application/o/argocd/
clientID: $argocd-oidc-secret:client
clientSecret: $argocd-oidc-secret:secret
insecureEnableGroups: true

View File

@@ -2,8 +2,8 @@ cluster:
name: cl01tl
git:
# repo: git@github.com:alexlebens/infrastructure.git
# repo: https://github.com/alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
repo: https://github.com/alexlebens/infrastructure.git
# repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
revision: HEAD
applicationSet:

View File

@@ -1,4 +1,8 @@
gitea:
global:
imageRegistry: registry.hub.docker.com
strategy:
type: "Recreate"
image:
repository: gitea/gitea
tag: 1.23.4