Skip to content

Commit 2ee6123

Browse files
github-actions[bot]TheBigLee
authored andcommitted
Update tag
1 parent ac58e56 commit 2ee6123

File tree

51 files changed

+51
-51
lines changed

Some content is hidden

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

51 files changed

+51
-51
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parameters:
5858
appcat:
5959
registry: ghcr.io
6060
repository: vshn/appcat
61-
tag: fix-image-repo
61+
tag: v4.121.1
6262
functionAppcat:
6363
registry: ${appcat:images:appcat:registry}
6464
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,6 +6,6 @@ metadata:
66
argocd.argoproj.io/sync-wave: '-40'
77
name: function-appcat
88
spec:
9-
package: ghcr.io/vshn/appcat:fix-image-repo-func
9+
package: ghcr.io/vshn/appcat:v4.121.1-func
1010
runtimeConfigRef:
1111
name: function-appcat

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: fix-image-repo
44+
imageTag: v4.121.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: fix-image-repo
44+
imageTag: v4.121.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: fix-image-repo
50+
imageTag: v4.121.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: fix-image-repo
44+
imageTag: v4.121.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: fix-image-repo
601+
imageTag: v4.121.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:fix-image-repo
32+
image: ghcr.io/vshn/appcat:v4.121.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:fix-image-repo
26+
image: ghcr.io/vshn/appcat:v4.121.1
2727
livenessProbe:
2828
httpGet:
2929
path: /healthz

tests/golden/control-plane/appcat/appcat/sla_reporter/01_cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- secretRef:
3232
name: appcat-sla-reports-creds
33-
image: ghcr.io/vshn/appcat:fix-image-repo
33+
image: ghcr.io/vshn/appcat:v4.121.1
3434
name: sla-reporter
3535
resources:
3636
limits:

tests/golden/defaults/appcat/appcat/10_function_appcat.yaml

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

tests/golden/defaults/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:fix-image-repo
32+
image: ghcr.io/vshn/appcat:v4.121.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/defaults/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --health-probe-bind-address=:8081
2525
- --metrics-bind-address=127.0.0.1:8080
2626
env: []
27-
image: ghcr.io/vshn/appcat:fix-image-repo
27+
image: ghcr.io/vshn/appcat:v4.121.1
2828
livenessProbe:
2929
httpGet:
3030
path: /healthz

tests/golden/dev/appcat/appcat/10_function_appcat.yaml

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

tests/golden/dev/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: fix-image-repo
44+
imageTag: v4.121.1
4545
ingress_annotations: |
4646
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
4747
cert-manager.io/cluster-issuer: letsencrypt-staging

tests/golden/dev/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: fix-image-repo
44+
imageTag: v4.121.1
4545
isOpenshift: 'false'
4646
maintenanceSA: helm-based-service-maintenance
4747
mode: standalone

tests/golden/dev/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: fix-image-repo
50+
imageTag: v4.121.1
5151
ingress_annotations: |
5252
cert-manager.io/cluster-issuer: letsencrypt-staging
5353
isOpenshift: 'false'

tests/golden/dev/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: fix-image-repo
44+
imageTag: v4.121.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/dev/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: fix-image-repo
601+
imageTag: v4.121.1
602602
isOpenshift: 'false'
603603
maintenanceSA: helm-based-service-maintenance
604604
ownerGroup: vshn.appcat.vshn.io

tests/golden/dev/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:fix-image-repo
32+
image: ghcr.io/vshn/appcat:v4.121.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/dev/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:fix-image-repo
26+
image: ghcr.io/vshn/appcat:v4.121.1
2727
livenessProbe:
2828
httpGet:
2929
path: /healthz

tests/golden/dev/appcat/appcat/sla_reporter/01_cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- secretRef:
3232
name: appcat-sla-reports-creds
33-
image: ghcr.io/vshn/appcat:fix-image-repo
33+
image: ghcr.io/vshn/appcat:v4.121.1
3434
name: sla-reporter
3535
resources:
3636
limits:

tests/golden/dev/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --health-probe-bind-address=:8081
2525
- --metrics-bind-address=127.0.0.1:8080
2626
env: []
27-
image: ghcr.io/vshn/appcat:fix-image-repo
27+
image: ghcr.io/vshn/appcat:v4.121.1
2828
livenessProbe:
2929
httpGet:
3030
path: /healthz

tests/golden/exodev/appcat/appcat/10_function_appcat.yaml

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

tests/golden/exodev/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:fix-image-repo
32+
image: ghcr.io/vshn/appcat:v4.121.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/exodev/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:fix-image-repo
26+
image: ghcr.io/vshn/appcat:v4.121.1
2727
livenessProbe:
2828
httpGet:
2929
path: /healthz

tests/golden/exodev/appcat/appcat/sla_reporter/01_cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- secretRef:
3232
name: appcat-sla-reports-creds
33-
image: ghcr.io/vshn/appcat:fix-image-repo
33+
image: ghcr.io/vshn/appcat:v4.121.1
3434
name: sla-reporter
3535
resources:
3636
limits:

