Skip to content

Commit e4bb0d5

Browse files
committed
feat: chart v0.1.2
1 parent 7a6f14d commit e4bb0d5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/veaiops/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ type: application
2929
# This is the chart version. This version number should be incremented each time you make changes
3030
# to the chart and its templates, including the app version.
3131
# Versions are expected to follow Semantic Versioning (https://semver.org/)
32-
version: 0.1.1
32+
version: 0.1.2
3333

3434
# This is the version number of the application being deployed. This version number should be
3535
# incremented each time you make changes to the application. Versions are not expected to
3636
# follow Semantic Versioning. They should reflect the version the application is using.
3737
# It is recommended to use it with quotes.
38-
appVersion: "0.1.1"
38+
appVersion: "0.1.2"
3939

4040
dependencies:
4141
- name: common

charts/veaiops/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ backend:
245245
image:
246246
registry: veaiops-registry-cn-beijing.cr.volces.com
247247
repository: veaiops/backend
248-
tag: v0.1.1
248+
tag: v0.1.2
249249
pullPolicy: Always
250250
## Optionally specify an array of imagePullSecrets.
251251
## Secrets must be manually created in the namespace.
@@ -312,7 +312,7 @@ chatops:
312312
image:
313313
registry: veaiops-registry-cn-beijing.cr.volces.com
314314
repository: veaiops/chatops
315-
tag: v0.1.1
315+
tag: v0.1.2
316316
pullPolicy: Always
317317
## Optionally specify an array of imagePullSecrets.
318318
## Secrets must be manually created in the namespace.
@@ -378,7 +378,7 @@ frontend:
378378
image:
379379
registry: veaiops-registry-cn-beijing.cr.volces.com
380380
repository: veaiops/frontend
381-
tag: v0.1.1
381+
tag: v0.1.2
382382
pullPolicy: Always
383383
## Optionally specify an array of imagePullSecrets.
384384
## Secrets must be manually created in the namespace.
@@ -445,7 +445,7 @@ intelligentThreshold:
445445
image:
446446
registry: veaiops-registry-cn-beijing.cr.volces.com
447447
repository: veaiops/intelligent-threshold
448-
tag: v0.1.1
448+
tag: v0.1.2
449449
pullPolicy: Always
450450
## Optionally specify an array of imagePullSecrets.
451451
## Secrets must be manually created in the namespace.
@@ -538,7 +538,7 @@ initial:
538538
image:
539539
registry: veaiops-registry-cn-beijing.cr.volces.com
540540
repository: veaiops/initial
541-
tag: v0.1.1
541+
tag: v0.1.2
542542
pullPolicy: Always
543543
## Optionally specify an array of imagePullSecrets.
544544
## Secrets must be manually created in the namespace.

0 commit comments

Comments
 (0)