Skip to content

Commit b63c333

Browse files
authored
Merge pull request #443 from vshn/bump-appcat-4-91
Bump appcat version
2 parents 26d5cdd + ac13fe0 commit b63c333

File tree

44 files changed

+44
-44
lines changed

Some content is hidden

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

44 files changed

+44
-44
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ parameters:
5555
appcat:
5656
registry: ghcr.io
5757
repository: vshn/appcat
58-
tag: v4.90.0
58+
tag: v4.91.0
5959
functionAppcat:
6060
registry: ${appcat:images:appcat:registry}
6161
repository: ${appcat:images:appcat:repository}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Function
33
metadata:
44
name: function-appcat
55
spec:
6-
package: ghcr.io/vshn/appcat:v4.90.0-func
6+
package: ghcr.io/vshn/appcat:v4.91.0-func
77
runtimeConfigRef:
88
name: function-appcat

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

tests/golden/cloudscale-metrics-collector-cloud/appcat/appcat/10_function_appcat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Function
33
metadata:
44
name: function-appcat
55
spec:
6-
package: ghcr.io/vshn/appcat:v4.90.0-func
6+
package: ghcr.io/vshn/appcat:v4.91.0-func
77
runtimeConfigRef:
88
name: function-appcat

tests/golden/cloudscale-metrics-collector-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:v4.90.0
32+
image: ghcr.io/vshn/appcat:v4.91.0
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/cloudscale-metrics-collector-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
@@ -36,7 +36,7 @@ spec:
3636
value: "false"
3737
- name: APPCAT_SLI_VSHNMARIADB
3838
value: "false"
39-
image: ghcr.io/vshn/appcat:v4.90.0
39+
image: ghcr.io/vshn/appcat:v4.91.0
4040
livenessProbe:
4141
httpGet:
4242
path: /healthz

tests/golden/cloudscale-metrics-collector-managed/appcat/appcat/10_function_appcat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Function
33
metadata:
44
name: function-appcat
55
spec:
6-
package: ghcr.io/vshn/appcat:v4.90.0-func
6+
package: ghcr.io/vshn/appcat:v4.91.0-func
77
runtimeConfigRef:
88
name: function-appcat

tests/golden/cloudscale-metrics-collector-managed/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.90.0
32+
image: ghcr.io/vshn/appcat:v4.91.0
3333
livenessProbe:
3434
failureThreshold: 3
3535
httpGet:

tests/golden/cloudscale-metrics-collector-managed/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
@@ -36,7 +36,7 @@ spec:
3636
value: "false"
3737
- name: APPCAT_SLI_VSHNMARIADB
3838
value: "false"
39-
image: ghcr.io/vshn/appcat:v4.90.0
39+
image: ghcr.io/vshn/appcat:v4.91.0
4040
livenessProbe:
4141
httpGet:
4242
path: /healthz

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ kind: Function
33
metadata:
44
name: function-appcat
55
spec:
6-
package: ghcr.io/vshn/appcat:v4.90.0-func
6+
package: ghcr.io/vshn/appcat:v4.91.0-func
77
runtimeConfigRef:
88
name: function-appcat

0 commit comments

Comments
 (0)