Skip to content

Commit

Permalink
chore: release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 2, 2024
1 parent 7277676 commit 48865a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .jx/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ export APP_NAME='peacock'
export BRANCH_NAME='main'
export BUILD_NUMBER='6'
export DOCKERFILE_PATH='Dockerfile'
export DOCKER_REGISTRY='jx3mqubebuild.azurecr.io'
export DOCKER_REGISTRY='mqubeoss.azurecr.io'
export DOCKER_REGISTRY_ORG='spring-financial-group'
export DOMAIN='jx.mqube.build'
export GIT_BRANCH='main'
export JENKINS_X_URL='https://dashboard-jx.jx.mqube.build/spring-financial-group/peacock/main/6'
export JX_CHART_REPOSITORY='http://jenkins-x-chartmuseum.jx.svc.cluster.local:8080'
export KANIKO_FLAGS='--skip-unused-stages --snapshotMode=redo'
export MINK_AS='tekton-bot'
export MINK_IMAGE='jx3mqubebuild.azurecr.io/spring-financial-group/peacock:1.9.0'
export MINK_IMAGE='mqubeoss.azurecr.io/spring-financial-group/peacock:1.9.0'
export NAMESPACE_SUB_DOMAIN='-jx.'
export PIPELINE_KIND='release'
export PUSH_CONTAINER_REGISTRY='jx3mqubebuild.azurecr.io'
export PUSH_CONTAINER_REGISTRY='mqubeoss.azurecr.io'
export REPO_NAME='peacock'
export REPO_OWNER='spring-financial-group'
export VERSION='1.9.0'
2 changes: 1 addition & 1 deletion charts/peacock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
description: A Helm chart for Peacock Service on Kubernetes
icon: https://raw.githubusercontent.com/spring-financial-group/peacock/main/images/peacock.png
name: peacock
version: 0.1.0-SNAPSHOT
version: 1.9.0

dependencies:
- name: mongodb
Expand Down
2 changes: 1 addition & 1 deletion charts/peacock/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ deploymentLabels: {}

image:
repository: "mqubeoss.azurecr.io/spring-financial-group/peacock"
tag: dev
tag: 1.9.0
pullPolicy: IfNotPresent

# optional list of image pull secrets to use to pull images
Expand Down

0 comments on commit 48865a6

Please sign in to comment.