Skip to content

Commit

Permalink
Update release tag 1.10.1 (#277)
Browse files Browse the repository at this point in the history
* test releasae

* test release 1.10.1

* update chart to 1.10.1

---------

Co-authored-by: Somanath Hugar <[email protected]>
  • Loading branch information
somanath21 and Somanath Hugar authored Oct 12, 2023
1 parent e882f24 commit 2f2dffd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
working_directory: ~/repo
environment:
TERM: dumb
PH_RELEASE: 1.10.0
PH_RELEASE: 1.10.1
steps:
- checkout
- run: rm -f helm/ph-ee-engine/Chart.lock helm/ph-ee-engine/requirements.lock helm/ph-ee-engine/charts/*
Expand All @@ -30,7 +30,7 @@ jobs:
working_directory: ~/repo
environment:
TERM: dumb
G2P_RELEASE: 1.2.0
G2P_RELEASE: 1.2.1
steps:
- checkout
- run: rm -f helm/g2p-sandbox/Chart.lock helm/g2p-sandbox/requirements.lock helm/g2p-sandbox/charts/*
Expand Down Expand Up @@ -110,11 +110,11 @@ jobs:
- run: "kubectl delete clusterrolebinding `kubectl get clusterrolebinding |grep c-role|cut -d ' ' -f1` || echo ' ' "
- run: "kubectl delete crd `kubectl get crd|grep kong |cut -d ' ' -f1` || echo ' ' "
- helm/upgrade-helm-chart:
chart: "https://fynarfin.io/images/ph-ee-g2psandbox-1.2.0/ph-ee-g2psandbox-1.2.0.tgz"
chart: "https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1/ph-ee-g2psandbox-1.2.1.tgz"
release-name: ph-ee-g2psandbox
namespace: paymenthub-release
recreate-pods: true
add-repo: "https://fynarfin.io/images/ph-ee-g2psandbox-1.2.0"
add-repo: "https://fynarfin.io/images/ph-ee-g2psandbox-1.2.1"
wait: true
timeout: "300s"
# - run: helm test g2p-sandbox --namespace=paymenthub
Expand Down
8 changes: 4 additions & 4 deletions helm/g2p-sandbox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
description: PaymentHub EE Barebone Edition
type: application
name: ph-ee-g2psandbox
version: 1.2.0
appVersion: 1.2.0
version: 1.2.1
appVersion: 1.2.1

dependencies:
- name: ph-ee-engine
repository: https://fynarfin.io/images/ph-ee-engine-1.10.0-SNAPSHOT
version: 1.10.0-SNAPSHOT
repository: https://fynarfin.io/images/ph-ee-engine-1.10.1-SNAPSHOT
version: 1.10.1-SNAPSHOT

- name: account_mapper
version: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions helm/ph-ee-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.10.0
appVersion: 1.10.1
description: PaymentHub EE Engine
name: ph-ee-engine
version: 1.10.0-SNAPSHOT
version: 1.10.1-SNAPSHOT
2 changes: 1 addition & 1 deletion helm/ph-ee-engine/connector-channel/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
ports:
- name: port
port: 80
port: 8443
protocol: TCP
targetPort: 8443
- name: http
Expand Down
7 changes: 4 additions & 3 deletions helm/ph-ee-engine/templates/tests/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ metadata:
spec:
containers:
- name: integration-test
image: docker.io/openmf/ph-ee-integration-test:latest
image: docker.io/openmf/ph-ee-integration-test:v1.3.0
command: [ "/bin/bash" , "-c" ]
args:
- ./gradlew test -Dcucumber.filter.tags="@gov" ; echo 'Test complete' ; sleep 600 ; echo 'pod terminate'
# - ./gradlew test -Dcucumber.filter.tags="@bd012" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate'
- ./gradlew test -Dcucumber.filter.tags="@gov" ; echo 'Test complete' ; sleep 300 ; echo 'pod terminate'
env:
- name: "OPERATIONS_APP_CONTACTPOINT"
value: "http://ph-ee-operations-app:80"
Expand All @@ -21,7 +22,7 @@ spec:
- name: "CHANNEL_CONNECTOR_CONTACTPOINT"
value: "https://ph-ee-connector-channel:80"
- name: "LOGGING_LEVEL_ROOT"
value: "DEBUG"
value: "INFO"
- name: "MAX_RETRY_COUNT"
value: "5"
- name: "RETRY_INTERVAL"
Expand Down
4 changes: 2 additions & 2 deletions helm/ph-ee-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ importer_rdbms:
connector_bulk:
enabled: false
replicas: 1
image: docker.io/openmf/ph-ee-bulk-processor:v1.8.0
image: docker.io/openmf/ph-ee-bulk-processor:v1.8.1
imagePullPolicy: "Always"
camel_disable_ssl: true
channel:
Expand Down Expand Up @@ -1929,7 +1929,7 @@ keycloak:
integration_test:
enabled: false
replicas: 1
image: "docker.io/openmf/ph-ee-integration-test:latest"
image: "docker.io/openmf/ph-ee-integration-test:v1.3.0"
imagePullPolicy: "Never"
limits:
cpu: "500m"
Expand Down

0 comments on commit 2f2dffd

Please sign in to comment.