Skip to content

Commit e05c87b

Browse files
authored
[PHEE-502] Fix integration test for v1.11.0 release. (#317)
* Change chart version to 1.3.1 * upgrade g2p to 1.3.1
1 parent 894888b commit e05c87b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working_directory: ~/repo
3232
environment:
3333
TERM: dumb
34-
G2P_RELEASE: 1.3.0
34+
G2P_RELEASE: 1.3.1
3535
steps:
3636
- checkout
3737
- run: rm -f helm/g2p-sandbox/Chart.lock helm/g2p-sandbox/requirements.lock helm/g2p-sandbox/charts/*
@@ -120,11 +120,11 @@ jobs:
120120
- run: "kubectl create namespace paymenthub-release || echo ' '"
121121
#- run: "kubectl delete crd `kubectl get crd|grep kong |cut -d ' ' -f1` || echo ' ' "
122122
- helm/upgrade-helm-chart:
123-
chart: "https://fynarfin.io/images/ph-ee-g2psandbox-1.3.0/ph-ee-g2psandbox-1.3.0.tgz"
123+
chart: "https://fynarfin.io/images/ph-ee-g2psandbox-1.3.1/ph-ee-g2psandbox-1.3.1.tgz"
124124
release-name: ph-ee-g2psandbox
125125
namespace: paymenthub-release
126126
recreate-pods: true
127-
add-repo: "https://fynarfin.io/images/ph-ee-g2psandbox-1.3.0"
127+
add-repo: "https://fynarfin.io/images/ph-ee-g2psandbox-1.3.1"
128128
wait: true
129129
timeout: "300s"
130130
# - run: helm test g2p-sandbox --namespace=paymenthub

helm/g2p-sandbox/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
description: PaymentHub EE Barebone Edition
33
type: application
44
name: ph-ee-g2psandbox
5-
version: 1.3.0
6-
appVersion: 1.3.0
5+
version: 1.3.1
6+
appVersion: 1.3.1
77

88
dependencies:
99
- name: ph-ee-engine

0 commit comments

Comments
 (0)