Skip to content

Commit 3ff98ad

Browse files
authored
Merge pull request #1000 from vshn/appcat/538/fix/various-nextcloud-bugs
Fix various Nextcloud bugs
2 parents ddfd540 + ae1787d commit 3ff98ad

File tree

88 files changed

+182
-158
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+182
-158
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ parameters:
7272
appcat:
7373
registry: ghcr.io
7474
repository: vshn/appcat
75-
tag: v4.173.2
75+
tag: a692799d63d7658d97dc15fd2227045aa26543cd
7676
functionAppcat:
7777
registry: ${appcat:images:appcat:registry}
7878
repository: ${appcat:images:appcat:repository}

tests/golden/control-plane/appcat/appcat/10_function_appcat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ metadata:
44
annotations:
55
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
66
argocd.argoproj.io/sync-wave: '-40'
7-
name: function-appcat-master-v4-173-2
7+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
88
spec:
9-
package: ghcr.io/vshn/appcat:v4.173.2-func
9+
package: ghcr.io/vshn/appcat:a692799d63d7658d97dc15fd2227045aa26543cd-func
1010
packagePullPolicy: IfNotPresent
1111
runtimeConfigRef:
1212
name: function-appcat

tests/golden/control-plane/appcat/appcat/20_xrd_vshn_nextcloud.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5398,8 +5398,11 @@ spec:
53985398
URL in Your Nextcloud instance.
53995399
type: string
54005400
version:
5401-
description: Version defines the Collabora version to
5402-
use.
5401+
description: |-
5402+
Version defines the Collabora version to use.
5403+
Only major (e.g., "24") or major.minor (e.g., "24.04") versions are allowed.
5404+
Patch versions (e.g., "24.04.3") are not allowed as they break maintenance.
5405+
pattern: ^[0-9]+(\.[0-9]+)?$
54035406
type: string
54045407
required:
54055408
- enabled
@@ -11473,6 +11476,9 @@ spec:
1147311476
description: |-
1147411477
Version contains supported version of nextcloud.
1147511478
Multiple versions are supported. The latest version 31 is the default version.
11479+
Only major (e.g., "31") or major.minor (e.g., "31.0") versions are allowed.
11480+
Patch versions (e.g., "31.0.4") are not allowed as they break maintenance.
11481+
pattern: ^[0-9]+(\.[0-9]+)?$
1147611482
type: string
1147711483
required:
1147811484
- fqdn

tests/golden/control-plane/appcat/appcat/21_composition_objectstorage_minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
mode: Pipeline
2222
pipeline:
2323
- functionRef:
24-
name: function-appcat-master-v4-173-2
24+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
2525
input:
2626
apiVersion: v1
2727
data:

tests/golden/control-plane/appcat/appcat/21_composition_vshn_codey.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
metadata.appcat.vshn.io/zone: rma1
1414
labels:
1515
metadata.appcat.vshn.io/offered: 'true'
16-
metadata.appcat.vshn.io/revision: master-v4.173.2
16+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1717
metadata.appcat.vshn.io/serviceID: vshn-codey
1818
name: codey.io
1919
name: codey.io

tests/golden/control-plane/appcat/appcat/21_composition_vshn_forgejo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
metadata.appcat.vshn.io/zone: rma1
1414
labels:
1515
metadata.appcat.vshn.io/offered: 'true'
16-
metadata.appcat.vshn.io/revision: master-v4.173.2
16+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1717
metadata.appcat.vshn.io/serviceID: vshn-forgejo
1818
name: vshnforgejo.vshn.appcat.vshn.io
1919
name: vshnforgejo.vshn.appcat.vshn.io
@@ -24,7 +24,7 @@ spec:
2424
mode: Pipeline
2525
pipeline:
2626
- functionRef:
27-
name: function-appcat-master-v4-173-2
27+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
2828
input:
2929
apiVersion: v1
3030
data:
@@ -47,7 +47,7 @@ spec:
4747
emailAlertingSmtpUsername: appcat@appuio.cloud
4848
ignoreNamespaceForBilling: vshn-test
4949
imageRegistry: code.forgejo.org
50-
imageTag: v4.173.2
50+
imageTag: a692799d63d7658d97dc15fd2227045aa26543cd
5151
ingress_annotations: |
5252
cert-manager.io/cluster-issuer: letsencrypt-production
5353
isOpenshift: 'false'

