Skip to content

Commit

Permalink
Update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rzetelskik committed May 15, 2024
1 parent 270f433 commit 714ad38
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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

0 comments on commit 714ad38

Please sign in to comment.