Skip to content

Commit 3946d91

Browse files
authored
Merge pull request #655 from vshn/appcat/321/fix/kc_db_pw_racecondition
Also check for non empty value when waiting for connection details
2 parents 35634d4 + 3451188 commit 3946d91

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

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

55 files changed

+55
-55
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ parameters:
6161
appcat:
6262
registry: ghcr.io
6363
repository: vshn/appcat
64-
tag: v4.126.0
64+
tag: v4.127.1
6565
functionAppcat:
6666
registry: ${appcat:images:appcat:registry}
6767
repository: ${appcat:images:appcat:repository}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
argocd.argoproj.io/sync-wave: '-40'
77
name: function-appcat
88
spec:
9-
package: ghcr.io/vshn/appcat:v4.126.0-func
9+
package: ghcr.io/vshn/appcat:v4.127.1-func
1010
packagePullPolicy: IfNotPresent
1111
runtimeConfigRef:
1212
name: function-appcat

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
emailAlertingSmtpUsername: [email protected]
4343
ignoreNamespaceForBilling: vshn-test
4444
imageRegistry: ''
45-
imageTag: v4.126.0
45+
imageTag: v4.127.1
4646
ingress_annotations: |
4747
cert-manager.io/cluster-issuer: letsencrypt-production
4848
isOpenshift: 'false'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
emailAlertingSmtpUsername: [email protected]
4242
ignoreNamespaceForBilling: vshn-test
4343
imageRegistry: docker-registry.inventage.com:10121/keycloak-competence-center/keycloak-managed
44-
imageTag: v4.126.0
44+
imageTag: v4.127.1
4545
ingress_annotations: |
4646
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
4747
cert-manager.io/cluster-issuer: letsencrypt-staging

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
emailAlertingSmtpUsername: [email protected]
4242
ignoreNamespaceForBilling: vshn-test
4343
imageRegistry: ''
44-
imageTag: v4.126.0
44+
imageTag: v4.127.1
4545
isOpenshift: 'false'
4646
maintenanceSA: helm-based-service-maintenance
4747
mode: standalone

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
emailAlertingSmtpUsername: [email protected]
4848
ignoreNamespaceForBilling: vshn-test
4949
imageRegistry: ''
50-
imageTag: v4.126.0
50+
imageTag: v4.127.1
5151
ingress_annotations: |
5252
cert-manager.io/cluster-issuer: letsencrypt-staging
5353
nginx.ingress.kubernetes.io/enable-cors: "true"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
emailAlertingSmtpUsername: [email protected]
4242
externalDatabaseConnectionsEnabled: 'true'
4343
ignoreNamespaceForBilling: vshn-test
44-
imageTag: v4.126.0
44+
imageTag: v4.127.1
4545
initContainers: '{"clusterReconciliationCycle": {"limits": {"cpu": "300m",
4646
"memory": "200Mi"}, "requests": {"cpu": "100m", "memory": "100Mi"}}, "pgbouncerAuthFile":
4747
{"limits": {"cpu": "300m", "memory": "500Mi"}, "requests": {"cpu": "100m",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ spec:
598598
emailAlertingSmtpUsername: [email protected]
599599
ignoreNamespaceForBilling: vshn-test
600600
imageRegistry: ''
601-
imageTag: v4.126.0
601+
imageTag: v4.127.1
602602
isOpenshift: 'false'
603603
maintenanceSA: helm-based-service-maintenance
604604
ownerGroup: vshn.appcat.vshn.io

tests/golden/control-plane/appcat/appcat/apiserver/30_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- --secure-port=9443
3030
- --tls-cert-file=/apiserver.local.config/certificates/tls.crt
3131
- --tls-private-key-file=/apiserver.local.config/certificates/tls.key
32-
image: ghcr.io/vshn/appcat:v4.126.0
32+
image: ghcr.io/vshn/appcat:v4.127.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/control-plane/appcat/appcat/controllers/appcat/30_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
env:
2424
- name: PLANS_NAMESPACE
2525
value: syn-appcat
26-
image: ghcr.io/vshn/appcat:v4.126.0
26+
image: ghcr.io/vshn/appcat:v4.127.1
2727
imagePullPolicy: IfNotPresent
2828
livenessProbe:
2929
httpGet:

0 commit comments

Comments
 (0)