tests/golden/service-cluster/appcat/appcat/controllers/appcat/30_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
secretKeyRef:
3131
key: kubeconfig
3232
name: controlclustercredentials
33-
image: ghcr.io/vshn/appcat:fix-image-repo
33+
image: ghcr.io/vshn/appcat:v4.121.1
3434
livenessProbe:
3535
httpGet:
3636
path: /healthz

tests/golden/service-cluster/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
env:
2727
- name: KUBECONFIG
2828
value: /.kube/config
29-
image: ghcr.io/vshn/appcat:fix-image-repo
29+
image: ghcr.io/vshn/appcat:v4.121.1
3030
livenessProbe:
3131
httpGet:
3232
path: /healthz

tests/golden/vshn-cloud/appcat/appcat/10_function_appcat.yaml

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

tests/golden/vshn-cloud/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: fix-image-repo
44+
imageTag: v4.121.1
4545
ingress_annotations: |
4646
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
4747
cert-manager.io/cluster-issuer: letsencrypt-staging

tests/golden/vshn-cloud/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: dockerhub.vshn.net
44-
imageTag: fix-image-repo
44+
imageTag: v4.121.1
4545
isOpenshift: 'true'
4646
maintenanceSA: helm-based-service-maintenance
4747
mode: standalone

tests/golden/vshn-cloud/appcat/appcat/21_composition_vshn_minio.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: dockerhub.vshn.net/
44-
imageTag: fix-image-repo
44+
imageTag: v4.121.1
4545
isOpenshift: 'true'
4646
maintenanceSA: helm-based-service-maintenance
4747
minioChartRepository: https://charts.min.io

tests/golden/vshn-cloud/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: dockerhub.vshn.net/library/nextcloud
50-
imageTag: fix-image-repo
50+
imageTag: v4.121.1
5151
ingress_annotations: |
5252
cert-manager.io/cluster-issuer: letsencrypt-staging
5353
isOpenshift: 'true'

tests/golden/vshn-cloud/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: fix-image-repo
44+
imageTag: v4.121.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/vshn-cloud/appcat/appcat/21_composition_vshn_redis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ spec:
599599
emailAlertingSmtpUsername: [email protected]
600600
ignoreNamespaceForBilling: vshn-test
601601
imageRegistry: dockerhub.vshn.net
602-
imageTag: fix-image-repo
602+
imageTag: v4.121.1
603603
isOpenshift: 'true'
604604
maintenanceSA: helm-based-service-maintenance
605605
ownerGroup: vshn.appcat.vshn.io

tests/golden/vshn-cloud/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:fix-image-repo
32+
image: ghcr.io/vshn/appcat:v4.121.1
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/vshn-cloud/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:fix-image-repo
26+
image: ghcr.io/vshn/appcat:v4.121.1
2727
livenessProbe:
2828
httpGet:
2929
path: /healthz

tests/golden/vshn-cloud/appcat/appcat/sla_reporter/01_cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
envFrom:
3131
- secretRef:
3232
name: appcat-sla-reports-creds
33-
image: ghcr.io/vshn/appcat:fix-image-repo
33+
image: ghcr.io/vshn/appcat:v4.121.1
3434
name: sla-reporter
3535
resources:
3636
limits:

tests/golden/vshn-cloud/appcat/appcat/sli_exporter/apps_v1_deployment_appcat-sliexporter-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- --health-probe-bind-address=:8081
2525
- --metrics-bind-address=127.0.0.1:8080
2626
env: []
27-
image: ghcr.io/vshn/appcat:fix-image-repo
27+
image: ghcr.io/vshn/appcat:v4.121.1
2828
livenessProbe:
2929
httpGet:
3030
path: /healthz

tests/golden/vshn-managed/appcat/appcat/10_function_appcat.yaml

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

tests/golden/vshn-managed/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: fix-image-repo
44+
imageTag: v4.121.1
4545
ingress_annotations: |
4646
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
4747
cert-manager.io/cluster-issuer: letsencrypt-staging

tests/golden/vshn-managed/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: fix-image-repo
44+
imageTag: v4.121.1
4545
isOpenshift: 'true'
4646
maintenanceSA: helm-based-service-maintenance
4747
mode: standalone

tests/golden/vshn-managed/appcat/appcat/21_composition_vshn_minio.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: fix-image-repo
44+
imageTag: v4.121.1
4545
isOpenshift: 'true'
4646
maintenanceSA: helm-based-service-maintenance
4747
minioChartRepository: https://charts.min.io

tests/golden/vshn-managed/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: fix-image-repo
50+
imageTag: v4.121.1
5151
ingress_annotations: |
5252
cert-manager.io/cluster-issuer: letsencrypt-staging
5353
isOpenshift: 'true'

0 commit comments

Comments
 (0)