tests/golden/control-plane/appcat/appcat/21_composition_vshn_keycloak.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
metadata.appcat.vshn.io/zone: rma1
1414
labels:
1515
metadata.appcat.vshn.io/offered: 'true'
16-
metadata.appcat.vshn.io/revision: master-v4.173.2
16+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1717
metadata.appcat.vshn.io/serviceID: vshn-keycloak
1818
name: vshnkeycloak.vshn.appcat.vshn.io
1919
name: vshnkeycloak.vshn.appcat.vshn.io
@@ -24,7 +24,7 @@ spec:
2424
mode: Pipeline
2525
pipeline:
2626
- functionRef:
27-
name: function-appcat-master-v4-173-2
27+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
2828
input:
2929
apiVersion: v1
3030
data:
@@ -48,7 +48,7 @@ spec:
4848
emailAlertingSmtpUsername: appcat@appuio.cloud
4949
ignoreNamespaceForBilling: vshn-test
5050
imageRegistry: docker-registry.inventage.com:10121/keycloak-competence-center/keycloak-managed
51-
imageTag: v4.173.2
51+
imageTag: a692799d63d7658d97dc15fd2227045aa26543cd
5252
ingress_annotations: |
5353
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
5454
cert-manager.io/cluster-issuer: letsencrypt-staging

tests/golden/control-plane/appcat/appcat/21_composition_vshn_mariadb.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
metadata.appcat.vshn.io/zone: rma1
1414
labels:
1515
metadata.appcat.vshn.io/offered: 'true'
16-
metadata.appcat.vshn.io/revision: master-v4.173.2
16+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1717
metadata.appcat.vshn.io/serviceID: vshn-mariadb
1818
name: vshnmariadb.vshn.appcat.vshn.io
1919
name: vshnmariadb.vshn.appcat.vshn.io
@@ -24,7 +24,7 @@ spec:
2424
mode: Pipeline
2525
pipeline:
2626
- functionRef:
27-
name: function-appcat-master-v4-173-2
27+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
2828
input:
2929
apiVersion: v1
3030
data:
@@ -47,7 +47,7 @@ spec:
4747
ignoreNamespaceForBilling: vshn-test
4848
imageRegistry: docker.io
4949
imageRepositoryPrefix: bitnamilegacy
50-
imageTag: v4.173.2
50+
imageTag: a692799d63d7658d97dc15fd2227045aa26543cd
5151
isOpenshift: 'false'
5252
maintenanceSA: helm-based-service-maintenance
5353
maintenanceURL: https://hub.docker.com/v2/repositories/bitnamilegacy/mariadb-galera/tags/?page_size=100

tests/golden/control-plane/appcat/appcat/21_composition_vshn_nextcloud.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
metadata.appcat.vshn.io/zone: rma1
1414
labels:
1515
metadata.appcat.vshn.io/offered: 'true'
16-
metadata.appcat.vshn.io/revision: master-v4.173.2
16+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1717
metadata.appcat.vshn.io/serviceID: vshn-nextcloud
1818
name: vshnnextcloud.vshn.appcat.vshn.io
1919
name: vshnnextcloud.vshn.appcat.vshn.io
@@ -24,7 +24,7 @@ spec:
2424
mode: Pipeline
2525
pipeline:
2626
- functionRef:
27-
name: function-appcat-master-v4-173-2
27+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
2828
input:
2929
apiVersion: v1
3030
data:
@@ -54,7 +54,7 @@ spec:
5454
emailAlertingSmtpUsername: appcat@appuio.cloud
5555
ignoreNamespaceForBilling: vshn-test
5656
imageRegistry: docker.io
57-
imageTag: v4.173.2
57+
imageTag: a692799d63d7658d97dc15fd2227045aa26543cd
5858
ingress_annotations: |
5959
cert-manager.io/cluster-issuer: letsencrypt-staging
6060
nginx.ingress.kubernetes.io/enable-cors: "true"

tests/golden/control-plane/appcat/appcat/21_composition_vshn_postgres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
metadata.appcat.vshn.io/zone: rma1
1616
labels:
1717
metadata.appcat.vshn.io/offered: 'true'
18-
metadata.appcat.vshn.io/revision: master-v4.173.2
18+
metadata.appcat.vshn.io/revision: master-a692799d63d7658d97dc15fd2227045aa26543cd
1919
metadata.appcat.vshn.io/serviceID: vshn-postgresql
2020
name: vshnpostgres.vshn.appcat.vshn.io
2121
name: vshnpostgres.vshn.appcat.vshn.io
@@ -26,7 +26,7 @@ spec:
2626
mode: Pipeline
2727
pipeline:
2828
- functionRef:
29-
name: function-appcat-master-v4-173-2
29+
name: function-appcat-master-a692799d63d7658d97dc15fd2227045aa26543cd
3030
input:
3131
apiVersion: v1
3232
data:
@@ -50,7 +50,7 @@ spec:
5050
emailAlertingSmtpUsername: appcat@appuio.cloud
5151
externalDatabaseConnectionsEnabled: 'true'
5252
ignoreNamespaceForBilling: vshn-test
53-
imageTag: v4.173.2
53+
imageTag: a692799d63d7658d97dc15fd2227045aa26543cd
5454
initContainers: '{"clusterReconciliationCycle": {"limits": {"cpu": "300m",
5555
"memory": "200Mi"}, "requests": {"cpu": "100m", "memory": "100Mi"}}, "pgbouncerAuthFile":
5656
{"limits": {"cpu": "300m", "memory": "500Mi"}, "requests": {"cpu": "100m",

0 commit comments

Comments
 (0)