Skip to content

Commit 3103fe5

Browse files
Update appVersions for DC apps (#1043)
Co-authored-by: bianchi2 <[email protected]>
1 parent eb67ba1 commit 3103fe5

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/main/charts/bitbucket/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bitbucket
22

3-
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.8](https://img.shields.io/badge/AppVersion-9.4.8-informational?style=flat-square)
3+
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.4.9](https://img.shields.io/badge/AppVersion-9.4.9-informational?style=flat-square)
44

55
A chart for installing Bitbucket Data Center on Kubernetes
66

src/main/charts/crowd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: crowd
33
description: A chart for installing Crowd Data Center on Kubernetes
44
type: application
55
version: '2.0.4'
6-
appVersion: 6.3.2
6+
appVersion: 7.0.0
77

88
kubeVersion: ">=1.21.x-0"
99
keywords:

src/main/charts/crowd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# crowd
22

3-
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.1](https://img.shields.io/badge/AppVersion-6.3.1-informational?style=flat-square)
3+
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.0](https://img.shields.io/badge/AppVersion-7.0.0-informational?style=flat-square)
44

55
A chart for installing Crowd Data Center on Kubernetes
66

src/test/resources/expected_helm_output/crowd/output.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
helm.sh/chart: crowd-2.0.4
99
app.kubernetes.io/name: crowd
1010
app.kubernetes.io/instance: unittest-crowd
11-
app.kubernetes.io/version: "6.3.2"
11+
app.kubernetes.io/version: "7.0.0"
1212
app.kubernetes.io/managed-by: Helm
1313
---
1414
# Source: crowd/templates/config-jvm.yaml
@@ -20,7 +20,7 @@ metadata:
2020
helm.sh/chart: crowd-2.0.4
2121
app.kubernetes.io/name: crowd
2222
app.kubernetes.io/instance: unittest-crowd
23-
app.kubernetes.io/version: "6.3.2"
23+
app.kubernetes.io/version: "7.0.0"
2424
app.kubernetes.io/managed-by: Helm
2525
data:
2626
additional_jvm_args: >-
@@ -39,7 +39,7 @@ metadata:
3939
helm.sh/chart: crowd-2.0.4
4040
app.kubernetes.io/name: crowd
4141
app.kubernetes.io/instance: unittest-crowd
42-
app.kubernetes.io/version: "6.3.2"
42+
app.kubernetes.io/version: "7.0.0"
4343
app.kubernetes.io/managed-by: Helm
4444
data:
4545
jmx-config.yaml: |
@@ -67,7 +67,7 @@ metadata:
6767
helm.sh/chart: crowd-2.0.4
6868
app.kubernetes.io/name: crowd
6969
app.kubernetes.io/instance: unittest-crowd
70-
app.kubernetes.io/version: "6.3.2"
70+
app.kubernetes.io/version: "7.0.0"
7171
app.kubernetes.io/managed-by: Helm
7272
data:
7373
values.yaml: |
@@ -320,7 +320,7 @@ metadata:
320320
helm.sh/chart: crowd-2.0.4
321321
app.kubernetes.io/name: crowd
322322
app.kubernetes.io/instance: unittest-crowd
323-
app.kubernetes.io/version: "6.3.2"
323+
app.kubernetes.io/version: "7.0.0"
324324
app.kubernetes.io/managed-by: Helm
325325
annotations:
326326
spec:
@@ -343,7 +343,7 @@ metadata:
343343
helm.sh/chart: crowd-2.0.4
344344
app.kubernetes.io/name: crowd
345345
app.kubernetes.io/instance: unittest-crowd
346-
app.kubernetes.io/version: "6.3.2"
346+
app.kubernetes.io/version: "7.0.0"
347347
app.kubernetes.io/managed-by: Helm
348348
annotations:
349349
spec:
@@ -367,7 +367,7 @@ metadata:
367367
helm.sh/chart: crowd-2.0.4
368368
app.kubernetes.io/name: crowd
369369
app.kubernetes.io/instance: unittest-crowd
370-
app.kubernetes.io/version: "6.3.2"
370+
app.kubernetes.io/version: "7.0.0"
371371
app.kubernetes.io/managed-by: Helm
372372
annotations:
373373
argocd.argoproj.io/sync-wave: "10"
@@ -386,7 +386,7 @@ spec:
386386
helm.sh/chart: crowd-2.0.4
387387
app.kubernetes.io/name: crowd
388388
app.kubernetes.io/instance: unittest-crowd
389-
app.kubernetes.io/version: "6.3.2"
389+
app.kubernetes.io/version: "7.0.0"
390390
app.kubernetes.io/managed-by: Helm
391391
spec:
392392
serviceAccountName: unittest-crowd
@@ -420,7 +420,7 @@ spec:
420420
name: shared-home
421421
containers:
422422
- name: crowd
423-
image: "atlassian/crowd:6.3.2"
423+
image: "atlassian/crowd:7.0.0"
424424
imagePullPolicy: IfNotPresent
425425
ports:
426426
- name: http
@@ -520,7 +520,7 @@ metadata:
520520
helm.sh/chart: crowd-2.0.4
521521
app.kubernetes.io/name: crowd
522522
app.kubernetes.io/instance: unittest-crowd
523-
app.kubernetes.io/version: "6.3.2"
523+
app.kubernetes.io/version: "7.0.0"
524524
app.kubernetes.io/managed-by: Helm
525525
spec:
526526
containers:
@@ -551,7 +551,7 @@ metadata:
551551
helm.sh/chart: crowd-2.0.4
552552
app.kubernetes.io/name: crowd
553553
app.kubernetes.io/instance: unittest-crowd
554-
app.kubernetes.io/version: "6.3.2"
554+
app.kubernetes.io/version: "7.0.0"
555555
app.kubernetes.io/managed-by: Helm
556556
spec:
557557
containers:

0 commit comments

Comments
 (0)