Skip to content

Commit 80f08ad

Browse files
fix: app-proxy fails to report new and closed pr to product-components (#761)
* [app-proxy]fix: app-proxy fails to report new and closed pr to product-components * [container-tests]: use oci giteah helm chart, with specific version 12.3.0, and fix postresql image --------- Co-authored-by: codefresh-v2-pipelines[bot] <109073600+codefresh-v2-pipelines[bot]@users.noreply.github.com> Co-authored-by: Noam Gal <[email protected]>
1 parent 2ae6ed9 commit 80f08ad

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ app-proxy:
565565
tag: 1.1.16-main
566566
image:
567567
repository: quay.io/codefresh/cap-app-proxy
568-
tag: d0f2de1
568+
tag: eab83ae
569569
pullPolicy: IfNotPresent
570570
# -- Extra volume mounts for main container
571571
extraVolumeMounts: []

tests/component-tests/setup/values/gitea.values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ postgresql-ha:
1414
enabled: false
1515
postgresql:
1616
enabled: true
17+
image:
18+
repository: bitnamilegacy/postgresql

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)