Skip to content

Commit

Permalink
Remove old Trivy auth url references (#3472)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
Co-authored-by: Sergio Castaño Arteaga <[email protected]>
Co-authored-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
tegioz and cynthia-sg authored Nov 10, 2023
1 parent fcc201c commit 65d628a
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 298 deletions.
2 changes: 1 addition & 1 deletion charts/artifact-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
type: application
version: 1.16.1-1
version: 1.16.1-2
appVersion: 1.16.0
kubeVersion: ">= 1.19.0-0"
home: https://artifacthub.io
Expand Down
1 change: 0 additions & 1 deletion charts/artifact-hub/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ trivy:
enabled: true
size: 100Gi
storageClassName: gp2
authURL: https://registry.hub.docker.com

postgresql:
enabled: false
1 change: 0 additions & 1 deletion charts/artifact-hub/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ trivy:
enabled: true
size: 100Gi
storageClassName: gp2
authURL: https://registry.hub.docker.com

postgresql:
enabled: false
2 changes: 1 addition & 1 deletion web/src/layout/package/valuesSchema/Schema.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Schema', () => {

expect(screen.getByText(`# ${defaultSchema.title}`)).toBeInTheDocument();
const lines = screen.getAllByTestId('schemaLine');
expect(lines).toHaveLength(97);
expect(lines).toHaveLength(96);

expect(screen.getByRole('button', { name: 'Copy to clipboard' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: 'Download' })).toBeInTheDocument();
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/4.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/5.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/6.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
5 changes: 0 additions & 5 deletions web/src/layout/package/valuesSchema/__fixtures__/index/7.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@
}
}
},
"authURL": {
"type": "string",
"title": "Trivy authentication URL",
"default": ""
},
"password": {
"type": "string",
"title": "Trivy authentication password",
Expand Down
127 changes: 0 additions & 127 deletions web/src/layout/package/valuesSchema/__snapshots__/Schema.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 0 additions & 127 deletions web/src/layout/package/valuesSchema/__snapshots__/index.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65d628a

Please sign in to comment.