diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 0000000..06bfd5d --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,3 @@ +module.exports = { + extends: ['@headlamp-k8s/eslint-config'], +}; \ No newline at end of file diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index ec5e173..9dcbca1 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -27,7 +27,7 @@ provider: name: privilegedescalation annotations: headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.0/headlamp-argocd-0.1.0.tar.gz" - headlamp/plugin/archive-checksum: "sha256:REPLACE_WITH_ACTUAL_CHECKSUM" + headlamp/plugin/archive-checksum: "sha256:1f4df43f79b795bdf4f70e1e3aa5bacadf689ea5584fdadf92fb677faab21c2c" headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/distro-compat: "in-cluster" changes: