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

Upgrade CRD reference 5e68e3e9-a6f3c793 #1331

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ on ServerVersion.<br/>
<td>
Server type: "cassandra" or "dse".<br/>
<br/>
<i>Enum</i>: cassandra, dse<br/>
<i>Enum</i>: cassandra, dse, hcd<br/>
<i>Default</i>: cassandra<br/>
</td>
<td>false</td>
Expand All @@ -1285,7 +1285,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -5537,7 +5538,8 @@ on ServerVersion.<br/>
<td>
ServerVersion is the Cassandra or DSE version. The following versions are supported:
- Cassandra: 3.11.X, 4.X.X and 5.X.X
- DSE: 6.8.X, 7.x.x<br/>
- DSE: 6.8.X, 7.x.x
- HCD: 1.0.x<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -54688,10 +54690,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:f52e877".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:f52e877]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -56624,7 +56626,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:f52e877".
TODO: update with real release version.

<table>
Expand Down Expand Up @@ -84150,10 +84152,10 @@ and must contain two keys: "username" and "password".<br/>
<td>object</td>
<td>
The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:f52e877".
TODO: update with real release version.<br/>
<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:3.6.0]<br/>
<i>Default</i>: map[name:cassandra-reaper repository:thelastpickle tag:f52e877]<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -86343,7 +86345,7 @@ TODO: Add other useful fields. apiVersion, kind, uid?<br/>


The image to use for the Reaper pod main container.
The default is "thelastpickle/cassandra-reaper:3.6.0".
The default is "thelastpickle/cassandra-reaper:f52e877".
TODO: update with real release version.

<table>
Expand Down
Loading