Skip to content

Commit 2bafdc7

Browse files
Merge pull request #702 from devtron-labs/fix-ng-changes-develop
fix: add enhancements related to add image through webhook, remove https validation on git repo and support for anonymous registry.
2 parents d2398b5 + 97b0439 commit 2bafdc7

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.11.0-pre-5",
3+
"version": "1.11.0-pre-6",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,3 +1145,8 @@ export interface GetTimeDifferenceParamsType {
11451145
*/
11461146
fallbackString?: string
11471147
}
1148+
1149+
export enum RegistryCredentialsType {
1150+
USERNAME_PASSWORD = 'username_password',
1151+
ANONYMOUS = 'anonymous',
1152+
}

0 commit comments

Comments
 (0)