Skip to content

Commit

Permalink
build(helm/chart): v2.3.4-beta.13 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Apr 19, 2022
1 parent fc82b12 commit c1cb35f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: bk-user
description: A Helm chart for bk-user
type: application
version: 1.2.4
appVersion: "v2.3.4-beta.12"
appVersion: "v2.3.4-beta.13"

dependencies:

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: api
description: Api module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.12"
appVersion: "v2.3.4-beta.13"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-api
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.12"
tag: "v2.3.4-beta.13"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: login
description: login module for blueking
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.12"
appVersion: "v2.3.4-beta.13"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/login/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-login
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.12"
tag: "v2.3.4-beta.13"

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: saas
description: SaaS module for bk-user
type: application
version: 1.0.0
appVersion: "v2.3.4-beta.12"
appVersion: "v2.3.4-beta.13"
2 changes: 1 addition & 1 deletion deploy/helm/bk-user/charts/saas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ image:
registry: hub.bktencent.com
repository: blueking/bk-user-saas
pullPolicy: IfNotPresent
tag: "v2.3.4-beta.12"
tag: "v2.3.4-beta.13"

command: []
args: []
Expand Down

0 comments on commit c1cb35f

Please sign in to comment.