File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
working_directory : ~/repo
32
32
environment :
33
33
TERM : dumb
34
- G2P_RELEASE : 1.3.0
34
+ G2P_RELEASE : 1.3.1
35
35
steps :
36
36
- checkout
37
37
- run : rm -f helm/g2p-sandbox/Chart.lock helm/g2p-sandbox/requirements.lock helm/g2p-sandbox/charts/*
@@ -120,11 +120,11 @@ jobs:
120
120
- run : " kubectl create namespace paymenthub-release || echo ' '"
121
121
# - run: "kubectl delete crd `kubectl get crd|grep kong |cut -d ' ' -f1` || echo ' ' "
122
122
- 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"
124
124
release-name : ph-ee-g2psandbox
125
125
namespace : paymenthub-release
126
126
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 "
128
128
wait : true
129
129
timeout : " 300s"
130
130
# - run: helm test g2p-sandbox --namespace=paymenthub
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
description : PaymentHub EE Barebone Edition
3
3
type : application
4
4
name : ph-ee-g2psandbox
5
- version : 1.3.0
6
- appVersion : 1.3.0
5
+ version : 1.3.1
6
+ appVersion : 1.3.1
7
7
8
8
dependencies :
9
9
- name : ph-ee-engine
You can’t perform that action at this time.
0 commit comments