Skip to content

Commit 92e8e95

Browse files
authored
Adding manifests for 3.21.x release (#5196)
* Update push.yml * Added changes for 3.21.x release Signed-off-by: Jonsy13 <[email protected]> * Added changes for 3.21.x release Signed-off-by: Jonsy13 <[email protected]> * Added changes for 3.21.x release Signed-off-by: Jonsy13 <[email protected]> --------- Signed-off-by: Jonsy13 <[email protected]>
1 parent 7abfcf4 commit 92e8e95

File tree

6 files changed

+4882
-1
lines changed

6 files changed

+4882
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- ^v[0-9]*.[0-9]*.x$
77
tags:
88
- "*"
9+
910
defaults:
1011
run:
1112
working-directory: chaoscenter

chaoscenter/web/src/models/chaosInfrastructure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export const initialValues: InitialValueProps = {
123123
};
124124

125125
export const kubernetesChaosInfrastructureCRDsEndpoint =
126-
'https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.6.1/litmus-portal-crds-3.6.1.yml';
126+
'https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.21.0/litmus-portal-crds.yml';
127127

128128
type InfrastructurePlatformNameType = 'Kubernetes';
129129

0 commit comments

Comments
 (0)