Skip to content

Commit

Permalink
Update appVersions for DC apps (#884)
Browse files Browse the repository at this point in the history
Co-authored-by: bianchi2 <bianchi2@users.noreply.github.com>
Co-authored-by: yivan-atl <52448429+bianchi2@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 57c4ed9 commit 15329f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/charts/crowd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: crowd
description: A chart for installing Crowd Data Center on Kubernetes
type: application
version: '1.21.3'
appVersion: 6.0.2
appVersion: 6.1.0
kubeVersion: ">=1.21.x-0"
keywords:
- Crowd
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/crowd/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crowd

![Version: 1.21.3](https://img.shields.io/badge/Version-1.21.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)
![Version: 1.21.3](https://img.shields.io/badge/Version-1.21.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.1.0](https://img.shields.io/badge/AppVersion-6.1.0-informational?style=flat-square)

A chart for installing Crowd Data Center on Kubernetes

Expand Down
20 changes: 10 additions & 10 deletions src/test/resources/expected_helm_output/crowd/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
---
# Source: crowd/templates/config-jvm.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
data:
additional_jvm_args: >-
Expand All @@ -40,7 +40,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
data:
jmx-config.yaml: |
Expand Down Expand Up @@ -68,7 +68,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
data:
values.yaml: |
Expand Down Expand Up @@ -314,7 +314,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -337,7 +337,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -361,7 +361,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
annotations:
argocd.argoproj.io/sync-wave: "10"
Expand Down Expand Up @@ -410,7 +410,7 @@ spec:
name: shared-home
containers:
- name: crowd
image: "atlassian/crowd:6.0.2"
image: "atlassian/crowd:6.1.0"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -508,7 +508,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down Expand Up @@ -539,7 +539,7 @@ metadata:
helm.sh/chart: crowd-1.21.3
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "6.0.2"
app.kubernetes.io/version: "6.1.0"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down

0 comments on commit 15329f1

Please sign in to comment.