Skip to content

Commit

Permalink
Update appVersionSatisfies
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Nov 7, 2024
1 parent e2ea76a commit 571b1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubewarden/components/Dashboard/Masthead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
...mapGetters({ charts: 'catalog/charts' }),
appVersionSatisfies() {
const satisfies = appVersionSatisfiesConstraint(this.$store, this.controllerAppVersion, this.defaultsAppVersion, '=');
const satisfies = appVersionSatisfiesConstraint(this.$store, this.controllerAppVersion, this.defaultsAppVersion, '<=');
return satisfies || false;
},
Expand Down

0 comments on commit 571b1e4

Please sign in to comment.