mirror of
https://github.com/cozystack/cozystack.git
synced 2026-03-14 19:08:57 +00:00
Compare commits
1 Commits
cozystack-
...
fix/dont-d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe6020561c |
@@ -16,7 +16,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.26.0
|
version: 0.26.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# 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
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
|||||||
@@ -10,25 +10,25 @@ version: "v1.32"
|
|||||||
host: ""
|
host: ""
|
||||||
## @param nodeGroups [object] Worker nodes configuration (see example)
|
## @param nodeGroups [object] Worker nodes configuration (see example)
|
||||||
##
|
##
|
||||||
nodeGroups:
|
nodeGroups: {}
|
||||||
md0:
|
# md0:
|
||||||
minReplicas: 0
|
# minReplicas: 0
|
||||||
maxReplicas: 10
|
# maxReplicas: 10
|
||||||
instanceType: "u1.medium"
|
# instanceType: "u1.medium"
|
||||||
ephemeralStorage: 20Gi
|
# ephemeralStorage: 20Gi
|
||||||
roles:
|
# roles:
|
||||||
- ingress-nginx
|
# - ingress-nginx
|
||||||
|
#
|
||||||
resources:
|
# resources:
|
||||||
cpu: ""
|
# cpu: ""
|
||||||
memory: ""
|
# memory: ""
|
||||||
|
#
|
||||||
## List of GPUs to attach (WARN: NVIDIA driver requires at least 4 GiB of RAM)
|
# ## List of GPUs to attach (WARN: NVIDIA driver requires at least 4 GiB of RAM)
|
||||||
## e.g:
|
# ## e.g:
|
||||||
## instanceType: "u1.xlarge"
|
# ## instanceType: "u1.xlarge"
|
||||||
## gpus:
|
# ## gpus:
|
||||||
## - name: nvidia.com/AD102GL_L40S
|
# ## - name: nvidia.com/AD102GL_L40S
|
||||||
gpus: []
|
# gpus: []
|
||||||
|
|
||||||
|
|
||||||
## @section Cluster Addons
|
## @section Cluster Addons
|
||||||
|
|||||||
@@ -61,7 +61,8 @@ kubernetes 0.24.0 62cb694d
|
|||||||
kubernetes 0.25.0 70f82667
|
kubernetes 0.25.0 70f82667
|
||||||
kubernetes 0.25.1 acd4663a
|
kubernetes 0.25.1 acd4663a
|
||||||
kubernetes 0.25.2 08cb7c0f
|
kubernetes 0.25.2 08cb7c0f
|
||||||
kubernetes 0.26.0 HEAD
|
kubernetes 0.26.0 68a47097
|
||||||
|
kubernetes 0.26.1 HEAD
|
||||||
mysql 0.1.0 263e47be
|
mysql 0.1.0 263e47be
|
||||||
mysql 0.2.0 c24a103f
|
mysql 0.2.0 c24a103f
|
||||||
mysql 0.3.0 53f2365e
|
mysql 0.3.0 53f2365e
|
||||||
|
|||||||
Reference in New Issue
Block a user