Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed Sep 3, 2024
1 parent 9baabec commit fdc91db
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deploy/manager-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 6.1.0
version: 6.1.1
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion deploy/manager-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 6.1.0
version: 6.1.1
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
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 @@ -4,7 +4,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 6.1.0
version: 6.1.1
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
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 @@ -4,7 +4,7 @@ metadata:
name: scylla-manager-cluster
namespace: scylla-manager
spec:
version: 6.1.0
version: 6.1.1
agentVersion: 3.3.0
repository: docker.io/scylladb/scylla
agentRepository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion examples/eks/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 6.1.0
version: 6.1.1
sysctls:
- fs.aio-max-nr=2097152
datacenter:
Expand Down
2 changes: 1 addition & 1 deletion examples/generic/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 6.1.0
version: 6.1.1
developerMode: true
datacenter:
name: us-east-1
Expand Down
2 changes: 1 addition & 1 deletion examples/gke/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
namespace: scylla
spec:
agentVersion: 3.3.0
version: 6.1.0
version: 6.1.1
automaticOrphanedNodeCleanup: true
sysctls:
- fs.aio-max-nr=2097152
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version information
scyllaImage:
tag: 6.1.0
tag: 6.1.1
agentImage:
tag: 3.3.0
# Cluster information
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values.manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ controllerResources:
scylla:
developerMode: true
scyllaImage:
tag: 6.1.0
tag: 6.1.1
agentImage:
tag: 3.3.0
datacenter: manager-dc
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 @@ -4,7 +4,7 @@ metadata:
name: scylla
spec:
agentVersion: 3.3.0
version: 6.1.0
version: 6.1.1
developerMode: true
automaticOrphanedNodeCleanup: true
sysctls:
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 @@ -19,7 +19,7 @@ scylla:
fullnameOverride: scylla-manager-cluster
scyllaImage:
repository: docker.io/scylladb/scylla
tag: 6.1.0
tag: 6.1.1
agentImage:
tag: 3.3.0
repository: docker.io/scylladb/scylla-manager-agent
Expand Down
2 changes: 1 addition & 1 deletion helm/scylla-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ controllerServiceAccount:
scylla:
developerMode: true
scyllaImage:
tag: 6.1.0
tag: 6.1.1
agentImage:
tag: 3.3.0
datacenter: manager-dc
Expand Down
2 changes: 1 addition & 1 deletion helm/scylla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fullnameOverride: ""
scyllaImage:
repository: scylladb/scylla
# Overrides the image tag whose default is the chart appVersion.
tag: 6.1.0
tag: 6.1.1
# Allows to customize Scylla image
agentImage:
repository: scylladb/scylla-manager-agent
Expand Down

0 comments on commit fdc91db

Please sign in to comment.