Skip to content

Commit

Permalink
Update awx.awx version in agnosticv-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
jkupferer committed Sep 13, 2024
1 parent d31ad07 commit d9e4d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agnosticv-operator/operator/agnosticvcomponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def anarchy(self):
def anarchy_collections(self):
return self.anarchy.get('collections', [{
"name": "awx.awx",
"version": "19.4.0",
"version": "24.6.1",
}])

@property
Expand Down

0 comments on commit d9e4d30

Please sign in to comment.