Skip to content

Commit

Permalink
Update appVersions for DC apps (#789)
Browse files Browse the repository at this point in the history
Co-authored-by: bianchi2 <bianchi2@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bianchi2 authored Apr 21, 2024
1 parent 245aa3c commit 45a93ac
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.18.1'
appVersion: 5.2.4
appVersion: 5.3.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.18.1](https://img.shields.io/badge/Version-1.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.2.4](https://img.shields.io/badge/AppVersion-5.2.4-informational?style=flat-square)
![Version: 1.18.1](https://img.shields.io/badge/Version-1.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.3.0](https://img.shields.io/badge/AppVersion-5.3.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.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.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.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
data:
additional_jvm_args: >-
Expand All @@ -40,7 +40,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.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.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
data:
values.yaml: |
Expand Down Expand Up @@ -304,7 +304,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -326,7 +326,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -350,7 +350,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -397,7 +397,7 @@ spec:
name: shared-home
containers:
- name: crowd
image: "atlassian/crowd:5.2.4"
image: "atlassian/crowd:5.3.0"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -493,7 +493,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down Expand Up @@ -524,7 +524,7 @@ metadata:
helm.sh/chart: crowd-1.18.1
app.kubernetes.io/name: crowd
app.kubernetes.io/instance: unittest-crowd
app.kubernetes.io/version: "5.2.4"
app.kubernetes.io/version: "5.3.0"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down

0 comments on commit 45a93ac

Please sign in to comment.