Skip to content

Commit

Permalink
Update appVersionSatisfies
Browse files Browse the repository at this point in the history
  • Loading branch information
jordojordo committed Aug 15, 2024
1 parent 4c2107a commit fe22692
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 @@ -24,7 +24,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 fe22692

Please sign in to comment.