Skip to content

Commit

Permalink
chore: Update headlamp to v. 0.21.0 (#99)
Browse files Browse the repository at this point in the history
Jira: EPMDPEDP-12916
Related: #99
Change-Id: Ifc0ec3bec31c891c08800cbe03e46fb3f539b3f5
  • Loading branch information
callmevladik committed Nov 13, 2023
1 parent a68abbf commit dadf4e1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/headlamp-k8s/headlamp:v0.20.0
FROM ghcr.io/headlamp-k8s/headlamp:v0.21.0

COPY --chown=100:101 assets/ /headlamp/frontend
COPY --chown=100:101 dist/main.js /headlamp/plugins/edp/main.js
Expand Down
34 changes: 27 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@carbon/charts-react": "0.58.2",
"@hookform/error-message": "^2.0.0",
"@iconify/react": "^3.2.1",
"@kinvolk/headlamp-plugin": "^0.6.1",
"@kinvolk/headlamp-plugin": "^0.7.4",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const createArgoApplicationInstance = ({
return {
apiVersion: `${group}/${version}`,
kind,
// @ts-ignore
metadata: {
name: `${appName}-${createRandomString()}`,
namespace,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const createAutotestRunnerPipelineRunInstance = ({
return {
apiVersion: `${group}/${version}`,
kind,
// @ts-ignore
metadata: {
// @ts-ignore
generateName: `${CDPipelineName}-${stageSpecName}-${createRandomString()}`,
Expand Down

0 comments on commit dadf4e1

Please sign in to comment.