Skip to content

Commit 45324e9

Browse files
RBAC bug fix and helm-charts update (#340)
* RBAC bug fix and helm-charts update * Fixed waitForDeploymentToBeReady func * Updated schema git sub-module SHA for Aerospike server 8.0.0 * Fixed backup service config change comparison * Update 8.0.0.0 tag in samples and test-cases
1 parent 055f63f commit 45324e9

32 files changed

+207
-145
lines changed

config/rbac/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ rules:
8585
- delete
8686
- get
8787
- list
88+
- update
8889
- watch
8990
- apiGroups:
9091
- ""

config/samples/all_flash_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212

1313
spec:
1414
size: 2
15-
image: aerospike/aerospike-server-enterprise:7.2.0.1
15+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1616

1717
storage:
1818
filesystemVolumePolicy:

config/samples/dim_nostorage_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: aerospike
66
spec:
77
size: 2
8-
image: aerospike/aerospike-server-enterprise:7.2.0.1
8+
image: aerospike/aerospike-server-enterprise:8.0.0.2
99

1010
podSpec:
1111
multiPodPerHost: true

config/samples/dim_nostorage_cluster_skip_validation_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ metadata:
2020

2121
spec:
2222
size: 2
23-
image: aerospike/aerospike-server-enterprise:7.2.0.1
23+
image: aerospike/aerospike-server-enterprise:8.0.0.2
2424
podSpec:
2525
multiPodPerHost: true
2626

config/samples/hdd_dim_storage_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66

77
spec:
88
size: 2
9-
image: aerospike/aerospike-server-enterprise:7.2.0.1
9+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1010

1111
storage:
1212
filesystemVolumePolicy:

config/samples/host_network_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66

77
spec:
88
size: 2
9-
image: aerospike/aerospike-server-enterprise:7.2.0.1
9+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1010

1111
storage:
1212
filesystemVolumePolicy:

config/samples/ldap_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
namespace: aerospike
1515
spec:
1616
size: 2
17-
image: aerospike/aerospike-server-enterprise:7.2.0.1
17+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1818

1919
podSpec:
2020
multiPodPerHost: true

config/samples/pmem_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66

77
spec:
88
size: 2
9-
image: aerospike/aerospike-server-enterprise:7.2.0.1
9+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1010

1111
storage:
1212
filesystemVolumePolicy:

config/samples/podspec_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66

77
spec:
88
size: 2
9-
image: aerospike/aerospike-server-enterprise:7.2.0.1
9+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1010

1111
storage:
1212
filesystemVolumePolicy:

config/samples/rack_enabled_cluster_cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66

77
spec:
88
size: 2
9-
image: aerospike/aerospike-server-enterprise:7.2.0.1
9+
image: aerospike/aerospike-server-enterprise:8.0.0.2
1010
rackConfig:
1111
namespaces:
1212
- test

0 commit comments

Comments
 (0)