Skip to content

Commit

Permalink
chore: Updated CRD version in Infrastructure installation (#4602)
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishav <hrishav.kumar@harness.io>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
  • Loading branch information
hrishavjha and Saranya-jena committed May 2, 2024
1 parent bcdb799 commit 2d965b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaoscenter/web/src/models/chaosInfrastructure.ts
Expand Up @@ -118,7 +118,7 @@ export const initialValues: InitialValueProps = {
};

export const kubernetesChaosInfrastructureCRDsEndpoint =
'https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0-beta10/litmus-portal-crds-3.0.0-beta10.yml';
'https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.6.1/litmus-portal-crds-3.6.1.yml';

type InfrastructurePlatformNameType = 'Kubernetes';

Expand Down

0 comments on commit 2d965b5

Please sign in to comment.