We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816c9f1 commit 38c8cf9Copy full SHA for 38c8cf9
helmfile.d/snippets/defaults.yaml
@@ -816,5 +816,5 @@ environments:
816
enabled: false
817
upgrade:
818
version: main
819
- # TODO: update this when schema version changes: (and think more?)
820
- version: 27
+ # TODO: update this when schema version changes
+ version: 28
tests/fixtures/env/settings.yaml
@@ -131,4 +131,4 @@ status:
131
deployingVersion: 0.21.0
132
status: deployed
133
version: 0.21.0
134
-version: 27
+version: 28
values-changes.yaml
@@ -283,3 +283,6 @@ changes:
283
- 'teamConfig.{team}.jobs'
284
fileDeletions:
285
- env/teams/jobs.{team}.yaml
286
+ - version: 28
287
+ deletions:
288
+ - 'apps.cnpg.storage'
0 commit comments