Skip to content

Commit

Permalink
feat(ui): json-update promotion directive support
Browse files Browse the repository at this point in the history
Signed-off-by: Faeka Ansari <[email protected]>
  • Loading branch information
fykaa committed Dec 19, 2024
1 parent 8b92db0 commit 8331dbc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import helmTemplateConfig from '@ui/gen/directives/helm-template-config.json';
import helmUpdateChartConfig from '@ui/gen/directives/helm-update-chart-config.json';
import helmUpdateImageConfig from '@ui/gen/directives/helm-update-image-config.json';
import httpConfig from '@ui/gen/directives/http-config.json';
import jsonUpdateConfig from '@ui/gen/directives/json-update-config.json';
import kustomizeBuildConfig from '@ui/gen/directives/kustomize-build-config.json';
import kustomizeSetImageConfig from '@ui/gen/directives/kustomize-set-image-config.json';
import yamlUpdateConfig from '@ui/gen/directives/yaml-update-config.json';
Expand Down Expand Up @@ -57,6 +58,10 @@ export const useDiscoverPromotionDirectivesRegistries = (): PromotionDirectivesR
identifier: 'yaml-update',
config: yamlUpdateConfig as unknown as JSONSchema7
},
{
identifier: 'json-update',
config: jsonUpdateConfig as unknown as JSONSchema7
},
{
identifier: 'git-push',
config: gitPushConfig as unknown as JSONSchema7
Expand Down

0 comments on commit 8331dbc

Please sign in to comment.