Skip to content

Commit f55a9df

Browse files
authored
use oci giteah helm chart, with specific version 12.3.0
1 parent 48b556d commit f55a9df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/component-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
chmod 700 get_helm.sh
6464
6565
./get_helm.sh
66-
helm repo add gitea-charts https://dl.gitea.com/charts/
6766
helm repo add mockserver https://www.mock-server.com
6867
6968

tests/component-tests/startup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kind: TestSuite
2323
commands:
2424
- command: helm upgrade --install --namespace mockserver --create-namespace --version 5.14.0 --set="service.type=ClusterIP" mockserver mockserver/mockserver
2525
- command: kubectl -n mockserver wait --for=condition=available --timeout=120s deployment/mockserver
26-
- command: helm install gitea gitea-charts/gitea --values ./setup/values/gitea.values.yaml -n gitea --create-namespace
26+
- command: helm install gitea oci://docker.gitea.com/charts/gitea:12.3.0 --values ./setup/values/gitea.values.yaml -n gitea --create-namespace
2727
- command: kubectl -n gitea wait --for=condition=available --timeout=180s deployment/gitea
2828
- script: ./setup/scripts/init.sh
2929
background: true

0 commit comments

Comments
 (0)