fix(07-01): use admin namespace for Gitea repository
Some checks failed
Build and Push / build (push) Has been cancelled
Some checks failed
Build and Push / build (push) Has been cancelled
- Change repo URL to admin/taskplaner (repo created under admin user) - Update CI workflow image name to admin/taskplaner - Update repo secret documentation with correct path
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.kube2.tricnet.de
|
REGISTRY: git.kube2.tricnet.de
|
||||||
IMAGE_NAME: tho/taskplaner
|
IMAGE_NAME: admin/taskplaner
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/tho/taskplaner.git
|
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/taskplaner.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: helm/taskplaner
|
path: helm/taskplaner
|
||||||
helm:
|
helm:
|
||||||
@@ -14,7 +14,7 @@ spec:
|
|||||||
- values.yaml
|
- values.yaml
|
||||||
parameters:
|
parameters:
|
||||||
- name: image.repository
|
- name: image.repository
|
||||||
value: git.kube2.tricnet.de/tho/taskplaner
|
value: git.kube2.tricnet.de/admin/taskplaner
|
||||||
- name: ingress.enabled
|
- name: ingress.enabled
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ingress.className
|
- name: ingress.className
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
# argocd.argoproj.io/secret-type: repository
|
# argocd.argoproj.io/secret-type: repository
|
||||||
# stringData:
|
# stringData:
|
||||||
# type: git
|
# type: git
|
||||||
# url: http://gitea-http.gitea.svc.cluster.local:3000/tho/taskplaner.git
|
# url: http://gitea-http.gitea.svc.cluster.local:3000/admin/taskplaner.git
|
||||||
# username: admin
|
# username: admin
|
||||||
# password: "$PASSWORD"
|
# password: "$PASSWORD"
|
||||||
# EOF
|
# EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user