Skip to content

Commit 38c8cf9

Browse files
authored
fix: migrate cnpg storage property (#1688)
1 parent 816c9f1 commit 38c8cf9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

helmfile.d/snippets/defaults.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -816,5 +816,5 @@ environments:
816816
enabled: false
817817
upgrade:
818818
version: main
819-
# TODO: update this when schema version changes: (and think more?)
820-
version: 27
819+
# TODO: update this when schema version changes
820+
version: 28

tests/fixtures/env/settings.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ status:
131131
deployingVersion: 0.21.0
132132
status: deployed
133133
version: 0.21.0
134-
version: 27
134+
version: 28

values-changes.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@ changes:
283283
- 'teamConfig.{team}.jobs'
284284
fileDeletions:
285285
- env/teams/jobs.{team}.yaml
286+
- version: 28
287+
deletions:
288+
- 'apps.cnpg.storage'

0 commit comments

Comments
 (0)