Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/component-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
chmod 700 get_helm.sh

./get_helm.sh
helm repo add gitea-charts https://dl.gitea.com/charts/
helm repo add mockserver https://www.mock-server.com


Expand Down
2 changes: 1 addition & 1 deletion charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ app-proxy:
tag: 1.1.16-main
image:
repository: quay.io/codefresh/cap-app-proxy
tag: d0f2de1
tag: eab83ae
pullPolicy: IfNotPresent
# -- Extra volume mounts for main container
extraVolumeMounts: []
Expand Down
2 changes: 2 additions & 0 deletions tests/component-tests/setup/values/gitea.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ postgresql-ha:
enabled: false
postgresql:
enabled: true
image:
repository: bitnamilegacy/postgresql
2 changes: 1 addition & 1 deletion tests/component-tests/startup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kind: TestSuite
commands:
- command: helm upgrade --install --namespace mockserver --create-namespace --version 5.14.0 --set="service.type=ClusterIP" mockserver mockserver/mockserver
- command: kubectl -n mockserver wait --for=condition=available --timeout=120s deployment/mockserver
- command: helm install gitea gitea-charts/gitea --values ./setup/values/gitea.values.yaml -n gitea --create-namespace
- command: helm install gitea oci://docker.gitea.com/charts/gitea:12.3.0 --values ./setup/values/gitea.values.yaml -n gitea --create-namespace
- command: kubectl -n gitea wait --for=condition=available --timeout=180s deployment/gitea
- script: ./setup/scripts/init.sh
background: true
Expand Down