Skip to content

Commit 9ef9337

Browse files
chore: release 1.15.0
1 parent b198f37 commit 9ef9337

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.jx/variables.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ export APP_NAME='peacock'
44
export BRANCH_NAME='main'
55
export BUILD_NUMBER='25'
66
export DOCKERFILE_PATH='Dockerfile'
7-
export DOCKER_REGISTRY='jx3mqubebuild.azurecr.io'
7+
export DOCKER_REGISTRY='mqubeoss.azurecr.io'
88
export DOCKER_REGISTRY_ORG='spring-financial-group'
99
export DOMAIN='jx.mqube.build'
1010
export GIT_BRANCH='main'
11-
export JX_CHART_REPOSITORY='jx3mqubebuild.azurecr.io/spring-financial-group/charts'
11+
export JX_CHART_REPOSITORY='mqubeoss.azurecr.io/spring-financial-group/charts'
1212
export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo'
1313
export MINK_AS='tekton-bot'
14-
export MINK_IMAGE='jx3mqubebuild.azurecr.io/spring-financial-group/peacock:1.15.0'
14+
export MINK_IMAGE='mqubeoss.azurecr.io/spring-financial-group/peacock:1.15.0'
1515
export NAMESPACE_SUB_DOMAIN='-jx.'
1616
export PIPELINE_KIND='release'
17-
export PUSH_CONTAINER_REGISTRY='jx3mqubebuild.azurecr.io'
17+
export PUSH_CONTAINER_REGISTRY='mqubeoss.azurecr.io'
1818
export REPO_NAME='peacock'
1919
export REPO_OWNER='spring-financial-group'
2020
export VERSION='1.15.0'

charts/peacock/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
description: A Helm chart for Peacock Service on Kubernetes
33
icon: https://raw.githubusercontent.com/spring-financial-group/peacock/main/images/peacock.png
44
name: peacock
5-
version: 0.1.0-SNAPSHOT
5+
version: 1.15.0
66

77
dependencies:
88
- condition: mongodb.useInternalInstance

charts/peacock/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deploymentLabels: {}
5353

5454
image:
5555
repository: "mqubeoss.azurecr.io/spring-financial-group/peacock"
56-
tag: dev
56+
tag: 1.15.0
5757
pullPolicy: IfNotPresent
5858

5959
# optional list of image pull secrets to use to pull images

0 commit comments

Comments
 (0)