Skip to content

Commit 417aeaa

Browse files
committed
chore: Bump opa version for 25.11.0
1 parent 201537d commit 417aeaa

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/modules/opa/examples/getting_started/opa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "1.4.2"
8+
productVersion: "1.8.0"
99
servers:
1010
roleGroups:
1111
default: {}

docs/modules/opa/examples/getting_started/opa.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-opa
66
spec:
77
image:
8-
productVersion: "1.4.2"
8+
productVersion: "1.8.0"
99
servers:
1010
roleGroups:
1111
default: {}

docs/modules/opa/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// This is a separate file, since it is used by both the direct OPA documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 1.4.2
6-
* 1.0.1 (deprecated)
5+
* 1.8.0
6+
* 1.4.2 (deprecated)

tests/templates/kuttl/keycloak-user-info/04-install-keycloak.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ commands:
102102
resources:
103103
limits:
104104
cpu: 1
105-
memory: 512Mi
105+
memory: 1024Mi
106106
requests:
107107
cpu: 500m
108-
memory: 512Mi
108+
memory: 1024Mi
109109
volumeMounts:
110110
- name: data
111111
mountPath: /opt/keycloak/data/

tests/test-definition.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dimensions:
44
values:
55
# To use a custom image, add a comma and the full name after the product version
66
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
7-
- 1.0.1
8-
- 1.4.2
7+
# - 1.4.2
8+
- 1.8.0
99
- name: opa-latest
1010
values:
1111
# To use a custom image, add a comma and the full name after the product version
1212
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
13-
- 1.4.2
13+
- 1.8.0
1414
- name: keycloak
1515
values:
1616
- 23.0.1

0 commit comments

Comments
 (0)