Skip to content

Commit

Permalink
Update appVersions for DC apps (#713)
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 Nov 5, 2023
1 parent 24302c2 commit 701f222
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/main/charts/confluence/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: confluence
description: A chart for installing Confluence Data Center on Kubernetes
type: application
version: 1.16.6
appVersion: 8.5.2
appVersion: 8.5.3
kubeVersion: ">=1.21.x-0"
keywords:
- Confluence
Expand Down
2 changes: 1 addition & 1 deletion src/main/charts/confluence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# confluence

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

A chart for installing Confluence Data Center on Kubernetes

Expand Down
24 changes: 12 additions & 12 deletions src/test/resources/expected_helm_output/confluence/output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
---
# Source: confluence/templates/config-jvm.yaml
Expand All @@ -20,7 +20,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
data:
additional_jvm_args: >-
Expand All @@ -44,7 +44,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
data:
jmx-config.yaml: |
Expand Down Expand Up @@ -88,7 +88,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -110,7 +110,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence-synchrony
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand All @@ -137,7 +137,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
annotations:
spec:
Expand Down Expand Up @@ -165,7 +165,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence-synchrony
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand All @@ -192,7 +192,7 @@ spec:
ip: 192.168.1.1
containers:
- name: synchrony
image: "atlassian/confluence:8.5.2"
image: "atlassian/confluence:8.5.3"
imagePullPolicy: IfNotPresent
command: ["/scripts/start-synchrony.sh"]
volumeMounts:
Expand Down Expand Up @@ -247,7 +247,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -293,7 +293,7 @@ spec:
name: shared-home
containers:
- name: confluence
image: "atlassian/confluence:8.5.2"
image: "atlassian/confluence:8.5.3"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -388,7 +388,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down Expand Up @@ -419,7 +419,7 @@ metadata:
helm.sh/chart: confluence-1.16.6
app.kubernetes.io/name: confluence
app.kubernetes.io/instance: unittest-confluence
app.kubernetes.io/version: "8.5.2"
app.kubernetes.io/version: "8.5.3"
app.kubernetes.io/managed-by: Helm
spec:
containers:
Expand Down

0 comments on commit 701f222

Please sign in to comment.