Skip to content

Commit a267206

Browse files
chore: release 1.14.0
1 parent 6fb04cf commit a267206

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.jx/variables.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ export APP_NAME='peacock'
44
export BRANCH_NAME='main'
55
export BUILD_NUMBER='4'
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'
1111
export JENKINS_X_URL='https://dashboard-jx.jx.mqube.build/spring-financial-group/peacock/main/4'
1212
export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080'
1313
export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo'
1414
export MINK_AS='tekton-bot'
15-
export MINK_IMAGE='jx3mqubebuild.azurecr.io/spring-financial-group/peacock:1.14.0'
15+
export MINK_IMAGE='mqubeoss.azurecr.io/spring-financial-group/peacock:1.14.0'
1616
export NAMESPACE_SUB_DOMAIN='-jx.'
1717
export PIPELINE_KIND='release'
18-
export PUSH_CONTAINER_REGISTRY='jx3mqubebuild.azurecr.io'
18+
export PUSH_CONTAINER_REGISTRY='mqubeoss.azurecr.io'
1919
export REPO_NAME='peacock'
2020
export REPO_OWNER='spring-financial-group'
2121
export VERSION='1.14.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.14.0
66

77
dependencies:
88
- name: mongodb

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.14.0
5757
pullPolicy: IfNotPresent
5858

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

0 commit comments

Comments
 (0)