mirror of https://github.com/portainer/k8s.git
Update appVersion to ce-latest-ee-2.0.0, add storageClass to values.yaml (#45)
parent
7a63c28282
commit
b2e9d8757e
|
@ -16,11 +16,11 @@ 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.
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 2.0.1
|
||||
appVersion: ce-latest-ee-2.0.0
|
||||
|
||||
sources:
|
||||
- https://github.com/portainer/k8s
|
||||
|
|
|
@ -49,3 +49,4 @@ resources: {}
|
|||
persistence:
|
||||
size: "10Gi"
|
||||
annotations: {}
|
||||
storageClass:
|
||||
|
|
Loading…
Reference in New Issue