Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Scylla Manager to 3.2.7 #1880

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/manager-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spec:
serviceAccountName: scylla-manager
containers:
- name: scylla-manager
image: docker.io/scylladb/scylla-manager:3.2.6
image: docker.io/scylladb/scylla-manager:3.2.7
imagePullPolicy: IfNotPresent
command:
- /usr/bin/scylla-manager
Expand Down Expand Up @@ -283,7 +283,7 @@ metadata:
namespace: scylla-manager
spec:
version: 5.4.3
agentVersion: 3.2.6
agentVersion: 3.2.7
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
developerMode: true
Expand Down
4 changes: 2 additions & 2 deletions deploy/manager-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ spec:
serviceAccountName: scylla-manager
containers:
- name: scylla-manager
image: docker.io/scylladb/scylla-manager:3.2.6
image: docker.io/scylladb/scylla-manager:3.2.7
imagePullPolicy: IfNotPresent
command:
- /usr/bin/scylla-manager
Expand Down Expand Up @@ -283,7 +283,7 @@ metadata:
namespace: scylla-manager
spec:
version: 5.4.3
agentVersion: 3.2.6
agentVersion: 3.2.7
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
developerMode: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/dev/50_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: scylla-manager
containers:
- name: scylla-manager
image: docker.io/scylladb/scylla-manager:3.2.6
image: docker.io/scylladb/scylla-manager:3.2.7
imagePullPolicy: IfNotPresent
command:
- /usr/bin/scylla-manager
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/dev/50_scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: scylla-manager
spec:
version: 5.4.3
agentVersion: 3.2.6
agentVersion: 3.2.7
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
developerMode: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/prod/50_manager_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: scylla-manager
containers:
- name: scylla-manager
image: docker.io/scylladb/scylla-manager:3.2.6
image: docker.io/scylladb/scylla-manager:3.2.7
imagePullPolicy: IfNotPresent
command:
- /usr/bin/scylla-manager
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager/prod/50_scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: scylla-manager
spec:
version: 5.4.3
agentVersion: 3.2.6
agentVersion: 3.2.7
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
developerMode: true
Expand Down
6 changes: 3 additions & 3 deletions docs/source/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ To enable this the CRD allows for specifying a `network` parameter as such:

```yaml
version: 5.4.3
agentVersion: 3.2.6
agentVersion: 3.2.7
cpuset: true
network:
hostNetworking: true
Expand Down Expand Up @@ -172,7 +172,7 @@ This requires a small change in the cluster definition.
Change the `cluster.yaml` file from this:
```yaml
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
developerMode: true
datacenter:
Expand All @@ -185,7 +185,7 @@ spec:
alternator:
port: 8000
writeIsolation: only_rmw_uses_lwt
agentVersion: 3.2.6
agentVersion: 3.2.7
developerMode: true
datacenter:
name: us-east-1
Expand Down
4 changes: 2 additions & 2 deletions docs/source/multidc/multidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ metadata:
name: scylla-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
cpuset: true
sysctls:
Expand Down Expand Up @@ -357,7 +357,7 @@ metadata:
name: scylla-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
cpuset: true
sysctls:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/nodeoperations/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kind: ScyllaCluster
metadata:
name: source
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.1
developerMode: true
backups:
Expand Down Expand Up @@ -50,7 +50,7 @@ kind: ScyllaCluster
metadata:
name: target
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.1
developerMode: true
datacenter:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ metadata:
name: guaranteed-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
datacenter:
name: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: scylla-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
cpuset: true
network:
Expand Down
2 changes: 1 addition & 1 deletion examples/generic/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: simple-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
developerMode: true
datacenter:
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
name: scylla-cluster
namespace: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
cpuset: true
automaticOrphanedNodeCleanup: true
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
scyllaImage:
tag: 5.4.3
agentImage:
tag: 3.2.6
tag: 3.2.7

# Cluster information
developerMode: true
Expand Down
4 changes: 2 additions & 2 deletions examples/helm/values.manager.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scylla Manager image
image:
tag: 3.2.6
tag: 3.2.7

# Resources allocated to Scylla Manager pods
resources:
Expand All @@ -25,7 +25,7 @@ scylla:
scyllaImage:
tag: 5.4.3
agentImage:
tag: 3.2.6
tag: 3.2.7
datacenter: manager-dc
racks:
- name: manager-rack
Expand Down
2 changes: 1 addition & 1 deletion examples/scylladb/scylla.scyllacluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ScyllaCluster
metadata:
name: scylla
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
developerMode: true
automaticOrphanedNodeCleanup: true
Expand Down
2 changes: 1 addition & 1 deletion helm/deploy/manager_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ scylla:
repository: docker.io/scylladb/scylla
tag: 5.4.3
agentImage:
tag: 3.2.6
tag: 3.2.7
repository: docker.io/scylladb/scylla-manager-agent
developerMode: true
cpuset: true
Expand Down
4 changes: 2 additions & 2 deletions helm/scylla-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullnameOverride: ""
image:
repository: scylladb
pullPolicy: IfNotPresent
tag: 3.2.6
tag: 3.2.7

# Allows to customize Scylla Manager Controller image
controllerImage:
Expand Down Expand Up @@ -75,7 +75,7 @@ scylla:
scyllaImage:
tag: 5.4.3
agentImage:
tag: 3.2.6
tag: 3.2.7
datacenter: manager-dc
racks:
- name: manager-rack
Expand Down
2 changes: 1 addition & 1 deletion helm/scylla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scyllaImage:
agentImage:
repository: scylladb/scylla-manager-agent
# Overrides the image tag whose default is the chart appVersion.
tag: 3.2.6
tag: 3.2.7

serviceAccount:
# Specifies whether a service account should be created
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/fixture/scylla/scyllacluster.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
annotations:
bar: foo
spec:
agentVersion: 3.2.6
agentVersion: 3.2.7
version: 5.4.3
developerMode: true
exposeOptions:
Expand Down