Skip to content

Commit

Permalink
Merge pull request #4 from clastix/develop
Browse files Browse the repository at this point in the history
feat: release v0.1.2
  • Loading branch information
ludusrusso committed Jul 9, 2023
2 parents 787d953 + 5832589 commit 5c18ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kamaji/components/Install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
certManagerInstalled() {
return !!this.$store.getters[`${this.currentProduct.inStore}/schemaFor`](
"certificates.cert-manager.io"
"cert-manager.io.certificate"
);
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/kamaji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kamaji",
"description": "Deploys and operates Kubernetes Control Plane at scale with a fraction of the operational burden",
"icon": "https://github.com/raw/clastix/rancher-extension-clastix/main/pkg/kamaji/assets/icon-kamaji.svg",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"rancher": true,
"scripts": {
Expand Down

0 comments on commit 5c18ed3

Please sign in to comment.