Skip to content

Commit

Permalink
feat: stateful sets beta
Browse files Browse the repository at this point in the history
  • Loading branch information
FllipEis committed Jun 17, 2024
1 parent 2fe7875 commit c6f57bb
Show file tree
Hide file tree
Showing 3 changed files with 7,840 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/strela/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.6
version: 0.0.7-beta
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.3"
appVersion: "0.0.4-beta"
3 changes: 3 additions & 0 deletions charts/strela/templates/minecraftserver-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7519,6 +7519,9 @@ spec:
type: integer
ready:
type: boolean
readyTime:
format: date-time
type: string
type: object
type: object
served: true
Expand Down
Loading

0 comments on commit c6f57bb

Please sign in to comment.