Skip to content

Commit b7cbfc7

Browse files
authored
Merge pull request #702 from vshn/appcat/345/update-email-forgejo
Remove default codey email
2 parents 3562294 + 6b715f6 commit b7cbfc7

File tree

60 files changed

+55
-60
lines changed

Some content is hidden

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

60 files changed

+55
-60
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.143.0
64+
tag: v4.144.0
6565
functionAppcat:
6666
registry: ${appcat:images:appcat:registry}
6767
repository: ${appcat:images:appcat:repository}

component/vshn_codey.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ local composition =
5151
spec: {
5252
parameters: {
5353
service: {
54-
adminEmail: '[email protected]',
5554
majorVersion: '10.0.1',
5655
fqdn: [ 'myforgejo.127.0.0.1.nip.io' ],
5756
},

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.143.0-func
9+
package: ghcr.io/vshn/appcat:v4.144.0-func
1010
packagePullPolicy: IfNotPresent
1111
runtimeConfigRef:
1212
name: function-appcat

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ spec:
3838
security:
3939
deletionProtection: false
4040
service:
41-
adminEmail: [email protected]
4241
fqdn:
4342
- myforgejo.127.0.0.1.nip.io
4443
majorVersion: 10.0.1

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: code.forgejo.org
45-
imageTag: v4.143.0
45+
imageTag: v4.144.0
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
@@ -42,7 +42,7 @@ spec:
4242
emailAlertingSmtpUsername: [email protected]
4343
ignoreNamespaceForBilling: vshn-test
4444
imageRegistry: docker-registry.inventage.com:10121/keycloak-competence-center/keycloak-managed
45-
imageTag: v4.143.0
45+
imageTag: v4.144.0
4646
ingress_annotations: |
4747
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
4848
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: docker.io
44-
imageTag: v4.143.0
44+
imageTag: v4.144.0
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: docker.io
50-
imageTag: v4.143.0
50+
imageTag: v4.144.0
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
@@ -42,7 +42,7 @@ spec:
4242
emailAlertingSmtpUsername: [email protected]
4343
externalDatabaseConnectionsEnabled: 'true'
4444
ignoreNamespaceForBilling: vshn-test
45-
imageTag: v4.143.0
45+
imageTag: v4.144.0
4646
initContainers: '{"clusterReconciliationCycle": {"limits": {"cpu": "300m",
4747
"memory": "200Mi"}, "requests": {"cpu": "100m", "memory": "100Mi"}}, "pgbouncerAuthFile":
4848
{"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: docker.io
601-
imageTag: v4.143.0
601+
imageTag: v4.144.0
602602
isOpenshift: 'false'
603603
maintenanceSA: helm-based-service-maintenance
604604
ownerGroup: vshn.appcat.vshn.io

0 commit comments

Comments
 (0)